Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_dns_txt_record Struct Reference

A TXT record. More...

#include <dns_internal.h>

Collaboration diagram for ast_dns_txt_record:
Collaboration graph
[legend]

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...
 

Detailed Description

A TXT record.

Definition at line 64 of file dns_internal.h.

Field Documentation

◆ count

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().

◆ data

char data[0]

The raw DNS record.

Definition at line 70 of file dns_internal.h.

Referenced by dns_txt_alloc().

◆ generic

struct ast_dns_record generic

Generic DNS record information.

Definition at line 66 of file dns_internal.h.

Referenced by dns_txt_alloc().


The documentation for this struct was generated from the following file: