
Data Fields | |
| struct skinny_device * | device |
| int | fd |
| char | inbuf [SKINNY_MAX_PACKET] |
| struct { | |
| struct skinnysession * next | |
| } | list |
| ast_mutex_t | lock |
| char | outbuf [SKINNY_MAX_PACKET] |
| struct sockaddr_in | sin |
| time_t | start |
| pthread_t | t |
Definition at line 1479 of file chan_skinny.c.
struct skinny_device* device [read] |
Definition at line 1487 of file chan_skinny.c.
Referenced by config_device(), destroy_session(), get_button_template(), get_input(), handle_button_template_req_message(), handle_capabilities_res_message(), handle_enbloc_call_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_unregister(), and unload_module().
| int fd |
Definition at line 1484 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), get_input(), skinny_register(), skinny_req_parse(), transmit_response_bysession(), and unload_module().
| char inbuf[SKINNY_MAX_PACKET] |
| struct { ... } list |
Definition at line 1481 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), get_input(), skinny_req_parse(), and transmit_response_bysession().
struct skinnysession* next [read] |
Definition at line 1488 of file chan_skinny.c.
| char outbuf[SKINNY_MAX_PACKET] |
struct sockaddr_in sin [read] |
Definition at line 1483 of file chan_skinny.c.
Referenced by _skinny_show_device(), _skinny_show_devices(), accept_thread(), skinny_register(), and skinny_session().
| time_t start |
| pthread_t t |
1.5.6