#include <wviproute.h>
Public Methods | |
| WvIPRoute (const WvString &_ifc, const WvIPNet &_net, const WvIPAddr &_gate, int _metric, const WvString &_table) | |
| operator WvString () const | |
| bool | operator== (const WvIPRoute &r2) const |
| WvIPRoute (const WvString &_ifc, const WvIPNet &_net, const WvIPAddr &_gate, int _metric, const WvString &_table) | |
| operator WvString () const | |
| bool | operator== (const WvIPRoute &r2) const |
Public Attributes | |
| WvString | ifc |
| WvIPNet | ip |
| WvIPAddr | gateway |
| int | metric |
| WvString | table |
Definition at line 18 of file include/wviproute.h.
|
||||||||||||||||||||||||
|
Definition at line 20 of file wviproute.cc. References ifc, metric, and WvString::unique(). |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 30 of file wviproute.cc. |
|
|
|
|
|
Definition at line 39 of file wviproute.cc. References gateway, ifc, ip, metric, WvIPNet::netmask(), WvIPNet::network(), and table. |
|
|
Definition at line 28 of file ipstreams/wviproute.h. Referenced by operator WvString(), and operator==(). |
|
|
Definition at line 26 of file ipstreams/wviproute.h. Referenced by operator WvString(), operator==(), and WvIPRoute(). |
|
|
Definition at line 27 of file ipstreams/wviproute.h. Referenced by operator WvString(), and operator==(). |
|
|
Definition at line 29 of file ipstreams/wviproute.h. Referenced by operator WvString(), operator==(), and WvIPRoute(). |
|
|
Definition at line 30 of file ipstreams/wviproute.h. Referenced by operator WvString(), and operator==(). |
1.2.15