HomeSort by: relevance | last modified time | path
    Searched defs:rdata_ds_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
rdata_parser.c 306 } rdata_ds_t; typedef in typeref:struct:rdata_ds_s
308 check_compile_time(sizeof(rdata_ds_t) == 4);
309 check_compile_time(offsetof(rdata_ds_t, key_tag) == 0);
310 check_compile_time(offsetof(rdata_ds_t, algorithm) == 2);
311 check_compile_time(offsetof(rdata_ds_t, digest_type) == 3);
312 check_compile_time(offsetof(rdata_ds_t, digest) == 4);
327 return rdata[offsetof(rdata_ds_t, algorithm)];
335 return rdata[offsetof(rdata_ds_t, digest_type)];
343 return rdata + offsetof(rdata_ds_t, digest);
351 require_return_value(rdata_len >= offsetof(rdata_ds_t, digest), 0)
    [all...]

Completed in 16 milliseconds