Home
last modified time | relevance | path

Searched refs:IN6_IFF_DEPRECATED (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Din6.c2084 #define IN6_IFF_CLR_ADDR_FLAG_MASK (~(IN6_IFF_DEPRECATED | IN6_IFF_DETACHED | IN6_IFF_DUPLICAT…
2686 if ((ia->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_update_ifa()
3524 IN6_IFF_DEPRECATED) { in in6_ifawithscope()
3537 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3550 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3552 IN6_IFF_DEPRECATED) == 0) { in in6_ifawithscope()
3719 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_ifawithscope()
3767 if (ifatoia6(ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()
3839 if (ifatoia6(ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()
H A Dnd6.c1562 ia6->ia6_flags |= IN6_IFF_DEPRECATED; in nd6_service_ip6_addr()
1564 if ((oldflags & IN6_IFF_DEPRECATED) == 0) { in nd6_service_ip6_addr()
1587 (oldflags & IN6_IFF_DEPRECATED) == 0) { in nd6_service_ip6_addr()
1617 ia6->ia6_flags &= ~IN6_IFF_DEPRECATED; in nd6_service_ip6_addr()
1619 if ((oldflags & IN6_IFF_DEPRECATED) != 0) { in nd6_service_ip6_addr()
H A Din6_var.h818 #define IN6_IFF_DEPRECATED 0x0010 /* deprecated address */ macro
H A Draw_ip6.c1121 IN6_IFF_DETACHED | IN6_IFF_DEPRECATED)) { in rip6_bind()
H A Dicmp6.c1977 if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) != 0 && in ni6_store_addrs()
1991 } else if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) == 0 && in ni6_store_addrs()
/xnu-12377.81.4/bsd/net/
H A Dpf_if.c491 IN6_IFF_CLAT46 | IN6_IFF_TEMPORARY | IN6_IFF_DEPRECATED))) { in pfi_instance_add()
/xnu-12377.81.4/bsd/netinet/
H A Dtcp_input.c3447 if (ia6_flags & IN6_IFF_DEPRECATED) { in tcp_input()