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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1022 // The RDataBody union defines the common rdata types that fit into our 264-byte limit
1032 rdataOPT opt[2]; // For EDNS0 OPT record; RDataBody may contain multiple variable-length rdataOPT objects packed together
1033 } RDataBody; typedef in typeref:union:__anon52
1041 rdataSOA soa; // This is large; not included in the normal RDataBody definition
1044 rdataRP rp; // This is large; not included in the normal RDataBody definition
1045 rdataPX px; // This is large; not included in the normal RDataBody definition
1048 rdataOPT opt[2]; // For EDNS0 OPT record; RDataBody may contain multiple variable-length rdataOPT objects packed together
1056 mDNSu16 MaxRDLength; // Amount of storage allocated for rdata (usually sizeof(RDataBody))
1057 mDNSu16 padding; // So that RDataBody is aligned on 32-bit boundary
1058 RDataBody
[all...]

Completed in 129 milliseconds