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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 319 if (!AuthRecord_uDNS(rr) && !RRLocalOnly(rr)) NumAllInterfaceRecords++;
328 if (!AuthRecord_uDNS(rr) && !RRLocalOnly(rr)) NumAllInterfaceRecords++;
1523 if (RRLocalOnly(rr))
1526 LogRedact(MDNS_LOG_CATEGORY_STATE, MDNS_LOG_DEBUG, "DecrementAutoTargetServices: called for RRLocalOnly() record: " PUB_S, ARDisplayString(m, rr));
1620 if (RRLocalOnly(rr))
1623 LogRedact(MDNS_LOG_CATEGORY_STATE, MDNS_LOG_DEBUG, "IncrementAutoTargetServices: called for RRLocalOnly() record: " PRI_S, ARDisplayString(m, rr));
1745 if (RRLocalOnly(rr))
1916 if (RRLocalOnly(rr))
1954 if (RRLocalOnly(rr))
1991 if (RRLocalOnly(rr)
    [all...]
mDNSEmbeddedAPI.h 1573 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
1575 // All other auth records, not including those defined as RRLocalOnly().

Completed in 26 milliseconds