24 #ifndef _ASTERISK_DNS_TLSA_H 25 #define _ASTERISK_DNS_TLSA_H 27 #if defined(__cplusplus) || defined(c_plusplus) 68 #if defined(__cplusplus) || defined(c_plusplus) unsigned int ast_dns_tlsa_get_usage(const struct ast_dns_record *record)
Get the certificate usage field from a TLSA record.
unsigned int ast_dns_tlsa_get_selector(const struct ast_dns_record *record)
Get the selector field from a TLSA record.
const char * ast_dns_tlsa_get_association_data(const struct ast_dns_record *record)
Get the certificate association data from a TLSA record.
unsigned int ast_dns_tlsa_get_matching_type(const struct ast_dns_record *record)
Get the matching type field from a TLSA record.