Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/dhcpd/
Ddhcp.c50 if (!locate_network(packet) && packet->packet_type != DHCPREQUEST) in dhcp()
53 switch (packet->packet_type) { in dhcp()
1350 if (packet->packet_type == DHCPREQUEST && fixed_lease && in find_lease()
1370 if (packet->packet_type) in find_lease()
1441 if (packet->packet_type == DHCPREQUEST && fixed_lease) { in find_lease()
1461 if (packet->packet_type == DHCPREQUEST && fixed_lease && ip_lease) in find_lease()
1491 if (packet->packet_type == DHCPREQUEST) in find_lease()
1496 if (packet->packet_type == DHCPREQUEST) in find_lease()
1501 if (packet->packet_type == DHCPREQUEST) in find_lease()
1509 if (packet->packet_type == DHCPREQUEST && !ip_lease && !fixed_lease) in find_lease()
[all …]
Doptions.c486 tp.packet_type = tp.options[DHO_DHCP_MESSAGE_TYPE].data[0]; in do_packet()
487 if (tp.packet_type) in do_packet()
Ddhcpd.h158 int packet_type; member