Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libsa/
H A Dbootp.h112 #define DHCPREQUEST 3 macro
H A Dbootp.c189 bp->bp_vend[index++] = DHCPREQUEST; in bootp()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcp.h172 #define DHCPREQUEST 3 macro
/netbsd-src/sys/nfs/
H A Dnfs_bootdhcp.c201 #define DHCPREQUEST 3 macro
646 bootp->bp_vend[index++] = DHCPREQUEST; in bootpc_call()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c110 packet->packet_type != DHCPREQUEST && in dhcp()
175 if (packet->packet_type == DHCPREQUEST && in dhcp()
260 case DHCPREQUEST: in dhcp()
2292 if (packet -> packet_type == DHCPREQUEST &&
4322 if (packet -> packet_type == DHCPREQUEST && fixed_lease && in find_lease()
4627 packet -> packet_type == DHCPREQUEST) in find_lease()
4638 if (packet -> packet_type == DHCPREQUEST && fixed_lease) { in find_lease()
4669 if (packet -> packet_type == DHCPREQUEST && fixed_lease && ip_lease) in find_lease()
4735 if (packet -> packet_type == DHCPREQUEST && in find_lease()
4787 packet -> packet_type == DHCPREQUEST && in find_lease()
[all …]
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES4574 - Fix a core dump that could happen when processing a DHCPREQUEST from
4624 - Prevent failover peers from allocating leases in DHCPREQUEST
4820 DHCPREQUEST.
4868 DHCPREQUEST/DHCPACK/DHCPREQUEST/DHCPNAK sequence. This was the
4899 - Fix a bug in DHCPREQUEST handling that resulted in DHCPNAK messages
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c736 * DHCPREQUEST messages, to avoid providing the option on in cons_options()
742 (inpacket->packet_type == DHCPREQUEST))) in cons_options()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c3565 unsigned char request = DHCPREQUEST;