Home
last modified time | relevance | path

Searched defs:dhcp_remove_struct (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Ddhcp.h106 #define dhcp_remove_struct(netif) netif_set_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP, N… macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Ddhcp.h111 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0) macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Ddhcp.h110 #define dhcp_remove_struct(netif) do { (netif)->dhcp = NULL; } while(0) macro