Searched refs:dhcp_remove_struct (Results 1 – 4 of 4) sorted by relevance
106 #define dhcp_remove_struct(netif) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP, N… macro
111 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0) macro
110 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0) macro
219 * dhcp.h: fix bug #50618 (dhcp_remove_struct() macro does not work)