Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp.h54 #define DHCP_OFFER 2 macro
Ddhcp.c92 { DHCP_OFFER, "OFFER" },
2979 if (type == DHCP_OFFER && dhcp->yiaddr == 0) { in dhcp_handledhcp()
3025 if ((type == 0 || type == DHCP_OFFER || type == DHCP_ACK) && in dhcp_handledhcp()
3050 if ((type == 0 || type == DHCP_OFFER) && in dhcp_handledhcp()
3099 if (type == DHCP_OFFER) { in dhcp_handledhcp()