Data Fields | |
| unsigned int | changed:1 |
| struct sockaddr_in | last |
| ast_mutex_t | lock |
| struct sockaddr_in * | result |
| char * | service |
Definition at line 52 of file dnsmgr.c.
| unsigned int changed |
Set to 1 if the entry changes
Definition at line 60 of file dnsmgr.c.
Referenced by ast_dnsmgr_changed(), and dnsmgr_refresh().
| struct sockaddr_in last |
the last result, used to check if address/port has changed
Definition at line 56 of file dnsmgr.c.
Referenced by ast_dnsmgr_get(), and dnsmgr_refresh().
Definition at line 61 of file dnsmgr.c.
Referenced by ast_dnsmgr_changed(), ast_dnsmgr_get(), ast_dnsmgr_release(), and dnsmgr_refresh().
| struct sockaddr_in* result |
where we will store the resulting IP address and port number
Definition at line 54 of file dnsmgr.c.
Referenced by ast_dnsmgr_get(), and dnsmgr_refresh().
| char* service |
SRV record to lookup, if provided. Composed of service, protocol, and domain name: _Service._Proto.Name
Definition at line 58 of file dnsmgr.c.
Referenced by ast_dnsmgr_get(), and dnsmgr_refresh().
1.7.1