#include <ip.h>
Data Fields | |
| module_t * | arp |
| ARP module. | |
| in_addr_t | broadcast |
| Broadcast address. | |
| device_id_t | device_id |
| Device identifier. | |
| int | dhcp |
| Indicates whether using DHCP. | |
| int | ipv |
| IP version. | |
| packet_dimension_t | packet_dimension |
| Packet dimension. | |
| int | phone |
| Netif module phone. | |
| ip_routes_t | routes |
| Routing table. | |
| int | routing |
| Indicates whether IP routing is enabled. | |
| services_t | service |
| Netif module service. | |
| device_state_t | state |
| Device state. | |
Definition at line 87 of file ip.h.
1.4.7