Searched refs:IN6_IFF_DEPRECATED (Results 1 – 14 of 14) sorted by relevance
266 if ((flags6 & IN6_IFF_DEPRECATED) != 0) in print_flags()699 DEF_CMD("deprecated", IN6_IFF_DEPRECATED, setip6flags),700 DEF_CMD("-deprecated", -IN6_IFF_DEPRECATED, setip6flags),
124 IN6_IFF_DEPRECATED) { in sctp_gather_internal_ifa_flags()
1271 (ia6->ia6_flags & IN6_IFF_DEPRECATED)) { in tcp_input_with_port()
1071 if ((ifra->ifra_flags & IN6_IFF_DEPRECATED) != 0) { in in6_update_ifa_internal()1879 if (ia->ia6_flags & IN6_IFF_DEPRECATED) { in in6_is_addr_deprecated()1993 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()2027 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()
986 ia6->ia6_flags |= IN6_IFF_DEPRECATED; in nd6_timer()994 (oldflags & IN6_IFF_DEPRECATED) == 0) { in nd6_timer()1040 ia6->ia6_flags &= ~IN6_IFF_DEPRECATED; in nd6_timer()
770 IN6_IFF_DETACHED|IN6_IFF_DEPRECATED)) { in rip6_bind()
496 #define IN6_IFF_DEPRECATED 0x10 /* deprecated address */ macro
1800 if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) != 0 && in ni6_store_addrs()1812 } else if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) == 0 && in ni6_store_addrs()
146 if ((addr.flags & IN6_IFF_DEPRECATED) != 0) { in print_inet6_addr()
891 if (flags & IN6_IFF_DEPRECATED) in in6_flags_to_nl()912 in6_flags |= IN6_IFF_DEPRECATED; in nl_flags_to_in6()
444 IN6_IFF_DEPRECATED = 0x10 variable in IfafFlags6
892 if ((flags6 & IN6_IFF_DEPRECATED)) in set_source()
909 if ((flags6 & IN6_IFF_DEPRECATED)) in set_source()
417 "f": IfafFlags6.IN6_IFF_DEPRECATED,