WvStreams
Public Member Functions | Public Attributes | List of all members
WvIPRoute Class Reference

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
 

Detailed Description

Manipulate the kernel routing table in strange and interesting ways ;)

Definition at line 16 of file wviproute.h.

Constructor & Destructor Documentation

◆ WvIPRoute()

WvIPRoute::WvIPRoute ( WvStringParm  _ifc,
const WvIPNet _net,
const WvIPAddr _gate,
int  _metric,
WvStringParm  _table 
)

Definition at line 17 of file wviproute.cc.

Member Function Documentation

◆ operator WvString()

WvIPRoute::operator WvString ( ) const

Definition at line 26 of file wviproute.cc.

◆ operator==()

bool WvIPRoute::operator== ( const WvIPRoute r2) const

Definition at line 38 of file wviproute.cc.

Member Data Documentation

◆ ifc

WvString WvIPRoute::ifc

Definition at line 24 of file wviproute.h.

◆ ip

WvIPNet WvIPRoute::ip

Definition at line 25 of file wviproute.h.

◆ gateway

WvIPAddr WvIPRoute::gateway

Definition at line 26 of file wviproute.h.

◆ metric

int WvIPRoute::metric

Definition at line 27 of file wviproute.h.

◆ table

WvString WvIPRoute::table

Definition at line 28 of file wviproute.h.

◆ src

WvIPAddr WvIPRoute::src

Definition at line 29 of file wviproute.h.


The documentation for this class was generated from the following files: