#include <wviproute.h>
Collaboration diagram for WvIPRoute:
Definition at line 16 of file wviproute.h.
Public Member Functions | |
WvIPRoute (WvStringParm _ifc, const WvIPNet &_net, const WvIPAddr &_gate, int _metric, WvStringParm _table) | |
operator WvString () const | |
bool | operator== (const WvIPRoute &r2) const |
Public Attributes | |
WvString | ifc |
WvIPNet | ip |
WvIPAddr | gateway |
int | metric |
WvString | table |
WvIPAddr | src |
|
Definition at line 17 of file wviproute.cc. References metric, and WvStringParm. |
|
Definition at line 26 of file wviproute.cc. |
|
Definition at line 38 of file wviproute.cc. References gateway, ifc, ip, metric, WvIPNet::netmask(), WvIPNet::network(), and table. |
|
Definition at line 26 of file wviproute.h. Referenced by operator WvString(), and operator==(). |
|
Definition at line 24 of file wviproute.h. Referenced by operator WvString(), and operator==(). |
|
Definition at line 25 of file wviproute.h. Referenced by operator WvString(), operator==(), and realtable(). |
|
Definition at line 27 of file wviproute.h. Referenced by operator WvString(), operator==(), and WvIPRoute(). |
|
Definition at line 29 of file wviproute.h. Referenced by WvIPRouteList::get_kernel(), and operator WvString(). |
|
Definition at line 28 of file wviproute.h. Referenced by operator WvString(), operator==(), and realtable(). |