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

Field Documentation

Link to next entry.

Definition at line 113 of file route.h.

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

Destination ip address.

Definition at line 114 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

IP address mask, -1 on host routes.

Definition at line 115 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

Gateway ip address.

Definition at line 116 of file route.h.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

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/