
Data Fields | |
| unsigned short | callno |
| timeval | expiry |
| char | exten [AST_MAX_EXTENSION] |
| int | flags |
| iax2_dpcache * | next |
| timeval | orig |
| iax2_dpcache * | peer |
| char | peercontext [AST_MAX_CONTEXT] |
| int | waiters [256] |
Definition at line 646 of file chan_iax2.c.
| unsigned short callno |
Definition at line 652 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and socket_read().
| struct timeval expiry |
Definition at line 650 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and iax2_show_cache().
| char exten[AST_MAX_EXTENSION] |
Definition at line 648 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), iax2_dprequest(), and iax2_show_cache().
| int flags |
Definition at line 651 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), iax2_canmatch(), iax2_dprequest(), iax2_exec(), iax2_exists(), iax2_matchmore(), iax2_show_cache(), and socket_read().
| struct iax2_dpcache* next |
| struct timeval orig |
| struct iax2_dpcache* peer |
For linking in peers
Definition at line 655 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and socket_read().
| char peercontext[AST_MAX_CONTEXT] |
| int waiters[256] |
Definition at line 653 of file chan_iax2.c.
Referenced by complete_dpreply(), find_cache(), and iax2_show_cache().
1.4.7