Searched refs:DHCP_OFFER (Results 1 – 3 of 3) sorted by relevance
61 #define DHCP_OFFER 2 macro
108 { DHCP_OFFER, "OFFER" },3228 if (type == DHCP_OFFER && bootp->yiaddr == 0) { in dhcp_handledhcp()3278 if ((type == 0 || type == DHCP_OFFER || type == DHCP_ACK) && in dhcp_handledhcp()3302 if ((type == 0 || type == DHCP_OFFER) && state->state == DHS_DISCOVER) { in dhcp_handledhcp()3363 if (type == DHCP_OFFER) { in dhcp_handledhcp()
211 #define DHCP_OFFER 2 macro500 if (dhcpreplytype != DHCP_OFFER /* Normal DHCP offer */ in bootpc_received()540 if (dhcpreplytype == DHCP_OFFER) in bootpc_received()861 case DHCP_OFFER: in bootpc_call()