[insert project logo here (125x200px max)]

Navigator

Mailinglists

Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums.

Copyright and Licensing Information

Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL).

All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License.

All sourcecode is made publicly available.

Acknowledgement

Splash and the Splash website are hosted by SourceForge.net

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

rtentry Struct Reference


Data Fields

addr_t rt_dst
addr_t rt_gateway
addr_t rt_genmask
unsigned short int rt_flags
short int rt_pad2
unsigned long int rt_ifidx
unsigned char rt_tos
unsigned char rt_class
short int rt_pad4
short int rt_metric
char * rt_dev
unsigned long int rt_mtu
unsigned long int rt_window
unsigned short int rt_irtt

Field Documentation

unsigned char rtentry::rt_class
 

Definition at line 50 of file router.c.

char* rtentry::rt_dev
 

Definition at line 53 of file router.c.

Referenced by handle_request().

addr_t rtentry::rt_dst
 

Definition at line 43 of file router.c.

Referenced by handle_request(), nexthop(), and read_routes().

unsigned short int rtentry::rt_flags
 

Definition at line 46 of file router.c.

Referenced by handle_request(), and read_routes().

addr_t rtentry::rt_gateway
 

Definition at line 44 of file router.c.

Referenced by handle_request(), nexthop(), and read_routes().

addr_t rtentry::rt_genmask
 

Definition at line 45 of file router.c.

Referenced by handle_request(), nexthop(), and read_routes().

unsigned long int rtentry::rt_ifidx
 

Definition at line 48 of file router.c.

Referenced by nexthop(), and read_routes().

unsigned short int rtentry::rt_irtt
 

Definition at line 56 of file router.c.

Referenced by read_routes().

short int rtentry::rt_metric
 

Definition at line 52 of file router.c.

Referenced by read_routes().

unsigned long int rtentry::rt_mtu
 

Definition at line 54 of file router.c.

Referenced by read_routes().

short int rtentry::rt_pad2
 

Definition at line 47 of file router.c.

short int rtentry::rt_pad4
 

Definition at line 51 of file router.c.

unsigned char rtentry::rt_tos
 

Definition at line 49 of file router.c.

unsigned long int rtentry::rt_window
 

Definition at line 55 of file router.c.

Referenced by read_routes().


The documentation for this struct was generated from the following file: