Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dinet6_addr_mode.c161 …CESS(inet6_aifaddr(ifname1, &newaddr, NULL, 64, (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY), ND6_INFINI…
194 …CESS(inet6_aifaddr(ifname1, &newaddr, NULL, 64, (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY), ND6_INFINI…
/xnu-12377.1.9/bsd/netinet6/
H A Din6_src.c582 if (!(ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
583 (ia->ia6_flags & IN6_IFF_TEMPORARY)) { in in6_selectsrc_core()
590 if ((ia_best->ia6_flags & IN6_IFF_TEMPORARY) && in in6_selectsrc_core()
591 !(ia->ia6_flags & IN6_IFF_TEMPORARY)) { in in6_selectsrc_core()
H A Dnd6.c1513 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in nd6_service_ip6_addr()
1539 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr()
1575 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr()
1586 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in nd6_service_ip6_addr()
1994 if ((it6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in regen_tmpaddr()
5036 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
5060 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
H A Din6.c3563 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3566 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3567 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) { in in6_ifawithscope()
3571 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
3572 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY) && in in6_ifawithscope()
3574 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
H A Dicmp6.c1343 if ((ia6_flags & IN6_IFF_TEMPORARY) && in ni6_input()
1915 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_addrs()
2030 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_store_addrs()
H A Din6_var.h824 #define IN6_IFF_TEMPORARY 0x0080 /* temporary (anonymous) address. */ macro
H A Dnd6_rtr.c2771 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in prelist_update()
4329 ifra.ifra_flags |= (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY); in in6_tmpifadd()
/xnu-12377.1.9/bsd/net/
H A Dpf_if.c491 IN6_IFF_CLAT46 | IN6_IFF_TEMPORARY | IN6_IFF_DEPRECATED))) { in pfi_instance_add()