HomeSort by: relevance | last modified time | path
    Searched refs:dns_obj_rr_set_comparison_attributes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr.h 202 * Note that <code>dns_obj_rr_set_comparison_attributes()</code> has to be called before calling this function since the signed data needs the RRSIG
257 dns_obj_rr_set_comparison_attributes(dns_obj_rr_any_t record, uint32_t original_ttl, uint8_t rrsig_labels);
261 * Clear the comparison attributes set by <code>dns_obj_rr_set_comparison_attributes()</code>, also free the memory allocated for the signed data returned
dns_obj_rr.c 201 dns_obj_rr_set_comparison_attributes(const dns_obj_rr_t me, const uint32_t original_ttl, const uint8_t rrsig_labels) function
214 dns_obj_rr_set_comparison_attributes(rrs[i], original_ttl, rrsig_labels);

Completed in 15 milliseconds