#include <TCPTunnel.h>
Definition at line 129 of file TCPTunnel.h.
Public Member Functions | |
| ConnKey () | |
| ConnKey (in_addr_t client_addr, u_int16_t client_port, in_addr_t remote_addr, u_int16_t remote_port) | |
| bool | operator< (const ConnKey &other) const |
Public Attributes | |
| in_addr_t | client_addr_ |
| u_int16_t | client_port_ |
| in_addr_t | remote_addr_ |
| u_int16_t | remote_port_ |
| dtntunnel::TCPTunnel::ConnKey::ConnKey | ( | ) | [inline] |
Definition at line 130 of file TCPTunnel.h.
| dtntunnel::TCPTunnel::ConnKey::ConnKey | ( | in_addr_t | client_addr, | |
| u_int16_t | client_port, | |||
| in_addr_t | remote_addr, | |||
| u_int16_t | remote_port | |||
| ) | [inline] |
Definition at line 134 of file TCPTunnel.h.
Definition at line 141 of file TCPTunnel.h.
References client_addr_, client_port_, remote_addr_, and remote_port_.
1.5.3