Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Din6_src.c499 if (!(ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
500 (ia->ia6_flags & IN6_IFF_TEMPORARY)) { in in6_selectsrc_core()
507 if ((ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
508 !(ia->ia6_flags & IN6_IFF_TEMPORARY)) { in in6_selectsrc_core()
H A Dnd6.c1487 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in nd6_service_ip6_addr()
1513 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr()
1549 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr()
1560 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in nd6_service_ip6_addr()
1966 if ((it6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in regen_tmpaddr()
5140 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
5164 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
H A Din6.c3545 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3548 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3549 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) { in in6_ifawithscope()
3553 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3554 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY) && in in6_ifawithscope()
3556 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
H A Dicmp6.c1309 if ((ia6_flags & IN6_IFF_TEMPORARY) && in ni6_input()
1883 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_addrs()
1998 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_store_addrs()
H A Din6_var.h803 #define IN6_IFF_TEMPORARY 0x0080 /* temporary (anonymous) address. */ macro
H A Dnd6_rtr.c2627 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in prelist_update()
4222 ifra.ifra_flags |= (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY); in in6_tmpifadd()
/xnu-8020.101.4/bsd/net/
H A Dpf_if.c488 IN6_IFF_CLAT46 | IN6_IFF_TEMPORARY | IN6_IFF_DEPRECATED))) { in pfi_instance_add()