libosmo-sigtran 2.0.0.50-b59d
Osmocom SIGTRAN library
|
#include <ss7_linkset.h>
Data Fields | |
struct llist_head | list |
struct osmo_ss7_instance * | inst |
osmo_ss7_instance to which we belong More... | |
struct osmo_ss7_link * | links [16] |
array of osmo_ss7_link More... | |
struct { | |
char * name | |
char * description | |
uint32_t adjacent_pc | |
uint32_t local_pc | |
} | cfg |
uint32_t osmo_ss7_linkset::adjacent_pc |
Referenced by ss7_linkset_find_or_create().
struct { ... } osmo_ss7_linkset::cfg |
char* osmo_ss7_linkset::description |
struct osmo_ss7_instance* osmo_ss7_linkset::inst |
osmo_ss7_instance to which we belong
Referenced by ss7_link_destroy(), ss7_link_find_or_create(), ss7_linkset_destroy(), ss7_linkset_find_by_name(), and ss7_linkset_find_or_create().
struct osmo_ss7_link* osmo_ss7_linkset::links[16] |
array of osmo_ss7_link
Referenced by ss7_link_destroy(), ss7_link_find_or_create(), and ss7_linkset_destroy().
struct llist_head osmo_ss7_linkset::list |
Referenced by ss7_linkset_destroy(), ss7_linkset_find_by_name(), and ss7_linkset_find_or_create().
uint32_t osmo_ss7_linkset::local_pc |
char* osmo_ss7_linkset::name |