Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Ddhcp.h126 #define DHCP_RELEASE 7 macro
/third_party/lwip/src/core/ipv4/
Ddhcp.c1352 p_out = dhcp_create_msg(netif, dhcp, DHCP_RELEASE, &options_out_len); in dhcp_release_and_stop()
1358 … LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, dhcp->state, msg_out, DHCP_RELEASE, &options_out_len); in dhcp_release_and_stop()
1936 …message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || (message_type == DHCP_RELEASE) || in dhcp_create_msg()