Asterisk - The Open Source Telephony Project
18.5.0
|
User data for off-nominal async resolution test. More...
Data Fields | |
int | complete |
ast_cond_t | cond |
int | expected_rcode |
int | failed |
ast_mutex_t | lock |
User data for off-nominal async resolution test.
Definition at line 912 of file res_resolver_unbound.c.
int complete |
Indicates the asynchronous query is complete
Definition at line 918 of file res_resolver_unbound.c.
Referenced by off_nominal_async_callback().
ast_cond_t cond |
Definition at line 920 of file res_resolver_unbound.c.
Referenced by off_nominal_async_callback(), off_nominal_async_data_alloc(), and off_nominal_async_data_destructor().
int expected_rcode |
The DNS result's expected rcode
Definition at line 914 of file res_resolver_unbound.c.
Referenced by off_nominal_async_callback(), and off_nominal_async_data_alloc().
int failed |
Whether an asynchronous query failed
Definition at line 916 of file res_resolver_unbound.c.
Referenced by off_nominal_async_callback().
ast_mutex_t lock |
Definition at line 919 of file res_resolver_unbound.c.
Referenced by off_nominal_async_callback(), off_nominal_async_data_alloc(), and off_nominal_async_data_destructor().