File nut/include/net/route.h


Included Files


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;  
      uint32_t rt_ip;  
      uint32_t rt_mask;  
      uint32_t rt_gateway;  
      NUTDEVICE* rt_dev;  
   }