Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h187 #define DHCP_RELEASE 7 macro
/external/dhcpcd-6.8.2/
Ddhcp.h59 #define DHCP_RELEASE 7 macro
Ddhcp.c97 { DHCP_RELEASE, "RELEASE" },
737 if ((type == DHCP_INFORM || type == DHCP_RELEASE || in make_message()
762 type != DHCP_RELEASE) in make_message()
765 if (type != DHCP_DECLINE && type != DHCP_RELEASE) { in make_message()
796 if (type == DHCP_RELEASE) { in make_message()
2446 send_message(ifp, DHCP_RELEASE, NULL); in dhcp_drop()
/external/syslinux/core/lwip/src/core/
Ddhcp.c1198 result = dhcp_create_msg(netif, dhcp, DHCP_RELEASE); in dhcp_release()