Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
naptr_record Struct Reference
Collaboration diagram for naptr_record:
Collaboration graph
[legend]

Data Fields

struct ast_dns_test_string flags
 
uint16_t order
 
uint16_t preference
 
struct ast_dns_test_string regexp
 
const char * replacement
 
struct ast_dns_test_string services
 

Detailed Description

Definition at line 35 of file test_dns_naptr.c.

Field Documentation

◆ flags

struct ast_dns_test_string flags

Definition at line 38 of file test_dns_naptr.c.

Referenced by AST_TEST_DEFINE(), and generate_naptr_record().

◆ order

uint16_t order

Definition at line 36 of file test_dns_naptr.c.

Referenced by AST_TEST_DEFINE(), and generate_naptr_record().

◆ preference

uint16_t preference

Definition at line 37 of file test_dns_naptr.c.

Referenced by AST_TEST_DEFINE(), and generate_naptr_record().

◆ regexp

struct ast_dns_test_string regexp

Definition at line 40 of file test_dns_naptr.c.

Referenced by AST_TEST_DEFINE(), and generate_naptr_record().

◆ replacement

const char* replacement

Definition at line 41 of file test_dns_naptr.c.

Referenced by AST_TEST_DEFINE(), and generate_naptr_record().

◆ services

struct ast_dns_test_string services

Definition at line 39 of file test_dns_naptr.c.

Referenced by AST_TEST_DEFINE(), and generate_naptr_record().


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