Searched refs:IN6_IFF_ANYCAST (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/netinet6/
H A Din6_var.h287 #define IN6_IFF_ANYCAST 0x01 /* anycast address */ macro
H A Dnd6_nbr.c204 if (ifa && (ifatoia6(ifa)->ia6_flags & IN6_IFF_ANYCAST))
243 IN6_IFF_DUPLICATED|IN6_IFF_ANYCAST)->ia_ifa;
262 anycast = ifatoia6(ifa)->ia6_flags & IN6_IFF_ANYCAST;
1100 if ((ia6->ia6_flags & IN6_IFF_ANYCAST) || (!ip6_dad_count)) {
H A Dmld6.c399 ignflags = IN6_IFF_DUPLICATED|IN6_IFF_ANYCAST;
H A Din6_src.c137 (IN6_IFF_ANYCAST|IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)))
H A Din6_pcb.c211 if (ifa && ifatoia6(ifa)->ia6_flags & (IN6_IFF_ANYCAST|
H A Dicmp6.c1140 IN6_IFF_ANYCAST|IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)) {
1505 IN6_IFF_DUPLICATED|IN6_IFF_ANYCAST)) == NULL)
H A Din6.c1417 if (ifatoia6(ifa)->ia6_flags & IN6_IFF_ANYCAST)
/openbsd-current/regress/sbin/ifconfig/
H A Difaddr.c194 { "anycast", IN6_IFF_ANYCAST, 0, setia6flags },
195 { "-anycast", -IN6_IFF_ANYCAST, 0, setia6flags },
1362 if (ifr6.ifr_ifru.ifru_flags6 & IN6_IFF_ANYCAST)
/openbsd-current/sbin/isakmpd/
H A Dvirtual.c428 if (flags_ifr6.ifr_ifru.ifru_flags6 & (IN6_IFF_ANYCAST|
/openbsd-current/sbin/slaacd/
H A Dfrontend.c621 if (flags & IN6_IFF_ANYCAST)
/openbsd-current/sbin/ifconfig/
H A Difconfig.c461 { "anycast", IN6_IFF_ANYCAST, 0, setia6flags },
462 { "-anycast", -IN6_IFF_ANYCAST, 0, setia6flags },
3643 if (ifr6.ifr_ifru.ifru_flags6 & IN6_IFF_ANYCAST)

Completed in 128 milliseconds