|
WvStreams
|
Manipulate the kernel routing table in strange and interesting ways ;) More...
#include <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 |
Manipulate the kernel routing table in strange and interesting ways ;)
Definition at line 16 of file wviproute.h.
| WvIPRoute::WvIPRoute | ( | WvStringParm | _ifc, |
| const WvIPNet & | _net, | ||
| const WvIPAddr & | _gate, | ||
| int | _metric, | ||
| WvStringParm | _table | ||
| ) |
Definition at line 17 of file wviproute.cc.
| WvIPRoute::operator WvString | ( | ) | const |
Definition at line 26 of file wviproute.cc.
| bool WvIPRoute::operator== | ( | const WvIPRoute & | r2 | ) | const |
Definition at line 38 of file wviproute.cc.
| WvString WvIPRoute::ifc |
Definition at line 24 of file wviproute.h.
| WvIPNet WvIPRoute::ip |
Definition at line 25 of file wviproute.h.
| WvIPAddr WvIPRoute::gateway |
Definition at line 26 of file wviproute.h.
| int WvIPRoute::metric |
Definition at line 27 of file wviproute.h.
| WvString WvIPRoute::table |
Definition at line 28 of file wviproute.h.
| WvIPAddr WvIPRoute::src |
Definition at line 29 of file wviproute.h.