Home
last modified time | relevance | path

Searched refs:nd6_mmaxtries (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet6/
H A Din6_proto.c837 nd6_mmaxtries, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_mmaxtries, 0, "");
H A Dnd6.h725 extern int nd6_mmaxtries;
H A Dnd6.c120 int nd6_mmaxtries = 3; /* maximum multicast query */ variable
958 if (ln->ln_asked < nd6_mmaxtries) { in nd6_service_neighbor_cache()