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

  /external/dhcpcd/
dhcp.h 61 #define DHCP_INFORM 8
dhcp.c 850 if ((type == DHCP_INFORM || type == DHCP_RELEASE ||
858 if (type == DHCP_INFORM && iface->addr.s_addr == 0)
925 type == DHCP_INFORM ||
958 if (type != DHCP_INFORM) {
1020 if (type == DHCP_INFORM &&
client.c 170 { DHCP_INFORM, "DHCP_INFORM" },
    [all...]
dhcpcd.c 120 { DHCP_INFORM, "INFORM" },
377 send_message((struct interface *)arg, DHCP_INFORM, send_inform);
    [all...]

Completed in 222 milliseconds