Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Typedefs | |
typedef void | wap_dispatch_func_t(WAPEvent *event) |
void wap_dispatch_datagram | ( | WAPEvent * | event | ) |
Definition at line 68 of file wap.c.
References CONNECTIONLESS_PORT, debug(), Timer::event, gw_assert(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), WAPEvent::type, WAPEvent::u, wap_event_destroy(), wap_event_dump(), warning(), wsp_unit_dispatch_event(), WTLS_CONNECTIONLESS_PORT, wtp_event_is_for_responder(), wtp_initiator_dispatch_event(), wtp_resp_dispatch_event(), and wtp_unpack_wdp_datagram().
Referenced by main().
void wap_init | ( | wap_dispatch_func_t * | datagram_dispatch, |
wap_dispatch_func_t * | application_dispatch | ||
) |
void wap_shutdown | ( | void | ) |
void wsp_push_client_dispatch_event | ( | WAPEvent * | e | ) |
Definition at line 177 of file wsp_push_client.c.
References gwlist_produce(), and push_client_queue.
Referenced by main().
void wsp_push_client_init | ( | wap_dispatch_func_t * | dispatch_self, |
wap_dispatch_func_t * | dispatch_wtp_resp | ||
) |
Definition at line 145 of file wsp_push_client.c.
References counter_create(), dispatch_to_self, dispatch_to_wtp_resp, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, limbo, main_thread(), push_client_machine_id_counter, push_client_machines, push_client_queue, push_client_run_status, and running.
Referenced by main().
void wsp_push_client_shutdown | ( | void | ) |
Definition at line 162 of file wsp_push_client.c.
References counter_destroy(), debug(), gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), push_client_machine_destroy(), push_client_machine_id_counter, push_client_machines, push_client_queue, push_client_run_status, running, terminating, and wap_event_destroy_item().
Referenced by main().
void wsp_session_dispatch_event | ( | WAPEvent * | event | ) |
Definition at line 228 of file wsp_session.c.
References gwlist_produce(), queue, and wap_event_assert().
Referenced by main(), main_thread(), response_push_connection(), and return_session_reply().
void wsp_session_init | ( | wap_dispatch_func_t * | responder_dispatch, |
wap_dispatch_func_t * | initiator_dispatch, | ||
wap_dispatch_func_t * | application_dispatch, | ||
wap_dispatch_func_t * | ota_dispatch | ||
) |
Definition at line 193 of file wsp_session.c.
References counter_create(), dispatch_to_appl, dispatch_to_ota, dispatch_to_wtp_init, dispatch_to_wtp_resp, gwlist_add_producer(), gwlist_create, gwthread_create, main_thread(), queue, run_status, running, session_id_counter, session_machines, and wsp_strings_init().
Referenced by main().
void wsp_session_shutdown | ( | void | ) |
Definition at line 211 of file wsp_session.c.
References counter_destroy(), debug(), gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), machine_destroy(), main_thread(), queue, run_status, running, session_id_counter, session_machines, terminating, wap_event_destroy_item(), and wsp_strings_shutdown().
Referenced by main().
void wsp_unit_dispatch_event | ( | WAPEvent * | event | ) |
Definition at line 124 of file wsp_unit.c.
References gwlist_produce(), queue, and wap_event_assert().
Referenced by main(), return_unit_reply(), and wap_dispatch_datagram().
void wsp_unit_init | ( | wap_dispatch_func_t * | datagram_dispatch, |
wap_dispatch_func_t * | application_dispatch | ||
) |
Definition at line 100 of file wsp_unit.c.
References dispatch_to_appl, dispatch_to_wdp, gwlist_add_producer(), gwlist_create, gwthread_create, main_thread(), queue, run_status, running, and wsp_strings_init().
Referenced by main().
void wsp_unit_shutdown | ( | void | ) |
Definition at line 113 of file wsp_unit.c.
References gw_assert(), gwlist_destroy(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), queue, run_status, running, terminating, wap_event_destroy_item(), and wsp_strings_shutdown().
Referenced by main().
void wtp_initiator_dispatch_event | ( | WAPEvent * | event | ) |
Definition at line 204 of file wtp_init.c.
References gwlist_produce(), and queue.
Referenced by main(), and wap_dispatch_datagram().
void wtp_initiator_init | ( | wap_dispatch_func_t * | datagram_dispatch, |
wap_dispatch_func_t * | session_dispatch, | ||
long | timer_freq | ||
) |
Definition at line 168 of file wtp_init.c.
References counter_create(), dispatch_to_wdp, dispatch_to_wsp, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, init_machine_id_counter, init_machines, init_timer_freq, initiator_run_status, limbo, main_thread(), queue, running, timer_freq, and timers_init().
Referenced by main().
void wtp_initiator_shutdown | ( | void | ) |
Definition at line 188 of file wtp_init.c.
References counter_destroy(), debug(), gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), init_machine_destroy(), init_machine_id_counter, init_machines, initiator_run_status, main_thread(), queue, running, terminating, timers_shutdown(), and wap_event_destroy_item().
Referenced by main().
void wtp_resp_dispatch_event | ( | WAPEvent * | event | ) |
Definition at line 253 of file wtp_resp.c.
References gwlist_produce(), and resp_queue.
Referenced by main(), push_client_event_handle(), and wap_dispatch_datagram().
void wtp_resp_init | ( | wap_dispatch_func_t * | datagram_dispatch, |
wap_dispatch_func_t * | session_dispatch, | ||
wap_dispatch_func_t * | push_dispatch, | ||
long | timer_freq | ||
) |
Definition at line 211 of file wtp_resp.c.
References counter_create(), dispatch_to_push, dispatch_to_wdp, dispatch_to_wsp, gw_assert(), gwlist_add_producer(), gwlist_create, gwthread_create, limbo, main_thread(), resp_machine_id_counter, resp_machines, resp_queue, resp_run_status, resp_timer_freq, running, timer_freq, timers_init(), and wtp_tid_cache_init().
Referenced by main().
void wtp_resp_shutdown | ( | void | ) |
Definition at line 235 of file wtp_resp.c.
References counter_destroy(), debug(), gw_assert(), gwlist_destroy(), gwlist_len(), gwlist_remove_producer(), gwthread_join_every(), main_thread(), resp_machine_destroy(), resp_machine_id_counter, resp_machines, resp_queue, resp_run_status, running, terminating, timers_shutdown(), wap_event_destroy_item(), and wtp_tid_cache_shutdown().
Referenced by main().