Nut/OS  5.0.5
API Reference
_RTENTRY Struct Reference

Route entry structure. More...

#include <net/route.h>

Collaboration diagram for _RTENTRY:
[legend]

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.

Detailed Description

Route entry structure.


Field Documentation

Destination ip address.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

IP address mask, -1 on host routes.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().

Gateway ip address.

Referenced by NutIpRouteAdd(), and NutIpRouteDel().


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