Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet6/
H A Dmld6_var.h108 extern int mld_debug;
109 #define MLD_PRINTF(x) do { if (mld_debug) printf x; } while (0)
H A Dmld6.c286 int mld_debug = 0; variable
288 debug, CTLFLAG_RW | CTLFLAG_LOCKED, &mld_debug, 0, "");
H A Din6_mcast.c3539 if (mld_debug == 0) { in in6m_print()