Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dbootp_subr.c388 unsigned char dhcpreplytype; in bootpc_received() local
408 dhcpreplytype = *p; in bootpc_received()
410 dhcpreplytype = DHCP_NOMSG; in bootpc_received()
414 if (dhcpreplytype != DHCP_OFFER /* Normal DHCP offer */ in bootpc_received()
416 && dhcpreplytype != DHCP_NOMSG /* Fallback to BOOTP */ in bootpc_received()
422 if (dhcpreplytype != DHCP_ACK) in bootpc_received()
450 if (dhcpreplytype == DHCP_OFFER) in bootpc_received()