| 
		| class Iptuple |  
		| Store the Local Interface, Local Server Port, Peer Interface and
 Peer Server Port tuple. More... |  
 |  | 
 
Public Methods
Public Static Methods
- static  in_addr  get_addr (const char *host) 
 Store the Local Interface, Local Server Port, Peer Interface and
 Peer Server Port tuple.
 
| Iptuple (const char *local_interface, uint16_t local_port,
	    const char *peer_interface, uint16_t peer_port) throw(UnresolvableHost)
 | Iptuple | 
| Iptuple (const IPv4& local_up,  uint16_t local_port,
	    const IPv4& peer_up, uint16_t peer_port) 
 | Iptuple | 
| bool  operator== (const Iptuple&) 
 | operator== | 
 [const]
 [static]
| struct in_addr  get_local_addr () 
 | get_local_addr | 
 [const]
| uint16_t  get_local_port () 
 | get_local_port | 
 [const]
| struct in_addr  get_peer_addr () 
 | get_peer_addr | 
 [const]
| uint16_t  get_peer_port () 
 | get_peer_port | 
 [const]
 [const]
	
Generated by: pavlin on possum.icir.org on Thu Jul  8 23:48:33 2004, using kdoc $.