Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
unsigned int | changed:1 |
void * | data |
unsigned int | family |
ast_mutex_t | lock |
struct ast_sockaddr * | result |
char * | service |
dns_update_func | update_func |
unsigned int changed |
Set to 1 if the entry changes
Definition at line 74 of file dnsmgr.c.
Referenced by ast_dnsmgr_changed().
unsigned int family |
Address family to filter DNS responses.
Definition at line 72 of file dnsmgr.c.
Referenced by ast_dnsmgr_get_family().
struct ast_sockaddr* result |
where we will store the resulting IP address and port number
Definition at line 68 of file dnsmgr.c.
Referenced by ast_dnsmgr_get_family().
char* service |
SRV record to lookup, if provided. Composed of service, protocol, and domain name: _Service._Proto.Name
Definition at line 70 of file dnsmgr.c.
Referenced by ast_dnsmgr_get_family().
dns_update_func update_func |