Searched refs:DHCPCD_IPV6RS (Results 1 – 3 of 3) sorted by relevance
80 #define DHCPCD_IPV6RS (1ULL << 31) macro
790 ifo->options &= ~DHCPCD_IPV6RS; in configure_interface1()1183 if (options & DHCPCD_IPV6RS && ifo->options & DHCPCD_IPV6RS) { in start_interface()1187 ifo->options &= ~DHCPCD_IPV6RS; in start_interface()2104 if (options & DHCPCD_IPV6RS && disable_rtadv() == -1) { in main()2106 options &= ~DHCPCD_IPV6RS; in main()2110 if (options & DHCPCD_IPV6RS && !check_ipv6(NULL)) in main()2111 options &= ~DHCPCD_IPV6RS; in main()2112 if (options & DHCPCD_IPV6RS) { in main()2116 options &= ~DHCPCD_IPV6RS; in main()
749 ifo->options &= ~DHCPCD_IPV6RS; in parse_option()804 ifo->options |= DHCPCD_IPV6RS | DHCPCD_IPV6RA_REQRDNSS; in read_config()