Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c191 mDNSu32 NumAllInterfaceQuestions = 0; in mDNS_ValidateLists() local
236 NumAllInterfaceQuestions++; in mDNS_ValidateLists()
258 if (m->NumAllInterfaceQuestions != NumAllInterfaceQuestions) in mDNS_ValidateLists()
259 …("NumAllInterfaceQuestions is %d should be %d", m->NumAllInterfaceQuestions, NumAllInterfaceQuesti… in mDNS_ValidateLists()
1467 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in DecrementAutoTargetServices()
1472 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr)); in DecrementAutoTargetServices()
1503 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr)); in IncrementAutoTargetServices()
1504 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in IncrementAutoTargetServices()
12090 m->NumAllInterfaceQuestions++; in mDNS_StartQuery_internal()
12093 …m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, DM_NAME_PARAM(&question->qname), DNSTypeNa… in mDNS_StartQuery_internal()
[all …]
H A DmDNSEmbeddedAPI.h2369 …mDNSu32 NumAllInterfaceQuestions; // Right now we count *all* multicast questions here. … member