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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 305 mDNSu32 NumAllInterfaceRecords = 0;
319 if (!AuthRecord_uDNS(rr) && !RRLocalOnly(rr)) NumAllInterfaceRecords++;
328 if (!AuthRecord_uDNS(rr) && !RRLocalOnly(rr)) NumAllInterfaceRecords++;
370 if (m->NumAllInterfaceRecords != NumAllInterfaceRecords)
371 LogMemCorruption("NumAllInterfaceRecords is %d should be %d", m->NumAllInterfaceRecords, NumAllInterfaceRecords);
1598 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1)
1600 m->NumAllInterfaceRecords--
    [all...]
mDNSEmbeddedAPI.h 2569 mDNSu32 NumAllInterfaceRecords; // Right now we count *all* multicast records here. Later we may want to change to count interface-specific records separately. (This count includes records on the DuplicateRecords list too.)

Completed in 50 milliseconds