Home
last modified time | relevance | path

Searched refs:kDNSType_SRV (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c1767 GetZoneData_StartQuery(m, zd, kDNSType_SRV); in GetZoneData_QuestionCallback()
1781 else if (answer->rrtype == kDNSType_SRV) in GetZoneData_QuestionCallback()
1794 GetZoneData_StartQuery(m, zd, kDNSType_SRV); // Try again, non-private this time in GetZoneData_QuestionCallback()
1874 if (qtype == kDNSType_SRV) in GetZoneData_StartQuery()
1985 if (srvRR && srvRR->resrec.rrtype != kDNSType_SRV) in UpdateAllServiceRecords()
2123 if (rr->resrec.rrtype != kDNSType_SRV) in StartRecordNatMap()
2343 if (AuthRecord_uDNS(rptr) && rptr->resrec.rrtype == kDNSType_SRV) in UpdateAllSRVRecords()
2874 if ((rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoHostAndNATMAP) && in BuildUpdateMessage()
3491 if (rr->resrec.rrtype == kDNSType_SRV && rr->state == regState_DeregPending) in hndlRecordUpdateReply()
3509 if (rr->resrec.rrtype == kDNSType_SRV) in hndlRecordUpdateReply()
[all …]
H A DDNSCommon.c205 case kDNSType_SRV: return("SRV"); in DNSTypeName()
345 case kDNSType_SRV: mDNS_snprintf(buffer+length, RemSpc, "%u %u %u %##s", in GetRRDisplayString_rdb()
1326 case kDNSType_SRV: return DomainNameHashValue(&rdb->srv.target); in RDataHashValue()
1398 case kDNSType_SRV: return (mDNSBool)( b1->srv.priority == b2->srv.priority && in SameRDataBody()
1780 case kDNSType_SRV: return (mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name)); in GetRDLength()
1839 case kDNSType_SRV: // Must be at least priority+weight+port, plus domainname in ValidateRData()
2061 case kDNSType_SRV: if (ptr + 7 > limit) return(mDNSNULL); in putRData()
2213 … *const rdatacompressionbase = (IsUnicastUpdate(msg) && rr->rrtype == kDNSType_SRV) ? mDNSNULL : m… in PutResourceRecordTTLWithLimit()
2861 case kDNSType_SRV: in SetRData()
H A DDNSCommon.h196 …((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mD…
H A DmDNS.c1243 if (rr->resrec.rrtype != kDNSType_SRV) in ActivateUnicastRegistration()
1252 if (srvRR->resrec.rrtype != kDNSType_SRV) in ActivateUnicastRegistration()
1396 …if (!AuthRecord_uDNS(rr) && (rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoH… in DecrementAutoTargetServices()
1519 …if (!AuthRecord_uDNS(rr) && (rr->resrec.rrtype == kDNSType_SRV) && (rr->AutoTarget == Target_AutoH… in IncrementAutoTargetServices()
2238 if (rr->resrec.rrtype == kDNSType_SRV) in AddAdditionalsToResponseList()
2822 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV) in SendResponses()
6556 if (answer->rrtype == kDNSType_SRV) in NetWakeResolve()
13675 else if (extra->r.resrec.rrtype == kDNSType_SRV) in mDNS_AddRecordToService()
13863 …mDNS_SetupResourceRecord(rr, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecordTypeUniq… in mDNS_RegisterNoSuchService()
14321 … r2->resrec.rrtype == kDNSType_SRV && mDNSSameIPPort(r2->resrec.rdata->u.srv.port, port) && in mDNSCoreReceiveRawTransportPacket()
[all …]
H A DmDNSEmbeddedAPI.h227 kDNSType_SRV, // 33 Service record enumerator
489 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) …
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c510 #define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)-…
H A Duds_daemon.c908 …if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !IdenticalSam… in CountPeerRegistrations()
920 if (rr->resrec.rrtype == kDNSType_SRV && in CountExistingRegistrations()
3229 if (answer->rrtype == kDNSType_SRV) req->u.resolve.srv = answer; in resolve_result_callback()
3454 request->u.resolve.qsrv.qtype = kDNSType_SRV; in handle_resolve_request()