Searched refs:DHCPREQUEST (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dbootp.h120 #define DHCPREQUEST 3
119 #define DHCPREQUEST macro
H A Dbootp.c194 bp->bp_vend[6] = DHCPREQUEST;
213 printf("DHCPREQUEST failed\n");
/freebsd-12-stable/sbin/dhclient/
H A Ddhcp.h181 #define DHCPREQUEST 3 macro
H A Ddhclient.c631 /* Make a DHCPREQUEST packet, and set appropriate per-interface
641 /* Send out the first DHCPREQUEST packet. */
749 /* Make a DHCPREQUEST packet from the lease we picked. */
756 /* Add an immediate timeout to send the first DHCPREQUEST packet. */
761 having sent out one or more DHCPREQUEST packets. */
793 /* Stop resending DHCPREQUEST. */
919 * expected to unicast a DHCPREQUEST to the server that gave us our
1237 /* Stop sending DHCPREQUEST packets... */
1532 broadcast the DHCPREQUEST rather than unicasting. */
1558 note("DHCPREQUEST o
[all...]
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddhcp.h231 DHCPREQUEST = 3, enumerator in enum:dhcp_message_types
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c230 #define DHCPREQUEST 3 macro
575 { DHCPREQUEST, "Request" },
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c51 /* Convert to DHCPREQUEST, remove rapid commit option, replace requested
73 *pos = DHCPREQUEST;
93 /* Copy Server ID option from DHCPOFFER to DHCPREQUEST */

Completed in 100 milliseconds