Searched refs:IN6_IFF_TEMPORARY (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.81.4/tests/ |
| H A D | inet6_addr_mode.c | 292 …CESS(inet6_aifaddr(ifname1, &newaddr, NULL, 64, (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY), ND6_INFINI… 325 …CESS(inet6_aifaddr(ifname1, &newaddr, NULL, 64, (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY), ND6_INFINI…
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | in6_src.c | 582 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 D | nd6.c | 1506 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in nd6_service_ip6_addr() 1532 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr() 1568 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) == 0) { in nd6_service_ip6_addr() 1579 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in nd6_service_ip6_addr() 1987 if ((it6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in regen_tmpaddr() 4902 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress() 4926 if (ia->ia6_flags & IN6_IFF_TEMPORARY) { in in6_ifaddr_set_dadprogress()
|
| H A D | in6.c | 3559 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope() 3562 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope() 3563 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) { in in6_ifawithscope() 3567 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope() 3568 == (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY) && in in6_ifawithscope() 3570 (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY)) in in6_ifawithscope()
|
| H A D | icmp6.c | 1341 if ((ia6_flags & IN6_IFF_TEMPORARY) && in ni6_input() 1913 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_addrs() 2028 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 && in ni6_store_addrs()
|
| H A D | in6_var.h | 824 #define IN6_IFF_TEMPORARY 0x0080 /* temporary (anonymous) address. */ macro
|
| H A D | nd6_rtr.c | 2734 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0) { in prelist_update() 4283 ifra.ifra_flags |= (IN6_IFF_AUTOCONF | IN6_IFF_TEMPORARY); in in6_tmpifadd()
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | pf_if.c | 491 IN6_IFF_CLAT46 | IN6_IFF_TEMPORARY | IN6_IFF_DEPRECATED))) { in pfi_instance_add()
|