Searched refs:IN6_IFF_DUPLICATED (Results 1 – 4 of 4) sorted by relevance
796 #define IN6_IFF_DUPLICATED 0x0004 /* DAD detected duplicate */ macro818 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)
451 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DUPLICATED) { in nd6_ns_input()1957 if (ia->ia6_flags & IN6_IFF_DUPLICATED) { in nd6_dad_timer()2186 ia->ia6_flags |= IN6_IFF_DUPLICATED; in nd6_dad_duplicated()
1431 (IN6_IFF_DUPLICATED | IN6_IFF_AUTOCONF | IN6_IFF_SECURED) in secured_address_is_duplicated()5223 ia->ia6_flags &= ~(IN6_IFF_DUPLICATED | IN6_IFF_DADPROGRESS); in in6_ifaddr_set_dadprogress()
2114 …ine IN6_IFF_CLR_ADDR_FLAG_MASK (~(IN6_IFF_DEPRECATED | IN6_IFF_DETACHED | IN6_IFF_DUPLICATED))