File nut/include/net/route.h
Included Files
#include <nut/include/net/if_var.h>
Preprocessor definitions
#define _NET_ROUTE_H_
Typedef RTENTRY
typedef struct _RTENTRY RTENTRY
See:
Type struct _RTENTRY
Type struct _RTENTRY
struct _RTENTRY
struct _RTENTRY
{
RTENTRY* rt_next;
u_long rt_ip;
u_long rt_mask;
u_long rt_gateway;
NUTDEVICE* rt_dev;
}