Home
last modified time | relevance | path

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

/freebsd-14.2/sys/nfs/
H A Dbootp_subr.c158 int dhcpquerytype; /* dhcp type sent */ member
412 switch (ifctx->dhcpquerytype) { 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()
597 ifctx->dhcpquerytype != DHCP_NOMSG)) { in bootpc_call()
605 switch(ifctx->dhcpquerytype) { in bootpc_call()
798 if (ifctx->dhcpquerytype == DHCP_DISCOVER) in bootpc_call()
1204 ifctx->dhcpquerytype = DHCP_NOMSG; in bootpc_compose_query()
1210 ifctx->dhcpquerytype = DHCP_DISCOVER; in bootpc_compose_query()
[all …]