HomeSort by relevance Sort by last modified time
    Searched refs:CacheRecord (Results 1 - 8 of 8) sorted by null

  /external/mdnsresponder/mDNSShared/
dnsextd.h 69 CacheRecord rr; // last field in struct allows for allocation of oversized RRs
84 CacheRecord *KnownAnswers; // All valid answers delivered to client
85 CacheRecord *EventList; // New answers (adds/removes) to be sent to client
dnsextd.c 782 // Allocate an appropriately sized CacheRecord and copy data from original.
783 // Name pointer in CacheRecord object is set to point to the name specified
785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name)
787 CacheRecord *cr;
    [all...]
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 433 typedef struct CacheRecord_struct CacheRecord;
    [all...]
mDNS.c 636 mDNSlocal mDNSBool PacketRRMatchesSignature(const CacheRecord *const pktrr, const AuthRecord *const authrr)
651 // CacheRecord *ka is the CacheRecord from the known answer list in the query.
658 mDNSlocal mDNSBool ShouldSuppressKnownAnswer(const CacheRecord *const ka, const AuthRecord *const rr)
    [all...]
DNSCommon.c 139 const CacheRecord *rr;
    [all...]
uDNS.c     [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 364 CacheRecord *rr;

Completed in 53 milliseconds