Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_dns_naptr_record Struct Reference

A NAPTR record. More...

#include <dns_internal.h>

Data Fields

char data [0]
 Buffer for NAPTR-specific data. More...
 
const char * flags
 The flags from the NAPTR record.
 
struct ast_dns_record generic
 Generic DNS record information.
 
unsigned short order
 The order for the NAPTR record.
 
unsigned short preference
 The preference of the NAPTR record.
 
const char * regexp
 The regular expression from the NAPTR record.
 
const char * replacement
 The replacement from the NAPTR record.
 
const char * service
 The service from the NAPTR record.
 

Detailed Description

A NAPTR record.

Definition at line 92 of file dns_internal.h.

Field Documentation

char data[0]

Buffer for NAPTR-specific data.

This includes the raw NAPTR record, as well as the area where the flags, service, regexp, and replacement strings are stored.

Definition at line 113 of file dns_internal.h.

Referenced by dns_naptr_alloc().


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