|
INET Framework for OMNeT++/OMNEST
|
#include <TCP_NSC_Connection.h>
Public Member Functions | |
| SockAddr () | |
| bool | operator< (const SockAddr &b) const |
| bool | operator== (const SockAddr &b) const |
Public Attributes | |
| IPvXAddress | ipAddrM |
| unsigned short | portM |
Definition at line 40 of file TCP_NSC_Connection.h.
| TCP_NSC_Connection::SockAddr::SockAddr | ( | ) | [inline] |
Definition at line 43 of file TCP_NSC_Connection.h.
| bool TCP_NSC_Connection::SockAddr::operator< | ( | const SockAddr & | b | ) | const [inline] |
Definition at line 47 of file TCP_NSC_Connection.h.
| bool TCP_NSC_Connection::SockAddr::operator== | ( | const SockAddr & | b | ) | const [inline] |
Definition at line 54 of file TCP_NSC_Connection.h.
Definition at line 44 of file TCP_NSC_Connection.h.
Referenced by operator<(), and operator==().
| unsigned short TCP_NSC_Connection::SockAddr::portM |
Definition at line 45 of file TCP_NSC_Connection.h.
Referenced by operator<(), and operator==().