Searched refs:DHCP_OFFER (Results 1 – 5 of 5) sorted by relevance
55 #define DHCP_OFFER 2 macro
197 case DHCP_OFFER: in get_offer()
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()
240 #define DHCP_OFFER 2 macro525 if (dhcpreplytype != DHCP_OFFER /* Normal DHCP offer */ in bootpc_received()561 if (dhcpreplytype == DHCP_OFFER) in bootpc_received()850 case DHCP_OFFER: in bootpc_call()