Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif-options.h113 #define DHCPCD_BOOTP (1ULL << 57) macro
Ddhcp.c774 if (!(ifo->options & DHCPCD_BOOTP)) { in make_message()
833 if (!(ifo->options & DHCPCD_BOOTP)) { in make_message()
1660 ifo->options & DHCPCD_BOOTP ? "BOOTP" : get_dhcp_op(type), in send_message()
1677 ifo->options & DHCPCD_BOOTP ? "BOOTP" : get_dhcp_op(type), in send_message()
1845 ifp->name, ifo->options & DHCPCD_BOOTP ? "BOOTP" : "DHCP"); in dhcp_discover()
2843 else if (ifo->options & DHCPCD_BOOTP) { in dhcp_handledhcp()
3628 !(ifo->options & DHCPCD_BOOTP)) || in dhcp_start1()
3633 ifo->options & DHCPCD_BOOTP)) in dhcp_start1()
Dif-options.c2011 ifo->options |= DHCPCD_BOOTP; in parse_option()