RTENTRY Struct Reference

Route entry structure. More...

Data Fields

RTENTRY * rt_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.
NUTDEVICE * rt_dev
 Device to use.

Detailed Description

Route entry structure.

Route entry type.

Definition at line 115 of file route.h.


Field Documentation

RTENTRY* RTENTRY::rt_next

Link to next entry.

Definition at line 116 of file route.h.

uint32_t RTENTRY::rt_ip

Destination ip address.

Definition at line 117 of file route.h.

uint32_t RTENTRY::rt_mask

IP address mask, -1 on host routes.

Definition at line 118 of file route.h.

uint32_t RTENTRY::rt_gateway

Gateway ip address.

Definition at line 119 of file route.h.

NUTDEVICE* RTENTRY::rt_dev

Device to use.

Definition at line 120 of file route.h.


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

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/