Home
last modified time | relevance | path

Searched refs:netif_dhcp6_data (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c189 LWIP_ASSERT("netif already has a struct dhcp6 set", netif_dhcp6_data(netif) == NULL); in dhcp6_set_struct()
210 if (netif_dhcp6_data(netif) != NULL) { in dhcp6_cleanup()
211 mem_free(netif_dhcp6_data(netif)); in dhcp6_cleanup()
219 struct dhcp6 *dhcp6 = netif_dhcp6_data(netif); in dhcp6_get_struct()
352 dhcp6 = netif_dhcp6_data(netif); in dhcp6_disable()
525 struct dhcp6 *dhcp6 = netif_dhcp6_data(netif); in dhcp6_handle_config_reply()
591 dhcp6 = netif_dhcp6_data(netif); in dhcp6_nd6_ra_trigger()
701 struct dhcp6 *dhcp6 = netif_dhcp6_data(netif); in dhcp6_recv()
804 struct dhcp6 *dhcp6 = netif_dhcp6_data(netif); in dhcp6_tmr()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Ddhcp6.h96 #define netif_dhcp6_data(netif) ((struct dhcp6*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA… macro