24 #ifndef _ASTERISK_DNS_SRV_H 25 #define _ASTERISK_DNS_SRV_H 27 #if defined(__cplusplus) || defined(c_plusplus) 67 #if defined(__cplusplus) || defined(c_plusplus) unsigned short ast_dns_srv_get_priority(const struct ast_dns_record *record)
Get the priority from an SRV record.
unsigned short ast_dns_srv_get_port(const struct ast_dns_record *record)
Get the port from an SRV record.
const char * ast_dns_srv_get_host(const struct ast_dns_record *record)
Get the hostname from an SRV record.
unsigned short ast_dns_srv_get_weight(const struct ast_dns_record *record)
Get the weight from an SRV record.