Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:RDataBody

172 // the rdata from the RDataBody object. Sometimes this could be the wrong length -- but as
174 mDNSexport char *GetRRDisplayString_rdb(const ResourceRecord *const rr, const RDataBody *const rd1, char *const buffer)
1040 rr->resrec.rdata->MaxRDLength = sizeof(RDataBody);
1164 // r2 is just a bare RDataBody, which MUST be the same rrtype and rdlength as r1
1165 mDNSexport mDNSBool SameRDataBody(const ResourceRecord *const r1, const RDataBody *const r2, DomainNameComparisonFn *samename)
2474 // Note: An OPT RDataBody actually contains one or more variable-length rdataOPT objects packed together