|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
An SRV record. More...
#include <dns_internal.h>

Data Fields | |
| char | data [0] |
| Additional data. | |
| struct ast_dns_record | generic |
| Generic DNS record information. | |
| const char * | host |
| The hostname in the SRV record. | |
| unsigned short | port |
| The port in the SRV record. | |
| unsigned short | priority |
| The priority of the SRV record. | |
| unsigned short | weight |
| The weight of the SRV record. | |
| unsigned int | weight_sum |
| The running weight sum. | |
An SRV record.
Definition at line 74 of file dns_internal.h.
| char data[0] |
| struct ast_dns_record generic |
Generic DNS record information.
Definition at line 76 of file dns_internal.h.
Referenced by dns_srv_alloc().
| const char* host |
The hostname in the SRV record.
Definition at line 78 of file dns_internal.h.
Referenced by ast_dns_srv_get_host(), and dns_srv_alloc().
| unsigned short port |
The port in the SRV record.
Definition at line 84 of file dns_internal.h.
Referenced by ast_dns_srv_get_port(), and dns_srv_alloc().
| unsigned short priority |
The priority of the SRV record.
Definition at line 80 of file dns_internal.h.
Referenced by ast_dns_srv_get_priority(), and dns_srv_alloc().
| unsigned short weight |
The weight of the SRV record.
Definition at line 82 of file dns_internal.h.
Referenced by ast_dns_srv_get_weight(), and dns_srv_alloc().
| unsigned int weight_sum |