Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dbootp_subr.c158 int dhcpquerytype; /* dhcp type sent */ member
412 switch (ifctx->dhcpquerytype) { in bootpc_received()
431 (ifctx->dhcpquerytype == DHCP_DISCOVER && in bootpc_received()
449 ifctx->dhcpquerytype == DHCP_DISCOVER) { in bootpc_received()
455 ifctx->dhcpquerytype == DHCP_REQUEST) in bootpc_received()
458 if (ifctx->dhcpquerytype == DHCP_DISCOVER && in bootpc_received()
593 ifctx->dhcpquerytype != DHCP_REQUEST) || in bootpc_call()
595 ifctx->dhcpquerytype != DHCP_DISCOVER) || in bootpc_call()
597 ifctx->dhcpquerytype != DHCP_NOMSG)) { in bootpc_call()
605 switch(ifctx->dhcpquerytype) { in bootpc_call()
[all …]