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