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

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1346 // so when we announce them we'll set the kDNSClass_UniqueRRSet and clear any stale data that way.
2712 rr->resrec.rrclass |= kDNSClass_UniqueRRSet; // Temporarily set the cache flush bit so PutResourceRecord will set it
2721 rr->resrec.rrclass &= ~kDNSClass_UniqueRRSet; // Make sure to clear cache flush bit back to normal state
2739 rr->resrec.rrclass |= kDNSClass_UniqueRRSet; // Temporarily set the cache flush bit so PutResourceRecord will set it
2747 rr->resrec.rrclass &= ~kDNSClass_UniqueRRSet; // Make sure to clear cache flush bit back to normal state
3291 // then we need to mark them for sending too. Otherwise, if we set the kDNSClass_UniqueRRSet bit on a
3415 rr->resrec.rrclass |= kDNSClass_UniqueRRSet; // Temporarily set the cache flush bit so PutResourceRecord will set it
3423 rr->resrec.rrclass &= ~kDNSClass_UniqueRRSet; // Make sure to clear cache flush bit back to normal state
3481 rr->resrec.rrclass |= kDNSClass_UniqueRRSet; // Temporarily set the cache flush bit so PutResourceRecord will set it
3489 rr->resrec.rrclass &= ~kDNSClass_UniqueRRSet; // Make sure to clear cache flush bit back to normal stat
    [all...]
mDNSEmbeddedAPI.h 221 kDNSClass_UniqueRRSet = 0x8000, // ... and the top bit indicates that all other cached records are now invalid
808 // Bit 5 (value 0x20) is set for records received with the kDNSClass_UniqueRRSet
829 kDNSRecordTypePacketAddUnique = 0x90, // Received in the Additional Section of a DNS Response with kDNSClass_UniqueRRSet set
831 kDNSRecordTypePacketAuthUnique = 0xB0, // Received in the Authorities Section of a DNS Response with kDNSClass_UniqueRRSet set
833 kDNSRecordTypePacketAnsUnique = 0xD0, // Received in the Answer Section of a DNS Response with kDNSClass_UniqueRRSet set
2006 mDNSu32 UniqueAnswers; // Number of answers received with kDNSClass_UniqueRRSet bit set
DNSCommon.c 4025 if (ptr[2] & (kDNSClass_UniqueRRSet >> 8) || !InterfaceID)

Completed in 87 milliseconds