class Iptuple
|
Store the Local Interface, Local Server Port, Peer Interface and
Peer Server Port tuple. More... |
|
|
Public Methods
Store the Local Interface, Local Server Port, Peer Interface and
Peer Server Port tuple.
Also create the socket buffers to be used by the socket code. All the IP
protocol family differences can therefore be hidden in here.
The endpoint addresses can be presented as either numeric addresses
or symbolic addresses. Symbolic addresses are converted to numeric
addresses and held as such. The symbolic address are kept to aid
debugging but are never accessed after the initial conversion to
the numeric form. Only in the constructor is there a possibility of
a DNS / Yellow pages interaction taking place. After this as we are
dealing with IP addresses there should be no danger.
bool operator== (const Iptuple&)
| operator== |
[const]
const struct sockaddr * get_local_socket (size_t& len)
| get_local_socket |
[const]
string get_local_addr ()
| get_local_addr |
[const]
bool get_local_addr (IPv4& addr)
| get_local_addr |
[const]
bool get_local_addr (IPv6& addr)
| get_local_addr |
[const]
uint16_t get_local_port ()
| get_local_port |
[const]
const struct sockaddr * get_bind_socket (size_t& len)
| get_bind_socket |
[const]
const struct sockaddr * get_peer_socket (size_t& len)
| get_peer_socket |
[const]
string get_peer_addr ()
| get_peer_addr |
[const]
bool get_peer_addr (IPv4& addr)
| get_peer_addr |
[const]
bool get_peer_addr (IPv6& addr)
| get_peer_addr |
[const]
uint16_t get_peer_port ()
| get_peer_port |
[const]
[const]
Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:11:04 2009, using kdoc 2.0a54+XORP.