Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/nfs/
Dbootp_subr.c229 #define DHCP_DISCOVER 1 macro
512 case DHCP_DISCOVER: in bootpc_received()
530 (ifctx->dhcpquerytype == DHCP_DISCOVER && in bootpc_received()
548 ifctx->dhcpquerytype == DHCP_DISCOVER) { in bootpc_received()
558 if (ifctx->dhcpquerytype == DHCP_DISCOVER && in bootpc_received()
696 ifctx->dhcpquerytype != DHCP_DISCOVER) || in bootpc_call()
707 case DHCP_DISCOVER: in bootpc_call()
899 if (ifctx->dhcpquerytype == DHCP_DISCOVER) in bootpc_call()
1297 *vendp++ = DHCP_DISCOVER; in bootpc_compose_query()
1298 ifctx->dhcpquerytype = DHCP_DISCOVER; in bootpc_compose_query()