HomeSort by: relevance | last modified time | path
    Searched refs:NumAllInterfaceQuestions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 306 mDNSu32 NumAllInterfaceQuestions = 0;
351 NumAllInterfaceQuestions++;
373 if (m->NumAllInterfaceQuestions != NumAllInterfaceQuestions)
374 LogMemCorruption("NumAllInterfaceQuestions is %d should be %d", m->NumAllInterfaceQuestions, NumAllInterfaceQuestions);
1598 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1)
1601 LogRedact(MDNS_LOG_CATEGORY_STATE, MDNS_LOG_DEBUG, "DecrementAutoTargetServices: NumAllInterfaceRecords %u NumAllInterfaceQuestions %u " PRI_S,
1602 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr))
    [all...]
mDNSEmbeddedAPI.h 2570 mDNSu32 NumAllInterfaceQuestions; // Right now we count *all* multicast questions here. Later we may want to change to count interface-specific questions separately.

Completed in 25 milliseconds