Home
last modified time | relevance | path

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

/external/dhcpcd/
Ddhcp.h60 #define DHCP_RELEASE 7 macro
Ddhcp.c926 if ((type == DHCP_INFORM || type == DHCP_RELEASE || in make_message()
951 type != DHCP_RELEASE) in make_message()
954 if (type != DHCP_DECLINE && type != DHCP_RELEASE) { in make_message()
983 if (type == DHCP_RELEASE) { in make_message()
Ddhcpcd.c121 { DHCP_RELEASE, "RELEASE" },
757 send_message(iface, DHCP_RELEASE, NULL); in send_release()