#include <TCPTunnel.h>
Definition at line 150 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 151 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 155 of file TCPTunnel.h.
Definition at line 162 of file TCPTunnel.h.
References client_addr_, client_port_, remote_addr_, and remote_port_.