Searched refs:IN6_IFF_TEMPORARY (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c2387 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2390 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2391 == (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) {
2395 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
2396 == (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY) &&
2398 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY))
H A Din6_var.h481 #define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */ macro
H A Dnd6.c603 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0) {
631 (ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0 &&
727 if ((it6->ia6_flags & IN6_IFF_TEMPORARY) != 0 &&
H A Dicmp6.c1213 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) != 0 &&
1728 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 &&
1825 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0 &&
H A Dnd6_rtr.c1296 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) != 0) {
2014 ifra.ifra_flags |= (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY);

Completed in 30 milliseconds