|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| int | auth_timeout_sched |
| struct skinny_device * | device |
| int | fd |
| int | keepalive_count |
| int | keepalive_timeout_sched |
| struct timeval | last_keepalive |
| struct { | |
| struct skinnysession * next | |
| } | list |
| ast_mutex_t | lock |
| int | lockstate |
| char | outbuf [SKINNY_MAX_PACKET] |
| struct sockaddr_in | sin |
| struct timeval | start |
| pthread_t | t |
Definition at line 1613 of file chan_skinny.c.
| int auth_timeout_sched |
Definition at line 1623 of file chan_skinny.c.
Referenced by accept_thread(), skinny_noauth_cb(), skinny_register(), skinny_session(), and skinny_session_cleanup().
| struct skinny_device* device |
Definition at line 1620 of file chan_skinny.c.
Referenced by config_device(), destroy_session(), get_button_template(), handle_button_template_req_message(), handle_capabilities_res_message(), handle_enbloc_call_message(), handle_keepalive_message(), handle_keypad_button_message(), handle_message(), handle_offhook_message(), handle_onhook_message(), handle_open_receive_channel_ack_message(), handle_soft_key_event_message(), handle_stimulus_message(), skinny_register(), skinny_session_cleanup(), transmit_keepaliveack(), and unload_module().
| int fd |
Definition at line 1618 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), skinny_register(), skinny_session(), and transmit_response_bysession().
| int keepalive_count |
Definition at line 1626 of file chan_skinny.c.
Referenced by handle_keepalive_message(), and skinny_session().
| int keepalive_timeout_sched |
Definition at line 1624 of file chan_skinny.c.
Referenced by accept_thread(), handle_keepalive_message(), skinny_nokeepalive_cb(), skinny_session(), and skinny_session_cleanup().
| struct timeval last_keepalive |
Definition at line 1625 of file chan_skinny.c.
Referenced by handle_keepalive_message(), and skinny_session().
| struct { ... } list |
| ast_mutex_t lock |
Definition at line 1615 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), skinny_session(), skinny_session_cleanup(), and transmit_response_bysession().
| int lockstate |
Definition at line 1622 of file chan_skinny.c.
Referenced by skinny_session(), and skinny_session_cleanup().
| struct skinnysession* next |
Definition at line 1621 of file chan_skinny.c.
| char outbuf[SKINNY_MAX_PACKET] |
Definition at line 1619 of file chan_skinny.c.
Referenced by transmit_response_bysession().
| struct sockaddr_in sin |
Definition at line 1617 of file chan_skinny.c.
Referenced by _skinny_show_device(), _skinny_show_devices(), accept_thread(), skinny_register(), skinny_session(), and skinny_session_cleanup().
| struct timeval start |
Definition at line 1616 of file chan_skinny.c.
Referenced by skinny_session().
| pthread_t t |
Definition at line 1614 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), end_session(), and unload_module().
1.8.13