
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 |
| pthread_t | t |
Definition at line 1256 of file chan_skinny.c.
struct skinny_device* device [read] |
Definition at line 1263 of file chan_skinny.c.
Referenced by do_housekeeping(), get_button_template(), handle_button_template_req_message(), handle_capabilities_res_message(), handle_enbloc_call_message(), handle_keep_alive_message(), handle_keypad_button_message(), handle_line_state_req_message(), handle_message(), handle_offhook_message(), handle_onhook_message(), handle_open_receive_channel_ack_message(), handle_register_message(), handle_server_request_message(), handle_soft_key_event_message(), handle_soft_key_set_req_message(), handle_soft_key_template_req_message(), handle_speed_dial_stat_req_message(), handle_stimulus_message(), handle_time_date_req_message(), handle_version_req_message(), skinny_register(), skinny_unregister(), and unload_module().
| int fd |
Definition at line 1260 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), get_input(), handle_register_message(), skinny_register(), skinny_req_parse(), transmit_response(), and unload_module().
| char inbuf[SKINNY_MAX_PACKET] |
Definition at line 1261 of file chan_skinny.c.
Referenced by get_input(), and skinny_req_parse().
| struct { ... } list |
Definition at line 1258 of file chan_skinny.c.
Referenced by accept_thread(), destroy_session(), get_input(), handle_register_message(), skinny_req_parse(), and transmit_response().
struct skinnysession* next [read] |
Definition at line 1264 of file chan_skinny.c.
| char outbuf[SKINNY_MAX_PACKET] |
Definition at line 1262 of file chan_skinny.c.
Referenced by handle_register_message(), and transmit_response().
struct sockaddr_in sin [read] |
Definition at line 1259 of file chan_skinny.c.
Referenced by accept_thread(), handle_skinny_show_device(), handle_skinny_show_devices(), skinny_register(), and skinny_session().
| pthread_t t |
Definition at line 1257 of file chan_skinny.c.
1.6.1