Searched refs:DHCP_RELEASE (Results 1 – 2 of 2) sorted by relevance
126 #define DHCP_RELEASE 7 macro
1352 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()