Asterisk - The Open Source Telephony Project
21.4.1
|
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.