dtntunnel::TCPTunnel::ConnKey Struct Reference

#include <TCPTunnel.h>

List of all members.


Detailed Description

Helper struct used as the index key into the connection table.

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_

Constructor & Destructor Documentation

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.


Member Function Documentation

bool dtntunnel::TCPTunnel::ConnKey::operator< ( const ConnKey other  )  const [inline]

Definition at line 141 of file TCPTunnel.h.

References client_addr_, client_port_, remote_addr_, and remote_port_.


Member Data Documentation

in_addr_t dtntunnel::TCPTunnel::ConnKey::client_addr_

Definition at line 148 of file TCPTunnel.h.

Referenced by operator<().

u_int16_t dtntunnel::TCPTunnel::ConnKey::client_port_

Definition at line 149 of file TCPTunnel.h.

Referenced by operator<().

in_addr_t dtntunnel::TCPTunnel::ConnKey::remote_addr_

Definition at line 150 of file TCPTunnel.h.

Referenced by operator<().

u_int16_t dtntunnel::TCPTunnel::ConnKey::remote_port_

Definition at line 151 of file TCPTunnel.h.

Referenced by operator<().


The documentation for this struct was generated from the following file:
Generated on Sat Sep 8 08:43:50 2007 for DTN Reference Implementation by  doxygen 1.5.3