Asterisk - The Open Source Telephony Project
18.5.0
|
A TXT record. More...
#include <dns_internal.h>
Data Fields | |
size_t | count |
The number of character strings in the TXT record. More... | |
char | data [0] |
The raw DNS record. More... | |
struct ast_dns_record | generic |
Generic DNS record information. More... | |
A TXT record.
Definition at line 64 of file dns_internal.h.
size_t count |
The number of character strings in the TXT record.
Definition at line 68 of file dns_internal.h.
Referenced by ast_dns_txt_get_count(), and dns_txt_alloc().
char data[0] |
struct ast_dns_record generic |
Generic DNS record information.
Definition at line 66 of file dns_internal.h.
Referenced by dns_txt_alloc().