Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
static WAPEvent * | unpack_wdp_datagram_real (WAPEvent *datagram) |
static int | deduce_tid (Octstr *user_data) |
static int | concatenated_message (Octstr *user_data) |
static int | truncated_datagram (WAPEvent *event) |
static WAPEvent * | unpack_invoke (WTP_PDU *pdu, WAPAddrTuple *addr_tuple) |
static WAPEvent * | unpack_segmented_invoke (WTP_PDU *pdu, WAPAddrTuple *addr_tuple) |
static WAPEvent * | unpack_result (WTP_PDU *pdu, WAPAddrTuple *addr_tuple) |
static WAPEvent * | unpack_ack (WTP_PDU *pdu, WAPAddrTuple *addr_tuple) |
static WAPEvent * | unpack_negative_ack (WTP_PDU *pdu, WAPAddrTuple *addr_tuple) |
static WAPEvent * | unpack_abort (WTP_PDU *pdu, WAPAddrTuple *addr_tuple) |
static WAPEvent * | pack_error (WAPEvent *datagram) |
List * | wtp_unpack_wdp_datagram (WAPEvent *datagram) |
int | wtp_event_is_for_responder (WAPEvent *event) |
|
static |
Definition at line 434 of file wtp.c.
References octstr_get_char().
Referenced by wtp_unpack_wdp_datagram().
|
static |
Definition at line 429 of file wtp.c.
References octstr_get_bits().
Referenced by pack_error().
Definition at line 316 of file wtp.c.
References deduce_tid(), gw_assert(), WAPEvent::type, WAPEvent::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 195 of file wtp.c.
References debug(), gw_assert(), octstr_len(), WAPEvent::type, WAPEvent::u, and wap_event_dump().
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 303 of file wtp.c.
References addr_tuple, wtp_pdu::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 262 of file wtp.c.
References addr_tuple, wtp_tpi::data, gwlist_get(), gwlist_len(), octstr_get_bits(), wtp_pdu::options, TPI_PSN, wtp_tpi::type, wtp_pdu::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 207 of file wtp.c.
References addr_tuple, octstr_duplicate, wtp_pdu::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 289 of file wtp.c.
References addr_tuple, octstr_duplicate, wtp_pdu::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 246 of file wtp.c.
References addr_tuple, octstr_duplicate, wtp_pdu::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
|
static |
Definition at line 228 of file wtp.c.
References addr_tuple, octstr_duplicate, wtp_pdu::u, wap_addr_tuple_duplicate(), and wap_event_create.
Referenced by unpack_wdp_datagram_real().
Definition at line 342 of file wtp.c.
References debug(), error(), gw_assert(), pack_error(), truncated_datagram(), wtp_pdu::type, WAPEvent::type, WAPEvent::u, unpack_abort(), unpack_ack(), unpack_invoke(), unpack_negative_ack(), unpack_result(), unpack_segmented_invoke(), wap_event_assert(), wap_event_destroy(), wap_event_dump(), warning(), wtp_event_is_for_responder(), wtp_pdu_destroy(), and wtp_pdu_unpack().
Referenced by wtp_unpack_wdp_datagram().
int wtp_event_is_for_responder | ( | WAPEvent * | event | ) |
Definition at line 156 of file wtp.c.
References error(), INITIATOR_TID_LIMIT, WAPEvent::type, and wap_event_dump().
Referenced by unpack_wdp_datagram_real(), wap_dispatch_datagram(), and wtp_event_dump().
Definition at line 98 of file wtp.c.
References concatenated_message(), gw_assert(), GW_WARNING, gwlist_append(), gwlist_create, octstr_copy, octstr_delete(), octstr_destroy(), octstr_dump, octstr_duplicate, octstr_get_bits(), octstr_get_char(), octstr_len(), WAPEvent::type, WAPEvent::u, unpack_wdp_datagram_real(), wap_event_assert(), wap_event_destroy(), wap_event_duplicate(), and warning().
Referenced by wap_dispatch_datagram(), and wtp_event_dump().