Searched refs:IN6_IFF_DUPLICATED (Results 1 – 4 of 4) sorted by relevance
816 #define IN6_IFF_DUPLICATED 0x0004 /* DAD detected duplicate */ macro838 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)
463 if ((ifatoia6(ifa))->ia6_flags & IN6_IFF_DUPLICATED) { in nd6_ns_input()1965 if (ia->ia6_flags & IN6_IFF_DUPLICATED) { in nd6_dad_timer()2194 ia->ia6_flags |= IN6_IFF_DUPLICATED; in nd6_dad_duplicated()
1445 (IN6_IFF_DUPLICATED | IN6_IFF_AUTOCONF | IN6_IFF_SECURED) in secured_address_is_duplicated()5082 ia->ia6_flags &= ~(IN6_IFF_DUPLICATED | IN6_IFF_DADPROGRESS); in in6_ifaddr_set_dadprogress()
2082 …ine IN6_IFF_CLR_ADDR_FLAG_MASK (~(IN6_IFF_DEPRECATED | IN6_IFF_DETACHED | IN6_IFF_DUPLICATED))