lwIP
2.1.2
Lightweight IP stack
|
Macros | |
#define | DHCP6_TIMER_MSECS 500 |
#define | dhcp6_remove_struct(netif) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP6, NULL) |
DHCPv6 client: IPv6 address autoconfiguration as per RFC 3315 (stateful DHCPv6) and RFC 3736 (stateless DHCPv6).
#define dhcp6_remove_struct | ( | netif | ) | netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP6, NULL) |
Remove a struct dhcp6 previously set to the netif using dhcp6_set_struct()
#define DHCP6_TIMER_MSECS 500 |
period (in milliseconds) of the application calling dhcp6_tmr()