Searched refs:DHCPCD_IPV6RS (Results 1 – 6 of 6) sorted by relevance
95 #define DHCPCD_IPV6RS (1ULL << 31) macro
1818 #define BSD_AUTOCONF DHCPCD_IPV6RS in if_set_ifxflags()1895 if (ifp->options->options & DHCPCD_IPV6RS) in if_setup_inet6()1898 if (ifp->options->options & DHCPCD_IPV6RS) in if_setup_inet6()1928 if (ifp->options->options & DHCPCD_IPV6RS) { in if_setup_inet6()
1423 ifo->options |= DHCPCD_IPV6RS; in parse_option()1426 ifo->options &= ~DHCPCD_IPV6RS; in parse_option()2439 ~(DHCPCD_IPV6RS | DHCPCD_DHCP6 | DHCPCD_WAITIP6); in finish_config()2441 if (!(ifo->options & DHCPCD_IPV6RS)) in finish_config()2516 default_options |= DHCPCD_IPV6 | DHCPCD_IPV6RS | in read_config()
480 ifo->options &= ~DHCPCD_IPV6RS; in configure_interface1()947 if (ifo->options & DHCPCD_IPV6RS) in dhcpcd_startinterface()1412 #define DHCPCD_RARENEW (DHCPCD_IPV6 | DHCPCD_IPV6RS) in dhcpcd_ifrenew()2489 if (ctx.options & DHCPCD_IPV6 && ctx.options & DHCPCD_IPV6RS) in main()
1163 if (!(ifp->options->options & DHCPCD_IPV6RS)) { in ipv6nd_handlera()
2081 #define NOT_ONLY_SELF (DHCPCD_MANAGER | DHCPCD_IPV6RS | DHCPCD_DHCP6) in dhcp_addr_duplicated()