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()
1504 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in IncrementAutoTargetServices()
12090 m->NumAllInterfaceQuestions++; in mDNS_StartQuery_internal()
12094 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in mDNS_StartQuery_internal()
12157 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in mDNS_StopQuery_internal()
12159 m->NumAllInterfaceQuestions--; in mDNS_StopQuery_internal()
[all …]
H A DmDNSEmbeddedAPI.h2369 …mDNSu32 NumAllInterfaceQuestions; // Right now we count *all* multicast questions here. … member