Lines Matching refs:rrtype

1196 					DNSTypeName(rr->resrec.rrtype),
1472 uint16_t rrtype, rrclass;
1493 rrtype = get_short(&ptr);
1505 q->qtype = rrtype;
1675 // if (answer->rrtype == kDNSType_SRV && res->srv == answer) res->srv = mDNSNULL;
1676 // if (answer->rrtype == kDNSType_TXT && res->txt == answer) res->txt = mDNSNULL;
1678 if (answer->rrtype == kDNSType_SRV && res->srv && SameRDataBody(answer, (RDataBody *)&res->srvdata))
1680 if (answer->rrtype == kDNSType_TXT && res->txt && answer->rdlength == res->txtlen && SameRDataBody(answer, (RDataBody *)&res->txtdata))
1686 // if (answer->rrtype == kDNSType_SRV) res->srv = answer;
1687 // if (answer->rrtype == kDNSType_TXT) res->txt = answer;
1689 if (answer->rrtype == kDNSType_SRV)
1694 if (answer->rrtype == kDNSType_TXT)
1780 put_short(answer->rrtype, &data);
2018 if (answer->rrtype != kDNSType_PTR)
2019 { LogMsg("%3d: FoundInstance: Should not be called with rrtype %d (not a PTR record)", req->sd, answer->rrtype); return; }
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 &&
2623 mDNSlocal mStatus add_record_to_service(request_state *rstate, service_instance *instance, uint16_t rrtype, uint16_t rdlen, char *rdata, uint32_t ttl)
2641 extra->r.resrec.rrtype = rrtype;
2656 uint16_t rrtype, rdlen;
2667 rrtype = get_short(&ptr);
2672 if (!ttl) ttl = DefaultTTLforRRType(rrtype);
2675 (srvinfo->instances) ? srvinfo->instances->srs.RR_SRV.resrec.name->c : NULL, DNSTypeName(rrtype));
2679 result = add_record_to_service(rstate, i, rrtype, rdlen, rdata, ttl);
2703 if (rr->resrec.rrtype == kDNSType_TXT && rdlen == 0) { rdlen = 1; newrd->u.txt.c[0] = 0; }
2764 rr ? DNSTypeName(rr->resrec.rrtype) : "<NONE>");
2866 rr->resrec.rroriginalttl = DefaultTTLforRRType(rr->resrec.rrtype);
3090 if (answer->rrtype != kDNSType_PTR) return;
3178 // data must be in format flags, interfaceIndex, name, rrtype, rrclass, rdlen, rdata, (optional)ttl