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

  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 461 if (answer->rrtype == kDNSType_SRV && x->SRV == answer) x->SRV = mDNSNULL;
466 if (answer->rrtype == kDNSType_SRV) x->SRV = answer;
521 x->qSRV.qtype = kDNSType_SRV;
uds_daemon.c 726 if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !IdenticalSameNameRecord(&rr->resrec, r))
738 if (rr->resrec.rrtype == kDNSType_SRV &&
    [all...]
dnsextd.c 655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
888 mDNS_SetupResourceRecord(&rr, NULL, 0, kDNSType_SRV, SRV_TTL, kDNSRecordTypeUnique, AuthRecordAny, NULL, NULL);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 158 case kDNSType_SRV: return("SRV");
207 case kDNSType_SRV: mDNS_snprintf(buffer+length, RemSpc, "%u %u %u %##s",
    [all...]
DNSCommon.h 175 ((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mDNSNULL )
uDNS.c     [all...]
mDNS.c     [all...]
mDNSEmbeddedAPI.h 189 kDNSType_SRV, // 33 Service record
440 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) ? kHostNameTTL : kStandardTTL)
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 413 if (rrtype == kDNSType_SRV || rrtype == kDNSType_TXT) op = op - OP_browsegroup + OP_resolvegroup;
548 case kDNSType_SRV: n += mprintf("%##s:%d", rd->srv.target.c, mDNSVal16(rd->srv.port)); break;
    [all...]

Completed in 76 milliseconds