Searched defs:dhcp_remove_struct (Results 1 – 3 of 3) 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