Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Data Structures | |
struct | WAPAddr |
struct | WAPAddrTuple |
Functions | |
WAPAddr * | wap_addr_create (Octstr *address, long port) |
void | wap_addr_destroy (WAPAddr *addr) |
int | wap_addr_same (WAPAddr *a, WAPAddr *b) |
WAPAddrTuple * | wap_addr_tuple_create (Octstr *rmt_addr, long rmt_port, Octstr *lcl_addr, long lcl_port) |
void | wap_addr_tuple_destroy (WAPAddrTuple *tuple) |
int | wap_addr_tuple_same (WAPAddrTuple *a, WAPAddrTuple *b) |
WAPAddrTuple * | wap_addr_tuple_duplicate (WAPAddrTuple *tuple) |
void | wap_addr_tuple_dump (WAPAddrTuple *tuple) |
Definition at line 68 of file wap_addr.c.
References WAPAddr::address, WAPAddr::iaddr, octstr_duplicate, octstr_get_cstr, WAPAddr::port, and port.
Referenced by wap_addr_tuple_create().
void wap_addr_destroy | ( | WAPAddr * | addr | ) |
Definition at line 80 of file wap_addr.c.
References WAPAddr::address, and octstr_destroy().
Referenced by wap_addr_tuple_destroy().
Definition at line 89 of file wap_addr.c.
References WAPAddr::iaddr, and WAPAddr::port.
Referenced by wap_addr_tuple_same().
WAPAddrTuple* wap_addr_tuple_create | ( | Octstr * | rmt_addr, |
long | rmt_port, | ||
Octstr * | lcl_addr, | ||
long | lcl_port | ||
) |
Definition at line 96 of file wap_addr.c.
References WAPAddrTuple::local, WAPAddrTuple::remote, and wap_addr_create().
Referenced by addr_tuple_change_cliport(), main(), set_addr_tuple(), wap_addr_tuple_duplicate(), and wdp_msg2event().
void wap_addr_tuple_destroy | ( | WAPAddrTuple * | tuple | ) |
Definition at line 108 of file wap_addr.c.
References WAPAddrTuple::local, WAPAddrTuple::remote, and wap_addr_destroy().
Referenced by cache_item_destroy(), find_session_machine(), and handle_push_message().
void wap_addr_tuple_dump | ( | WAPAddrTuple * | tuple | ) |
WAPAddrTuple* wap_addr_tuple_duplicate | ( | WAPAddrTuple * | tuple | ) |
Definition at line 125 of file wap_addr.c.
References WAPAddr::address, WAPAddrTuple::local, WAPAddr::port, WAPAddrTuple::remote, and wap_addr_tuple_create().
Referenced by add_tid(), create_tr_abort_ind(), create_tr_invoke_cnf(), create_tr_invoke_ind(), create_tr_result_cnf(), find_session_machine(), indicate_push_connection(), indicate_push_resume(), indicate_resume(), init_machine_create(), make_session_request(), make_unit_push_request(), method_machine_create(), pack_error(), pack_into_push_datagram(), pack_into_result_datagram(), push_machine_create(), request_unit_push(), resp_machine_create(), return_unit_reply(), send_invoke(), session_machine_create(), unpack_abort(), unpack_ack(), unpack_datagram(), unpack_invoke(), unpack_negative_ack(), unpack_result(), unpack_segmented_invoke(), wtp_pack_abort(), wtp_pack_ack(), wtp_pack_invoke(), wtp_pack_result(), wtp_pack_sar_ack(), and wtp_pack_sar_result().
int wap_addr_tuple_same | ( | WAPAddrTuple * | a, |
WAPAddrTuple * | b | ||
) |
Definition at line 118 of file wap_addr.c.
References WAPAddrTuple::local, WAPAddrTuple::remote, and wap_addr_same().
Referenced by is_wanted_init_machine(), is_wanted_resp_machine(), same_client(), tid_is_cached(), and transaction_belongs_to_session().