Searched refs:ip6_dad_count (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Din6_proto.c440 int ip6_dad_count = 1; /* DupAddrDetectionTransmits */ variable
581 dad_count, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_dad_count, 0, "");
H A Dip6_var.h433 extern int ip6_dad_count; /* DupAddrDetectionTransmits */
H A Dnd6_nbr.c1528 * - DAD is disabled (ip6_dad_count == 0)
1541 if (!ip6_dad_count || (ia->ia6_flags & IN6_IFF_ANYCAST) != 0) {
1579 * Send NS packet for DAD, ip6_dad_count times.
1619 dp->dad_count = ip6_dad_count;

Completed in 81 milliseconds