Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Din6.c2082 #define IN6_IFF_CLR_ADDR_FLAG_MASK (~(IN6_IFF_DEPRECATED | IN6_IFF_DETACHED | IN6_IFF_DUPLICAT…
2684 if ((ia->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_update_ifa()
3517 IN6_IFF_DEPRECATED) { in in6_ifawithscope()
3530 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) in in6_ifawithscope()
3543 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) && in in6_ifawithscope()
3545 IN6_IFF_DEPRECATED) == 0) { in in6_ifawithscope()
3712 if ((ifa_best->ia6_flags & IN6_IFF_DEPRECATED) != 0) { in in6_ifawithscope()
3760 if (ifatoia6(ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()
3832 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.1.9/bsd/net/
H A Dpf_if.c491 IN6_IFF_CLAT46 | IN6_IFF_TEMPORARY | IN6_IFF_DEPRECATED))) { in pfi_instance_add()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_input.c3446 if (ia6_flags & IN6_IFF_DEPRECATED) { in tcp_input()