_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
 Link to next entry.
uint32_t rt_ip
 Destination ip address.
uint32_t rt_mask
 IP address mask, -1 on host routes.
uint32_t rt_gateway
 Gateway ip address.
NUTDEVICErt_dev
 Device to use.

Field Documentation

Link to next entry.

Definition at line 116 of file route.h.

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

Destination ip address.

Definition at line 117 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

IP address mask, -1 on host routes.

Definition at line 118 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

Gateway ip address.

Definition at line 119 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

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/