Searched refs:NumAllInterfaceQuestions (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1164 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1)
1167 LogInfo("DecrementAutoTargetServices: NumAllInterfaceRecords %d NumAllInterfaceQuestions %d %s",
1168 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr));
1186 LogInfo("IncrementAutoTargetServices: NumAllInterfaceRecords %d NumAllInterfaceQuestions %d %s",
1187 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr));
1188 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1)
11768 m->NumAllInterfaceQuestions++;
11769 LogInfo("mDNS_StartQuery_internal: NumAllInterfaceRecords %d NumAllInterfaceQuestions %d %##s (%s)",
11770 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, question->qname.c, DNSTypeName(question->qtype));
11771 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions
[all...]
H A DmDNSEmbeddedAPI.h2480 mDNSu32 NumAllInterfaceQuestions; // Right now we count *all* multicast questions here. Later we may want to change to count interface-specific questions separately. member in struct:mDNS_struct

Completed in 124 milliseconds