class RouteEntry

Describes a route table entry

Inheritance:


Public Methods

[more] RouteEntry (const Address & addr)
create a route table entry from an IP address
[more]Address GetNetwork () const
Get the network address associated with the route table entry
[more]Address GetNetMask () const
Get the network address mask associated with the route table entry
[more]Address GetDestination () const
Get the default gateway address associated with the route table entry
[more]const PString& GetInterface () const
Get the network address name associated with the route table entry
[more]long GetMetric () const
Get the network metric associated with the route table entry


Inherited from PObject:

Public Methods

Run Time Type functions

I/O functions

Miscellaneous functions

Public Members

Comparison functions


Documentation

Describes a route table entry
o RouteEntry(const Address & addr)
create a route table entry from an IP address

oAddress GetNetwork() const
Get the network address associated with the route table entry

oAddress GetNetMask() const
Get the network address mask associated with the route table entry

oAddress GetDestination() const
Get the default gateway address associated with the route table entry

oconst PString& GetInterface() const
Get the network address name associated with the route table entry

olong GetMetric() const
Get the network metric associated with the route table entry


This class has no child classes.
Friends:
class PIPSocket

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.