HomeSort by relevance Sort by last modified time
    Searched refs:DHCP_RELEASE (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd/
dhcp.h 60 #define DHCP_RELEASE 7
dhcp.c 850 if ((type == DHCP_INFORM || type == DHCP_RELEASE ||
875 type != DHCP_RELEASE)
878 if (type != DHCP_DECLINE && type != DHCP_RELEASE) {
907 if (type == DHCP_RELEASE) {
client.c 169 { DHCP_RELEASE, "DHCP_RELEASE" },
645 if (type == DHCP_RELEASE)
890 send_message(state, DHCP_RELEASE, options);
    [all...]
dhcpcd.c 119 { DHCP_RELEASE, "RELEASE" },
731 send_message(iface, DHCP_RELEASE, NULL);
    [all...]

Completed in 382 milliseconds