| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
A TXT record. More...
#include <dns_internal.h>

| Data Fields | |
| size_t | count | 
| The number of character strings in the TXT record. | |
| char | data [0] | 
| The raw DNS record. | |
| struct ast_dns_record | generic | 
| Generic DNS record information. | |
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().