[ libArts | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of ArtsIpPath
Back to the top of ArtsIpPath
ArtsIpPath(ipv4addr_t src, ipv4addr_t dst);
-------------------------------------------------------------------------
ArtsIpPath(ipv4addr_t src, ipv4addr_t dst) .........................................................................
constructor accepting a source and destination IP address
-------------------------------------------------------------------------
ArtsIpPath(ipv4addr_t src, ipv4addr_t dst);
Back to the top of ArtsIpPath
ArtsIpPath(const ArtsIpPath & artsIpPath);
-------------------------------------------------------------------------
ArtsIpPath(const ArtsIpPath & artsIpPath) .........................................................................
-------------------------------------------------------------------------
ArtsIpPath(const ArtsIpPath & artsIpPath);
Back to the top of ArtsIpPath
ArtsIpPath();
-------------------------------------------------------------------------
ArtsIpPath() .........................................................................
default constructor
-------------------------------------------------------------------------
ArtsIpPath();
Back to the top of ArtsIpPath
~ArtsIpPath();
-------------------------------------------------------------------------
~ArtsIpPath() .........................................................................
destructor
-------------------------------------------------------------------------
~ArtsIpPath();
Back to the top of ArtsIpPath
ipv4addr_t Src() const ;
-------------------------------------------------------------------------
inline ipv4addr_t Src() const .........................................................................
Returns the source address of the IP path.
-------------------------------------------------------------------------
inline ipv4addr_t Src() const ;
Function is currently defined inline.
Back to the top of ArtsIpPath
ipv4addr_t Dst() const ;
-------------------------------------------------------------------------
inline ipv4addr_t Dst() const .........................................................................
Returns the destinatino address of the IP path.
-------------------------------------------------------------------------
inline ipv4addr_t Dst() const ;
Function is currently defined inline.
Back to the top of ArtsIpPath
const struct timeval & Rtt() const ;
-------------------------------------------------------------------------
inline const struct timeval & Rtt() const .........................................................................
Returns the round-trip time from the source to the destination and back.
-------------------------------------------------------------------------
inline const struct timeval & Rtt() const ;
Function is currently defined inline.
Back to the top of ArtsIpPath
const struct timeval & Rtt(const struct timeval & rtt) ;
-------------------------------------------------------------------------
const struct timeval & Rtt(const struct timeval & rtt) .........................................................................
Sets and returns the round-trip time from the source to the destination and back.
-------------------------------------------------------------------------
const struct timeval & Rtt(const struct timeval & rtt) ;
Function is currently defined inline.
Back to the top of ArtsIpPath
uint8_t HopDistance() const ;
-------------------------------------------------------------------------
uint8_t HopDistance() const .........................................................................
Returns the hop distance from the source to the destination.
-------------------------------------------------------------------------
uint8_t HopDistance() const ;
Function is currently defined inline.
Back to the top of ArtsIpPath
uint8_t HopDistance(uint8_t hopDistance) ;
-------------------------------------------------------------------------
uint8_t HopDistance(uint8_t hopDistance) .........................................................................
Sets and returns the hop distance from the source to the destination.
-------------------------------------------------------------------------
uint8_t HopDistance(uint8_t hopDistance) ;
Function is currently defined inline.
Back to the top of ArtsIpPath
void AddHop(ipv4addr_t ipAddr, uint8_t hopNum) ;
-------------------------------------------------------------------------
void AddHop(ipv4addr_t ipAddr, uint8_t hopNum) .........................................................................
Appends a hop to the path. Assigns an IP address of ipAddr and a hop number of hopNum to the new hop. Note we *always* tack the new hop on the end of the path, and do *not* use hopNum to determine the location.
-------------------------------------------------------------------------
void AddHop(ipv4addr_t ipAddr, uint8_t hopNum) ;
Function is currently defined inline.
Back to the top of ArtsIpPath
Back to the top of ArtsIpPath
Back to the top of ArtsIpPath
Back to the top of ArtsIpPath
Report problems to jkotula@unimax.com