Searched defs:RDataBody (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h833 // The RDataBody union defines the common rdata types that fit into our 264-byte limit
843 rdataOPT opt[2]; // For EDNS0 OPT record; RDataBody may contain multiple variable-length rdataOPT objects packed together
845 } RDataBody; typedef in typeref:union:__anon26798
853 rdataSOA soa; // This is large; not included in the normal RDataBody definition
856 rdataRP rp; // This is large; not included in the normal RDataBody definition
857 rdataPX px; // This is large; not included in the normal RDataBody definition
860 rdataOPT opt[2]; // For EDNS0 OPT record; RDataBody may contain multiple variable-length rdataOPT objects packed together
866 mDNSu16 MaxRDLength; // Amount of storage allocated for rdata (usually sizeof(RDataBody))
867 mDNSu16 padding; // So that RDataBody is aligned on 32-bit boundary
868 RDataBody
[all...]

Completed in 290 milliseconds