12 #include "wvlinklist.h"
20 int _metric, WvStringParm _table);
22 bool operator== (
const WvIPRoute &r2)
const;
33 DeclareWvList2(WvIPRouteListBase,
WvIPRoute);
54 #endif // __WVIPROUTE_H
An IP network comprises two WvIPAddr structures: an address and a netmask.
List of IP Routes currently in effect.
void get_kernel()
automatically fill the list with appropriate data from the kernel
Manipulate the kernel routing table in strange and interesting ways ;)
WvString is an implementation of a simple and efficient printable-string class.
void set_kernel()
automatically set the kernel to the values in the RouteList
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's.
An IP address is made up of a "dotted quad" – four decimal numbers in the form www....
WvIPRoute * find(const WvIPAddr &addr)
find the routing entry that matches 'addr'