
Data Fields | |
| struct { | |
| struct iax2_dpcache * next | |
| } | cache_list |
| unsigned short | callno |
| struct timeval | expiry |
| char | exten [AST_MAX_EXTENSION] |
| int | flags |
| struct timeval | orig |
| struct { | |
| struct iax2_dpcache * next | |
| } | peer_list |
| char | peercontext [AST_MAX_CONTEXT] |
| int | waiters [256] |
Definition at line 821 of file chan_iax2.c.
| struct { ... } cache_list |
| unsigned short callno |
Definition at line 827 of file chan_iax2.c.
Referenced by complete_dpreply(), and find_cache().
struct timeval expiry [read] |
Definition at line 825 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and handle_cli_iax2_show_cache().
| char exten[AST_MAX_EXTENSION] |
Definition at line 823 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), handle_cli_iax2_show_cache(), and iax2_dprequest().
| int flags |
Definition at line 826 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), handle_cli_iax2_show_cache(), iax2_canmatch(), iax2_dprequest(), iax2_exec(), iax2_exists(), iax2_matchmore(), and socket_process().
struct iax2_dpcache* next [read] |
Definition at line 829 of file chan_iax2.c.
struct timeval orig [read] |
Definition at line 824 of file chan_iax2.c.
Referenced by complete_dpreply(), and find_cache().
| struct { ... } peer_list |
Referenced by complete_dpreply().
| char peercontext[AST_MAX_CONTEXT] |
Definition at line 822 of file chan_iax2.c.
Referenced by find_cache(), and handle_cli_iax2_show_cache().
| int waiters[256] |
Definition at line 828 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and handle_cli_iax2_show_cache().
1.6.1