libosmo-sigtran
0.10.0
Osmocom SIGTRAN library
|
#include <sccp_internal.h>
Data Fields | |
struct llist_head | list |
struct llist_head | connections |
struct llist_head | users |
uint32_t | route_ctx |
uint32_t | next_id |
struct osmo_ss7_instance * | ss7 |
void * | priv |
struct osmo_ss7_user | ss7_user |
struct llist_head osmo_sccp_instance::connections |
struct llist_head osmo_sccp_instance::list |
Referenced by osmo_sccp_instance_create(), and osmo_sccp_instance_destroy().
uint32_t osmo_sccp_instance::next_id |
Referenced by conn_create().
void* osmo_sccp_instance::priv |
Referenced by osmo_sccp_instance_create().
uint32_t osmo_sccp_instance::route_ctx |
Referenced by gen_coref_without_conn(), gen_ret_msg(), tx_rlsd_from_xua_twoway(), xua_gen_msg_co(), and xua_gen_relre().
struct osmo_ss7_instance* osmo_sccp_instance::ss7 |
Referenced by gen_mtp_transfer_req_xua(), osmo_sccp_get_ss7(), osmo_sccp_inst_addr_name(), osmo_sccp_instance_create(), osmo_sccp_instance_destroy(), osmo_sccp_local_addr_by_instance(), osmo_sccp_simple_server_add_clnt(), osmo_sccp_user_name(), osmo_sccp_user_unbind(), sccp_sclc_rx_scrc_rout_fail(), sccp_scoc_rx_inval_opc(), sccp_user_bind_pc(), scrc_local_out_common(), scrc_translate_node_9(), show_user(), sua2sccp_tx_m3ua(), and vty_show_connection().
struct osmo_ss7_user osmo_sccp_instance::ss7_user |
Referenced by osmo_sccp_instance_create(), and osmo_sccp_instance_destroy().
struct llist_head osmo_sccp_instance::users |
Referenced by DEFUN(), osmo_sccp_instance_create(), osmo_sccp_instance_destroy(), sccp_user_bind_pc(), and sccp_user_find().