Asterisk - The Open Source Telephony Project
18.5.0
|
An SRV record. More...
#include <dns_internal.h>
Data Fields | |
char | data [0] |
Additional data. More... | |
struct ast_dns_record | generic |
Generic DNS record information. More... | |
const char * | host |
The hostname in the SRV record. More... | |
unsigned short | port |
The port in the SRV record. More... | |
unsigned short | priority |
The priority of the SRV record. More... | |
unsigned short | weight |
The weight of the SRV record. More... | |
unsigned int | weight_sum |
The running weight sum. More... | |
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(), dns_srv_alloc(), and Registration::write().
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 |