Home
last modified time | relevance | path

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

/external/dhcpcd/
Dif-options.h60 #define DHCPCD_IPV4LL (1ULL << 10) macro
Dif-options.c539 ifo->options &= ~DHCPCD_IPV4LL; in parse_option()
606 ifo->options &= ~DHCPCD_IPV4LL; in parse_option()
798 ifo->options |= DHCPCD_ARP | DHCPCD_IPV4LL; in read_config()
Ddhcpcd.c788 ifo->options &= ~(DHCPCD_ARP | DHCPCD_IPV4LL); in configure_interface1()
979 else if (ifo->options & DHCPCD_IPV4LL && in start_discover()
1134 if (ifo->options & DHCPCD_IPV4LL) { in start_reboot()
1249 iface->state->options->options & DHCPCD_IPV4LL) in start_interface()
2192 if (options & DHCPCD_IPV4LL) in main()