#include <ipsock.h>
Inheritance diagram for PIPSocket::RouteEntry:
Public Member Functions | |
RouteEntry (const Address &addr) | |
create a route table entry from an IP address | |
Address | GetNetwork () const |
Get the network address associated with the route table entry. | |
Address | GetNetMask () const |
Get the network address mask associated with the route table entry. | |
Address | GetDestination () const |
Get the default gateway address associated with the route table entry. | |
const PString & | GetInterface () const |
Get the network address name associated with the route table entry. | |
long | GetMetric () const |
Get the network metric associated with the route table entry. | |
Protected Attributes | |
Address | network |
Address | net_mask |
Address | destination |
PString | interfaceName |
long | metric |
Friends | |
class | PIPSocket |
|
create a route table entry from an IP address
|
|
Get the default gateway address associated with the route table entry.
|
|
Get the network address name associated with the route table entry.
|
|
Get the network metric associated with the route table entry.
|
|
Get the network address mask associated with the route table entry.
|
|
Get the network address associated with the route table entry.
|
|
|
|
|
|
|
|
|
|
|
|
|