Searched refs:kDNSType_SRV (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 1776 GetZoneData_StartQuery(m, zd, kDNSType_SRV); in GetZoneData_QuestionCallback() 1801 else if (answer->rrtype == kDNSType_SRV) in GetZoneData_QuestionCallback() 1814 GetZoneData_StartQuery(m, zd, kDNSType_SRV); // Try again, non-private this time in GetZoneData_QuestionCallback() 1865 if (qtype == kDNSType_SRV) in GetZoneData_StartQuery() 1996 …if (rr->resrec.rrtype != kDNSType_SRV) { LogMsg("UpdateAllServiceRecords:ERROR!! ResourceRecord no… in UpdateAllServiceRecords() 2010 if (srvRR && srvRR->resrec.rrtype != kDNSType_SRV) in UpdateAllServiceRecords() 2057 …if (rr->resrec.rrtype != kDNSType_SRV) {LogMsg("CompleteRecordNatMap: Not a service record %s", AR… in CompleteRecordNatMap() 2148 if (rr->resrec.rrtype != kDNSType_SRV) in StartRecordNatMap() 2210 … if (rr->resrec.rrtype == kDNSType_SRV) rr->resrec.rdata->u.srv.port = rr->NATinfo.IntPort; in UnlinkResourceRecord() 2367 if (AuthRecord_uDNS(rptr) && rptr->resrec.rrtype == kDNSType_SRV) in UpdateAllSRVRecords() [all …]
|
H A D | DNSCommon.c | 186 case kDNSType_SRV: return("SRV"); in DNSTypeName() 399 case kDNSType_SRV: mDNS_snprintf(buffer+length, RemSpc, "%u %u %u %##s", in GetRRDisplayString_rdb() 1528 case kDNSType_SRV: return DomainNameHashValue(&rdb->srv.target); in RDataHashValue() 1599 case kDNSType_SRV: return (mDNSBool)( b1->srv.priority == b2->srv.priority && in SameRDataBody() 2016 case kDNSType_SRV: return (mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name)); in GetRDLength() 2075 case kDNSType_SRV: // Must be at least priority+weight+port, plus domainname in ValidateRData() 2294 case kDNSType_SRV: if (ptr + 7 > limit) return(mDNSNULL); in putRData() 2449 … *const rdatacompressionbase = (IsUnicastUpdate(msg) && rr->rrtype == kDNSType_SRV) ? mDNSNULL : m… in PutResourceRecordTTLWithLimit() 3046 case kDNSType_SRV: in SetRData()
|
H A D | DNSCommon.h | 179 …((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mD…
|
H A D | mDNS.c | 985 if (rr->resrec.rrtype != kDNSType_SRV) in ActivateUnicastRegistration() 994 if (srvRR->resrec.rrtype != kDNSType_SRV) in ActivateUnicastRegistration() 1136 …if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost) in DecrementAutoTargetServices() 1147 …if (!AuthRecord_uDNS(rr) && rr->resrec.rrtype == kDNSType_SRV && rr->AutoTarget == Target_AutoHost) in IncrementAutoTargetServices() 1821 if (rr->resrec.rrtype == kDNSType_SRV) in AddAdditionalsToResponseList() 2443 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV) in SendResponses() 6081 if (answer->rrtype == kDNSType_SRV) in NetWakeResolve() 6126 …if (mDNS_KeepaliveRecord(&rr->resrec) || (rr->resrec.rrtype == kDNSType_SRV && !AuthRecord_uDNS(rr… in mDNSCoreHaveAdvertisedMulticastServices() 6361 …>NetWakeResolve[i], intf->InterfaceID, &sps[i]->resrec.rdata->u.name, kDNSType_SRV, NetWakeResolve… in BeginSleepProcessing() 7867 if (rr->resrec.rrtype == kDNSType_SRV || rr->resrec.rrtype == kDNSType_TXT) in ExpectingMulticastResponseForRecord() [all …]
|
H A D | mDNSEmbeddedAPI.h | 208 kDNSType_SRV, // 33 Service record enumerator 457 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) …
|
H A D | uds_daemon.c | 917 …if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !IdenticalSam… in CountPeerRegistrations() 929 if (rr->resrec.rrtype == kDNSType_SRV && in CountExistingRegistrations() 2731 if (answer->rrtype == kDNSType_SRV) req->u.resolve.srv = answer; in resolve_result_callback() 2836 request->u.resolve.qsrv.qtype = kDNSType_SRV; in handle_resolve_request() 3083 …#define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)… in SendAdditionalQuery()
|