_RTENTRY Struct Reference

Collaboration diagram for _RTENTRY:

Collaboration graph
[legend]

Detailed Description

Route entry structure.

Definition at line 112 of file route.h.


Data Fields

RTENTRYrt_next
u_long rt_ip
u_long rt_mask
u_long rt_gateway
NUTDEVICErt_dev

Field Documentation

RTENTRY* _RTENTRY::rt_next

Link to next entry.

Definition at line 113 of file route.h.

Referenced by NutIpRouteAdd(), NutIpRouteDel(), NutIpRouteDelAll(), and NutIpRouteList().

u_long _RTENTRY::rt_ip

Destination ip address.

Definition at line 114 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

u_long _RTENTRY::rt_mask

IP address mask, -1 on host routes.

Definition at line 115 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

u_long _RTENTRY::rt_gateway

Gateway ip address.

Definition at line 116 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

NUTDEVICE* _RTENTRY::rt_dev

Device to use.

Definition at line 117 of file route.h.

Referenced by NutIpRouteAdd(), NutIpRouteDel(), NutIpRouteDelAll(), and NutIpRouteQuery().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/