IP route specific data. More...
#include <ip.h>

Data Fields | |
| in_addr_t | address |
| Target address. | |
| in_addr_t | gateway |
| Gateway. | |
| ip_netif_ref | netif |
| Parent netif. | |
| in_addr_t | netmask |
| Target network mask. | |
IP route specific data.
Target address.
Referenced by ip_netif_address(), ip_netif_find_route(), ip_netif_initialize(), ip_process_packet(), and ip_send_route().
Gateway.
Referenced by ip_netif_initialize(), and ip_send_route().
Parent netif.
Referenced by ip_netif_initialize(), and ip_process_packet().
Target network mask.
Referenced by ip_netif_find_route(), and ip_netif_initialize().
1.6.1