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

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

Completed in 106 milliseconds