Mon Mar 12 2012 21:47:43

Asterisk developer's documentation


ast_dnsmgr_entry Struct Reference
Collaboration diagram for ast_dnsmgr_entry:

Data Fields

unsigned int changed:1
unsigned int family
ast_mutex_t lock
struct ast_sockaddrresult
char * service

Detailed Description

Definition at line 52 of file dnsmgr.c.


Field Documentation

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().

unsigned int family

Address family to filter DNS responses.

Definition at line 58 of file dnsmgr.c.

Referenced by ast_dnsmgr_get_family(), ast_dnsmgr_lookup(), and dnsmgr_refresh().

where we will store the resulting IP address and port number

Definition at line 54 of file dnsmgr.c.

Referenced by ast_dnsmgr_get_family(), and dnsmgr_refresh().

char* service

SRV record to lookup, if provided. Composed of service, protocol, and domain name: _Service._Proto.Name

Definition at line 56 of file dnsmgr.c.

Referenced by ast_dnsmgr_get_family(), and dnsmgr_refresh().


The documentation for this struct was generated from the following file: