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

  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
mDNS.c 117 #define LORecordAnswersAddressType(rr) ((rr)->ARType == AuthRecordLocalOnly && \
549 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
9777 AuthRecType artype; local
9909 AuthRecType artype; local
10083 AuthRecType artype; local
10107 AuthRecType artype; local
    [all...]
mDNSEmbeddedAPI.h     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 500 AuthRecType artype; local
521 artype = AuthRecordLocalOnly;
523 artype = AuthRecordP2P;
525 artype = AuthRecordAnyIncludeP2P;
527 artype = AuthRecordAny;
530 (mDNSu8) ((flags & kDNSServiceFlagsShared) ? kDNSRecordTypeShared : kDNSRecordTypeUnique), artype, mDNSNULL, mDNSNULL);
    [all...]

Completed in 274 milliseconds