Home
last modified time | relevance | path

Searched refs:DHCPCD_IPV6RS (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif-options.h95 #define DHCPCD_IPV6RS (1ULL << 31) macro
H A Dif-bsd.c1818 #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()
H A Dif-options.c1423 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()
H A Ddhcpcd.c480 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()
H A Dipv6nd.c1163 if (!(ifp->options->options & DHCPCD_IPV6RS)) { in ipv6nd_handlera()
H A Ddhcp.c2081 #define NOT_ONLY_SELF (DHCPCD_MANAGER | DHCPCD_IPV6RS | DHCPCD_DHCP6) in dhcp_addr_duplicated()