Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:ancount

1936 			int ancount = 0;
1938 while (rr) { ancount++; rr = rr->next; }
1939 Log("%p : Question %##s; type %d; referenced by %d LLQs; %d answers:", a, a->name.c, a->type, a->refcount, ancount);