Searched refs:kDNSType_SRV (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.c | 458 case kDNSType_SRV: return("SRV"); in DNSTypeName() 488 case kDNSType_SRV: mDNS_snprintf(buffer+length, Max-length, "%u %u %u %##s", in GetRRDisplayString_rdb() 1162 …case kDNSType_SRV: return(mDNSBool)( r1->rdata->u.srv.priority == r2->srv.priority … in SameRDataBody() 1213 case kDNSType_SRV: return(mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name)); in GetRDLength() 1261 case kDNSType_SRV: if (!rdlength) return(mDNSfalse); in ValidateRData() 1528 case kDNSType_SRV: if (ptr + 6 > limit) return(mDNSNULL); in putRData() 1931 case kDNSType_SRV: rr->resrec.rdata->u.srv.priority = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]); in GetLargeResourceRecord()
|
H A D | DNSCommon.h | 259 …((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mD…
|
H A D | uds_daemon.c | 1588 term->qsrv.qtype = kDNSType_SRV; in handle_resolve_request() 1678 …if (answer->rrtype == kDNSType_SRV && res->srv && SameRDataBody… in resolve_result_callback() 1689 if (answer->rrtype == kDNSType_SRV) in resolve_result_callback() 2235 …if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !SameRData(&r… in CountPeerRegistrations() 2239 …if (rr->uDNS_info.state != regState_Unregistered && rr->resrec.rrtype == kDNSType_SRV && SameDomai… in CountPeerRegistrations() 2255 if (rr->resrec.rrtype == kDNSType_SRV && in CountExistingRegistrations()
|
H A D | mDNSEmbeddedAPI.h | 1132 kDNSType_SRV = 33, // 33 Service record enumerator 1303 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) …
|
H A D | mDNS.c | 2899 if (rr->resrec.rrtype == kDNSType_SRV) in AddAdditionalsToResponseList() 3089 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV) in SendResponses() 6023 if (answer->rrtype != kDNSType_SRV) return; in FoundServiceInfoSRV() 6158 query->qSRV.qtype = kDNSType_SRV; in mDNS_StartResolveService() 6858 …mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecor… in mDNS_RegisterService() 7147 …mDNS_SetupResourceRecord(rr, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecordTypeUniq… in mDNS_RegisterNoSuchService()
|
H A D | uDNS.c | 3942 q->qtype = kDNSType_SRV; in lookupDNSPort()
|