Lines Matching refs:mcount
117 static mDNSu32 mcount; // tracks the current active mcast operations for McastLogging variable
205 if (++mcount == 1) in LogMcastQuestion()
210 mcount--; in LogMcastQuestion()
232 if (++mcount == 1) in LogMcastService()
237 mcount--; in LogMcastService()
284 mcount = 0; in LogMcastStateInfo()
290 mcount = 0; in LogMcastStateInfo()
309 if(!mcount) // To initially set mcount in LogMcastStateInfo()
310 mcount = i_mcount; in LogMcastStateInfo()
312 if (mcount == 0) in LogMcastStateInfo()
315 LogMcastNoIdent("--- MCOUNT[%d]: IMPKTNUM[%d] ---", mcount, i_mpktnum); in LogMcastStateInfo()
318 …LogMcastNoIdent("--- MCOUNT[%d]: CMPKTNUM[%d] - IMPKTNUM[%d] = [%d]PKTS ---", mcount, m->MPktNum, … in LogMcastStateInfo()