Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Din6_src.c587 if (!(ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
588 (ia->ia6_flags & IN6_IFF_TEMPORARY)) { in in6_selectsrc_core()
595 if ((ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
596 !(ia->ia6_flags & IN6_IFF_TEMPORARY)) { in in6_selectsrc_core()
H A Dnd6.c1499 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in nd6_service_ip6_addr()
1525 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr()
1561 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr()
1572 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in nd6_service_ip6_addr()
1978 if ((it6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in regen_tmpaddr()
5177 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
5201 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
H A Din6.c3578 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3581 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3582 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) { in in6_ifawithscope()
3586 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3587 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY) && in in6_ifawithscope()
3589 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
H A Dicmp6.c1338 if ((ia6_flags & IN6_IFF_TEMPORARY) && in ni6_input()
1912 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_addrs()
2027 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_store_addrs()
H A Din6_var.h804 #define IN6_IFF_TEMPORARY 0x0080 /* temporary (anonymous) address. */ macro
H A Dnd6_rtr.c2704 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in prelist_update()
4244 ifra.ifra_flags |= (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY); in in6_tmpifadd()
/xnu-8796.121.2/bsd/net/
H A Dpf_if.c488 IN6_IFF_CLAT46 | IN6_IFF_TEMPORARY | IN6_IFF_DEPRECATED))) { in pfi_instance_add()