_RTENTRY Struct Reference

Collaboration diagram for _RTENTRY:

Collaboration graph
[legend]

Detailed Description

Route entry structure.

Definition at line 115 of file route.h.


Data Fields

RTENTRYrt_next
uint32_t rt_ip
uint32_t rt_mask
uint32_t rt_gateway
NUTDEVICErt_dev

Field Documentation

RTENTRY* _RTENTRY::rt_next

Link to next entry.

Definition at line 116 of file route.h.

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

uint32_t _RTENTRY::rt_ip

Destination ip address.

Definition at line 117 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

uint32_t _RTENTRY::rt_mask

IP address mask, -1 on host routes.

Definition at line 118 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

uint32_t _RTENTRY::rt_gateway

Gateway ip address.

Definition at line 119 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

NUTDEVICE* _RTENTRY::rt_dev

Device to use.

Definition at line 120 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/