|
libosmogb 1.11.0.52-28973f
Osmocom Gb library
|
#include <frame_relay.h>
Data Fields | |
| struct llist_head | list |
| struct osmo_fr_link * | link |
| uint16_t | dlci |
| bool | active |
| bool | add |
| bool | del |
| bool | state_send |
| int(* | rx_cb )(void *cb_data, struct msgb *msg) |
| void(* | status_cb )(struct osmo_fr_dlc *dlc, void *cb_data, bool active) |
| void * | cb_data |
| bool osmo_fr_dlc::active |
Referenced by dlc_set_active(), fr_dlc_dump_vty(), msgb_put_pvc_status(), osmo_fr_dlc_alloc(), osmo_fr_rx(), and osmo_fr_tx_dlc().
| bool osmo_fr_dlc::add |
| void* osmo_fr_dlc::cb_data |
Referenced by dlc_set_active(), fr_alloc_vc(), and osmo_fr_rx().
| bool osmo_fr_dlc::del |
| uint16_t osmo_fr_dlc::dlci |
| struct osmo_fr_link* osmo_fr_dlc::link |
| struct llist_head osmo_fr_dlc::list |
Referenced by dlc_destroy(), osmo_fr_dlc_alloc(), and osmo_fr_dlc_free().
Referenced by fr_alloc_vc(), and osmo_fr_rx().
| bool osmo_fr_dlc::state_send |
Referenced by rx_lmi_q933_status_enq(), and tx_lmi_q933_status().
| void(* osmo_fr_dlc::status_cb) (struct osmo_fr_dlc *dlc, void *cb_data, bool active) |
Referenced by dlc_set_active(), and fr_alloc_vc().