Home
last modified time | relevance | path

Searched refs:dhcp_release (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetifapi.h135 #define netifapi_dhcp_release(n) netifapi_netif_common(n, NULL, dhcp_release)
Ddhcp.h149 err_t dhcp_release(struct netif *netif);
/third_party/lwip/src/core/ipv4/
Ddhcp.c1394 dhcp_release(struct netif *netif) in dhcp_release() function
/third_party/lwip/
DCHANGELOG1179 * dhcp.c: fixed bug #36645: Calling dhcp_release before dhcp_start