Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c241 #define DHCP_REQUEST 3 macro
532 case DHCP_REQUEST: in bootpc_received()
566 ifctx->dhcpquerytype == DHCP_REQUEST) in bootpc_received()
700 ifctx->dhcpquerytype != DHCP_REQUEST) || in bootpc_call()
716 case DHCP_REQUEST: in bootpc_call()
1309 *vendp++ = DHCP_REQUEST; in bootpc_compose_query()
1310 ifctx->dhcpquerytype = DHCP_REQUEST; in bootpc_compose_query()
/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcp.c554 (type == DHCP_REQUEST && in make_message()
602 (type == DHCP_REQUEST && in make_message()
629 type == DHCP_REQUEST) in make_message()
H A Ddhcp.h56 #define DHCP_REQUEST 3 macro
H A Dmain.c118 mlen = make_message(&dhcp, ifp, DHCP_REQUEST); in send_request()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp.h62 #define DHCP_REQUEST 3 macro
H A Ddhcp.c109 { DHCP_REQUEST, "REQUEST" },
763 (type == DHCP_REQUEST && in make_message()
823 (type == DHCP_REQUEST && in make_message()
856 (type) == DHCP_REQUEST) in make_message()
1852 send_message((struct interface *)arg, DHCP_REQUEST, send_request); in send_request()
1859 send_message((struct interface *)arg, DHCP_REQUEST, send_renew); in send_renew()
1866 send_message((struct interface *)arg, DHCP_REQUEST, send_rebind); in send_rebind()