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.c1419 p_out = dhcp_create_msg(netif, dhcp, DHCP_RELEASE, &options_out_len);
1425 … LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, dhcp->state, msg_out, DHCP_RELEASE, &options_out_len);
2003 …message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || (message_type == DHCP_RELEASE) ||