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

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr_ds.c 97 dns_obj_rr_ds_get_algorithm(const dns_obj_rr_ds_t me) function
134 const uint8_t algorithm = dns_obj_rr_ds_get_algorithm(me);
147 const uint16_t algorithm_priority = dns_obj_rr_dnskey_algorithm_get_priority(dns_obj_rr_ds_get_algorithm(me));
183 const uint8_t algorithm_in_ds = dns_obj_rr_ds_get_algorithm(me);
254 const size_t buffer_len = (size_t)snprintf(fake_buffer, 0, "%u %u %u ", dns_obj_rr_ds_get_key_tag(me), dns_obj_rr_ds_get_algorithm(me), dns_obj_rr_ds_get_digest_type(me))
264 const int ret = snprintf(ptr, (size_t)(limit - ptr), "%u %u %u ", dns_obj_rr_ds_get_key_tag(me), dns_obj_rr_ds_get_algorithm(me),

Completed in 73 milliseconds