Home
last modified time | relevance | path

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

/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()