Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNS.c306 mDNSu32 NumAllInterfaceQuestions = 0; in mDNS_ValidateLists() local
351 NumAllInterfaceQuestions++; in mDNS_ValidateLists()
373 if (m->NumAllInterfaceQuestions != NumAllInterfaceQuestions) in mDNS_ValidateLists()
374 …("NumAllInterfaceQuestions is %d should be %d", m->NumAllInterfaceQuestions, NumAllInterfaceQuesti… in mDNS_ValidateLists()
1598 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in DecrementAutoTargetServices()
1602 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr)); in DecrementAutoTargetServices()
1632 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr)); in IncrementAutoTargetServices()
1633 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in IncrementAutoTargetServices()
15332 m->NumAllInterfaceQuestions++; in mDNS_StartQuery_internal()
15333 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1) in mDNS_StartQuery_internal()
[all …]
DmDNSEmbeddedAPI.h2570 …mDNSu32 NumAllInterfaceQuestions; // Right now we count *all* multicast questions here. … member