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

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

Completed in 32 milliseconds