Changeset 989 for vendor/current/librpc/idl/dns.idl
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/librpc/idl/dns.idl
r988 r989 180 180 } dns_opt_record; 181 181 182 typedef [ public] struct {182 typedef [flag(NDR_NO_COMP),public] struct { 183 183 dns_string algorithm; 184 184 uint32 inception; … … 192 192 } dns_tkey_record; 193 193 194 typedef [ public] struct {194 typedef [flag(NDR_NO_COMP),public] struct { 195 195 dns_string algorithm_name; 196 196 uint16 time_prefix; /* 0 until February 2106*/ … … 205 205 } dns_tsig_record; 206 206 207 typedef [flag(NDR_NO ALIGN|NDR_BIG_ENDIAN|NDR_PAHEX),public] struct {207 typedef [flag(NDR_NO_COMP|NDR_NOALIGN|NDR_BIG_ENDIAN|NDR_PAHEX),public] struct { 208 208 dns_string name; 209 209 dns_qclass rr_class; … … 213 213 uint32 time; 214 214 uint16 fudge; 215 uint16 original_id;216 215 uint16 error; 217 216 uint16 other_size;
Note:
See TracChangeset
for help on using the changeset viewer.