Searched refs:IN6_IFF_DUPLICATED (Results 1 – 4 of 4) sorted by relevance
795 #define IN6_IFF_DUPLICATED 0x0004 /* DAD detected duplicate */ macro817 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)
448 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DUPLICATED) { in nd6_ns_input()1943 if (ia->ia6_flags & IN6_IFF_DUPLICATED) { in nd6_dad_timer()2170 ia->ia6_flags |= IN6_IFF_DUPLICATED; in nd6_dad_duplicated()
1432 (IN6_IFF_DUPLICATED | IN6_IFF_AUTOCONF | IN6_IFF_SECURED) in secured_address_is_duplicated()5214 ia->ia6_flags &= ~(IN6_IFF_DUPLICATED | IN6_IFF_DADPROGRESS); in in6_ifaddr_set_dadprogress()
2110 …ine IN6_IFF_CLR_ADDR_FLAG_MASK (~(IN6_IFF_DEPRECATED | IN6_IFF_DETACHED | IN6_IFF_DUPLICATED))