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

/darwin-on-arm/xnu/bsd/net/
H A Dnetsrc.c230 if (ia->ia6_flags & IN6_IFF_OPTIMISTIC)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_src.c357 (ia->ia6_flags & IN6_IFF_OPTIMISTIC) != 0)
394 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) == 0 &&
395 (ia->ia6_flags & IN6_IFF_OPTIMISTIC) != 0)
397 if ((ia_best->ia6_flags & IN6_IFF_OPTIMISTIC) != 0 &&
398 (ia->ia6_flags & IN6_IFF_OPTIMISTIC) == 0)
H A Din6_var.h629 #define IN6_IFF_OPTIMISTIC 0x200 /* optimistic DAD, i.e. RFC 4429 */ macro
635 #define IN6_IFF_DADPROGRESS (IN6_IFF_TENTATIVE|IN6_IFF_OPTIMISTIC)
H A Dnd6_nbr.c503 if ((dadprogress & IN6_IFF_OPTIMISTIC) == 0)
689 (ia->ia6_flags & IN6_IFF_OPTIMISTIC) == 0) {
713 if (!ia || (ia->ia6_flags & IN6_IFF_OPTIMISTIC)) {
1378 if (ia->ia6_flags & IN6_IFF_OPTIMISTIC)
1627 (ia->ia_flags & IN6_IFF_OPTIMISTIC) ? "optimistic " : "",
H A Din6.c1743 if (ia->ia6_flags & IN6_IFF_OPTIMISTIC)
3847 flags = IN6_IFF_OPTIMISTIC;
3852 flags = IN6_IFF_OPTIMISTIC;
3854 flags = IN6_IFF_OPTIMISTIC;
3860 flags = IN6_IFF_OPTIMISTIC;
3862 flags = IN6_IFF_OPTIMISTIC;

Completed in 38 milliseconds