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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6_var.h107 extern int mld_debug;
108 #define MLD_PRINTF(x) do { if (mld_debug) printf x; } while (0)
H A Dmld6.c288 int mld_debug = 0; variable
290 debug, CTLFLAG_RW | CTLFLAG_LOCKED, &mld_debug, 0, "");
H A Din6_mcast.c3460 if (mld_debug == 0)

Completed in 80 milliseconds