
Data Fields | |
| int | cbypass |
| uint32_t | crc32 |
| char | dcontext [AST_MAX_EXTENSION] |
| struct dundi_entity_info * | dei |
| struct dundi_result * | dr |
| int | expiration |
| struct dundi_hint_metadata * | hmd |
| struct { | |
| struct dundi_request * next | |
| } | list |
| int | maxcount |
| char | number [AST_MAX_EXTENSION] |
| int | pfds [2] |
| dundi_eid | query_eid |
| int | respcount |
| dundi_eid | root_eid |
| struct { | |
| struct dundi_transaction * first | |
| struct dundi_transaction * last | |
| } | trans |
| int cbypass |
Definition at line 275 of file pbx_dundi.c.
Referenced by dundi_discover(), and dundi_lookup_internal().
| uint32_t crc32 |
CRC-32 of all but root EID's in avoid list
Definition at line 277 of file pbx_dundi.c.
Referenced by cache_save_hint(), cache_save(), build_transactions(), register_request(), avoid_crc32(), and dundi_lookup_internal().
| char dcontext[AST_MAX_EXTENSION] |
Definition at line 265 of file pbx_dundi.c.
Referenced by cache_save_hint(), cache_save(), dundi_prop_precache(), cache_lookup(), handle_command_response(), dundi_show_requests(), destroy_trans(), dundi_discover(), precache_trans(), dundi_query(), optimize_transactions(), append_transaction(), build_transactions(), register_request(), dundi_lookup_internal(), dundi_precache_internal(), and dundi_query_eid_internal().
| struct dundi_entity_info* dei |
Definition at line 270 of file pbx_dundi.c.
Referenced by handle_command_response(), and dundi_query_eid_internal().
| struct dundi_result* dr |
Definition at line 269 of file pbx_dundi.c.
Referenced by cache_save(), dundi_prop_precache(), cache_lookup_internal(), handle_command_response(), dundi_lookup_internal(), and dundi_precache_internal().
| int expiration |
Definition at line 274 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), handle_command_response(), build_transactions(), dundi_lookup_internal(), and dundi_precache_internal().
| struct dundi_transaction* first |
Definition at line 278 of file pbx_dundi.c.
| struct dundi_hint_metadata* hmd |
Definition at line 271 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), cache_lookup_internal(), cache_lookup(), handle_command_response(), build_transactions(), dundi_lookup_internal(), dundi_precache_internal(), and dundi_query_eid_internal().
| struct dundi_transaction* last |
Definition at line 278 of file pbx_dundi.c.
| struct { ... } list |
| int maxcount |
Definition at line 272 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), handle_command_response(), dundi_show_requests(), dundi_lookup_internal(), and dundi_precache_internal().
| struct dundi_request* next |
Definition at line 279 of file pbx_dundi.c.
| char number[AST_MAX_EXTENSION] |
Definition at line 266 of file pbx_dundi.c.
Referenced by cache_save(), dundi_prop_precache(), cache_lookup(), handle_command_response(), dundi_show_requests(), destroy_trans(), dundi_discover(), precache_trans(), append_transaction(), register_request(), dundi_lookup_internal(), and dundi_precache_internal().
| int pfds[2] |
Definition at line 276 of file pbx_dundi.c.
Referenced by dundi_prop_precache(), destroy_trans(), dundi_lookup_internal(), dundi_precache_internal(), and dundi_query_eid_internal().
Definition at line 267 of file pbx_dundi.c.
Referenced by handle_command_response(), dundi_query(), append_transaction(), and dundi_query_eid_internal().
| int respcount |
Definition at line 273 of file pbx_dundi.c.
Referenced by cache_save(), dundi_prop_precache(), cache_lookup_internal(), cache_lookup(), handle_command_response(), dundi_show_requests(), dundi_lookup_internal(), and dundi_query_eid_internal().
Definition at line 268 of file pbx_dundi.c.
Referenced by cache_save_hint(), cache_save(), cache_lookup(), dundi_show_requests(), register_request(), dundi_lookup_internal(), and dundi_query_eid_internal().
| struct { ... } trans |