Searched refs:DHCPCD_IPV4LL (Results 1 – 4 of 4) sorted by relevance
67 #define DHCPCD_IPV4LL (1ULL << 10) macro
944 ifo->options &= ~DHCPCD_IPV4LL; in parse_option()1015 ifo->options &= ~DHCPCD_IPV4LL; in parse_option()2117 ifo->options |= DHCPCD_IPV4 | DHCPCD_DHCP | DHCPCD_IPV4LL;
380 ifo->options &= ~(DHCPCD_ARP | DHCPCD_IPV4LL); in configure_interface1()389 ifo->options &= ~(DHCPCD_DHCP | DHCPCD_IPV4LL); in configure_interface1()
823 if (type == DHCP_DISCOVER && ifo->options & DHCPCD_IPV4LL) { in make_message()1834 else if (ifo->options & DHCPCD_IPV4LL && in dhcp_discover()2393 if (!ifo->fallback && ifo->options & DHCPCD_IPV4LL && in dhcp_reboot()3706 if (ifo->options & DHCPCD_IPV4LL) { in dhcp_start1()