SCTP::SockPair Struct Reference

#include <SCTP.h>

List of all members.

Public Member Functions

bool operator< (const SockPair &b) const

Public Attributes

IPvXAddress localAddr
IPvXAddress remoteAddr
uint16 localPort
uint16 remotePort


Member Function Documentation

bool SCTP::SockPair::operator< ( const SockPair b  )  const [inline]

00107                         {
00108                                 if (remoteAddr!=b.remoteAddr)
00109                                         return remoteAddr<b.remoteAddr;
00110                                 else if (localAddr!=b.localAddr)
00111                                         return localAddr<b.localAddr;
00112                                 else if (remotePort!=b.remotePort)
00113                                         return remotePort<b.remotePort;
00114                                 else
00115                                         return localPort<b.localPort;
00116                         }


Member Data Documentation


The documentation for this struct was generated from the following file:

Generated on Fri Mar 20 18:51:21 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5