Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDdhcp.h61 #define DHCP_OFFER 2 macro
HDdhcp.c108 { 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()
/dragonfly/sys/vfs/nfs/
HDbootp_subr.c211 #define DHCP_OFFER 2 macro
500 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()