lwIP  2.1.2
Lightweight IP stack
dhcp6.h File Reference
#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/netif.h"

Macros

#define DHCP6_TIMER_MSECS   500
 
#define dhcp6_remove_struct(netif)   netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP6, NULL)
 

Detailed Description

DHCPv6 client: IPv6 address autoconfiguration as per RFC 3315 (stateful DHCPv6) and RFC 3736 (stateless DHCPv6).

Macro Definition Documentation

◆ dhcp6_remove_struct

#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()

◆ DHCP6_TIMER_MSECS

#define DHCP6_TIMER_MSECS   500

period (in milliseconds) of the application calling dhcp6_tmr()