Home
last modified time | relevance | path

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

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dif-options.h117 #define DHCPCD_BOOTP (1ULL << 57) macro
H A Ddhcp.c765 if (ifo->options & DHCPCD_BOOTP) in make_message()
810 if (ifo->options & DHCPCD_BOOTP) in make_message()
1740 ifo->options & DHCPCD_BOOTP ? "BOOTP" : get_dhcp_op(type), in send_message()
1759 ifo->options & DHCPCD_BOOTP ? "BOOTP" : get_dhcp_op(type), in send_message()
1908 ifp->name, ifo->options & DHCPCD_BOOTP ? "BOOTP" : "DHCP"); in dhcp_discover()
3058 else if (ifo->options & DHCPCD_BOOTP) { in dhcp_handledhcp()
4020 !(ifo->options & DHCPCD_BOOTP)) || in dhcp_start1()
4025 ifo->options & DHCPCD_BOOTP)) in dhcp_start1()
H A Dif-options.c2237 ifo->options |= DHCPCD_BOOTP; in parse_option()