Searched refs:kDNSType_SRV (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h259 ((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mDNSNULL )
H A DDNSCommon.c458 case kDNSType_SRV: return("SRV");
488 case kDNSType_SRV: mDNS_snprintf(buffer+length, Max-length, "%u %u %u %##s",
1162 case kDNSType_SRV: return(mDNSBool)( r1->rdata->u.srv.priority == r2->srv.priority &&
1213 case kDNSType_SRV: return(mDNSu16)(6 + CompressedDomainNameLength(&rd->srv.target, name));
1261 case kDNSType_SRV: if (!rdlength) return(mDNSfalse);
1528 case kDNSType_SRV: if (ptr + 6 > limit) return(mDNSNULL);
1931 case kDNSType_SRV: rr->resrec.rdata->u.srv.priority = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]);
H A DmDNSEmbeddedAPI.h1132 kDNSType_SRV = 33, // 33 Service record enumerator in enum:__anon200
1303 #define DefaultTTLforRRType(X) (((X) == kDNSType_A || (X) == kDNSType_AAAA || (X) == kDNSType_SRV) ? kHostNameTTL : kStandardTTL)
H A Duds_daemon.c1588 term->qsrv.qtype = kDNSType_SRV;
1675 // if (answer->rrtype == kDNSType_SRV && res->srv == answer) res->srv = mDNSNULL;
1678 if (answer->rrtype == kDNSType_SRV && res->srv && SameRDataBody(answer, (RDataBody *)&res->srvdata))
1686 // if (answer->rrtype == kDNSType_SRV) res->srv = answer;
1689 if (answer->rrtype == kDNSType_SRV)
2235 if (rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !SameRData(&rr->resrec, r))
2239 if (rr->uDNS_info.state != regState_Unregistered && rr->resrec.rrtype == kDNSType_SRV && SameDomainName(rr->resrec.name, r->name) && !SameRData(&rr->resrec, r))
2255 if (rr->resrec.rrtype == kDNSType_SRV &&
H A DmDNS.c2899 if (rr->resrec.rrtype == kDNSType_SRV)
3089 if (rr->ImmedAnswer && rr->resrec.rrtype == kDNSType_SRV)
6023 if (answer->rrtype != kDNSType_SRV) return;
6158 query->qSRV.qtype = kDNSType_SRV;
6858 mDNS_SetupResourceRecord(&sr->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecordTypeUnique, ServiceCallback, sr);
7147 mDNS_SetupResourceRecord(rr, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecordTypeUnique, Callback, Context);
H A DuDNS.c3942 q->qtype = kDNSType_SRV;

Completed in 277 milliseconds