Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:MaxRDLength

1040 		rr->resrec.rdata->MaxRDLength = sizeof(RDataBody);
2193 rr->resrec.rdata->MaxRDLength = MaximumRDSize;
2240 case kDNSType_DHCID:if (pktrdlength > rr->resrec.rdata->MaxRDLength)
2243 DNSTypeName(rr->resrec.rrtype), pktrdlength, rr->resrec.rdata->MaxRDLength);
2367 default: if (pktrdlength > rr->resrec.rdata->MaxRDLength)
2370 rr->resrec.rrtype, DNSTypeName(rr->resrec.rrtype), pktrdlength, rr->resrec.rdata->MaxRDLength);