Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
Definition at line 35 of file test_dns_naptr.c.
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().
uint16_t order |
Definition at line 36 of file test_dns_naptr.c.
Referenced by AST_TEST_DEFINE(), and generate_naptr_record().
uint16_t preference |
Definition at line 37 of file test_dns_naptr.c.
Referenced by AST_TEST_DEFINE(), and generate_naptr_record().
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().
const char* replacement |
Definition at line 41 of file test_dns_naptr.c.
Referenced by AST_TEST_DEFINE(), and generate_naptr_record().
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().