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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c372 int ip6_dad_count = 1; /* DupAddrDetectionTransmits */ variable
494 dad_count, CTLFLAG_RW, &ip6_dad_count, 0, "");
H A Dip6_var.h285 extern int ip6_dad_count; /* DupAddrDetectionTransmits */
H A Dnd6_nbr.c1068 * - DAD is disabled (ip6_dad_count == 0)
1083 if (!ip6_dad_count) {
1113 * Send NS packet for DAD, ip6_dad_count times.
1120 dp->dad_count = ip6_dad_count;

Completed in 29 milliseconds