Searched refs:kDNSType_SRV (Results 1 – 9 of 9) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 461 if (answer->rrtype == kDNSType_SRV && x->SRV == answer) x->SRV = mDNSNULL; in FoundServiceInfo() 466 if (answer->rrtype == kDNSType_SRV) x->SRV = answer; in FoundServiceInfo() 521 x->qSRV.qtype = kDNSType_SRV; in DNSServiceResolve()
|
D | uds_daemon.c | 726 …if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !IdenticalSam… in CountPeerRegistrations() 738 if (rr->resrec.rrtype == kDNSType_SRV && in CountExistingRegistrations() 2245 if (answer->rrtype == kDNSType_SRV) req->u.resolve.srv = answer; in resolve_result_callback() 2326 request->u.resolve.qsrv.qtype = kDNSType_SRV; in handle_resolve_request() 2495 …#define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)… in SendAdditionalQuery()
|
D | dnsextd.c | 655 …e_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSR… in SetZone() 888 …mDNS_SetupResourceRecord(&rr, NULL, 0, kDNSType_SRV, SRV_TTL, kDNSRecordTypeUnique, AuthRecordAny,… in PutUpdateSRV()
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 1483 GetZoneData_StartQuery(m, zd, kDNSType_SRV); in GetZoneData_QuestionCallback() 1508 else if (answer->rrtype == kDNSType_SRV) in GetZoneData_QuestionCallback() 1521 GetZoneData_StartQuery(m, zd, kDNSType_SRV); // Try again, non-private this time in GetZoneData_QuestionCallback() 1569 if (qtype == kDNSType_SRV) in GetZoneData_StartQuery() 1691 …if (rr->resrec.rrtype != kDNSType_SRV) { LogMsg("UpdateAllServiceRecords:ERROR!! ResourceRecord no… in UpdateAllServiceRecords() 1705 if (srvRR && srvRR->resrec.rrtype != kDNSType_SRV) in UpdateAllServiceRecords() 1752 …if (rr->resrec.rrtype != kDNSType_SRV) {LogMsg("CompleteRecordNatMap: Not a service record %s", AR… in CompleteRecordNatMap() 1843 if (rr->resrec.rrtype != kDNSType_SRV) in StartRecordNatMap() 1905 if (rr->resrec.rrtype == kDNSType_SRV) rr->resrec.rdata->u.srv.port = rr->NATinfo.IntPort; in UnlinkResourceRecord() 2063 if (AuthRecord_uDNS(rptr) && rptr->resrec.rrtype == kDNSType_SRV) in UpdateAllSRVRecords() [all …]
|
D | DNSCommon.c | 158 case kDNSType_SRV: return("SRV"); in DNSTypeName() 207 case kDNSType_SRV: mDNS_snprintf(buffer+length, RemSpc, "%u %u %u %##s", in GetRRDisplayString_rdb() 1139 case kDNSType_SRV: return DomainNameHashValue(&rdb->srv.target); in RDataHashValue() 1197 case kDNSType_SRV: return(mDNSBool)( b1->srv.priority == b2->srv.priority && in SameRDataBody() 1435 case kDNSType_SRV: return(mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name)); in GetRDLength() 1496 case kDNSType_SRV: // Must be at least priority+weight+port, plus domainname in ValidateRData() 1713 case kDNSType_SRV: if (ptr + 7 > limit) return(mDNSNULL); in putRData() 1802 …const DNSMessage *const rdatacompressionbase = (IsUnicastUpdate(msg) && rr->rrtype == kDNSType_SRV… in PutResourceRecordTTLWithLimit() 2278 case kDNSType_SRV: if (pktrdlength < 7) goto fail; // Priority + weight + port + domainname in GetLargeResourceRecord()
|
D | DNSCommon.h | 175 …((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mD…
|
D | mDNS.c | 876 if (rr->resrec.rrtype != kDNSType_SRV) in ActivateUnicastRegistration() 885 if (srvRR->resrec.rrtype != kDNSType_SRV) in ActivateUnicastRegistration() 1634 if (rr->resrec.rrtype == kDNSType_SRV) in AddAdditionalsToResponseList() 2152 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV) in SendResponses() 4996 if (answer->rrtype == kDNSType_SRV) in NetWakeResolve() 5041 …if (rr->resrec.rrtype == kDNSType_SRV && !AuthRecord_uDNS(rr) && !mDNSSameIPPort(rr->resrec.rdata-… in mDNSCoreHaveAdvertisedMulticastServices() 5114 …>NetWakeResolve[i], intf->InterfaceID, &sps[i]->resrec.rdata->u.name, kDNSType_SRV, NetWakeResolve… in BeginSleepProcessing() 8792 if (answer->rrtype != kDNSType_SRV) return; in FoundServiceInfoSRV() 8927 query->qSRV.qtype = kDNSType_SRV; in mDNS_StartResolveService() 9807 …mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, hostTTL, recordType, ar… in mDNS_RegisterService() [all …]
|
D | mDNSEmbeddedAPI.h | 189 kDNSType_SRV, // 33 Service record enumerator 440 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) …
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 413 if (rrtype == kDNSType_SRV || rrtype == kDNSType_TXT) op = op - OP_browsegroup + OP_resolvegroup; in recordstat() 548 case kDNSType_SRV: n += mprintf("%##s:%d", rd->srv.target.c, mDNSVal16(rd->srv.port)); break; in DisplayResourceRecord()
|