|
libosmogb 1.7.0.61-0d9b6.202211030053
Osmocom Gb library
|
Data Fields | |
| char | netif [IFNAMSIZ] |
| struct osmo_fr_link * | link |
| int | ifindex |
| bool | if_running |
| struct { | |
| struct osmo_fd ofd | |
| struct msgb * lmi_msg | |
| struct llist_head list | |
| struct osmo_timer_list timer | |
| uint32_t retry_us | |
| } | backlog |
| struct osmo_fd | fd |
| struct osmo_sockaddr | addr |
| uint16_t | dlci |
| int | dscp |
| uint8_t | priority |
| struct osmo_sockaddr priv_bind::addr |
| struct { ... } priv_bind::backlog |
| uint16_t priv_bind::dlci |
Referenced by backlog_enqueue_or_free(), frgre_vc_sendmsg(), and gprs_ns2_fr_connect().
| int priv_bind::dscp |
Referenced by dump_vty(), gprs_ns2_frgre_bind(), gprs_ns2_ip_bind(), and gprs_ns2_ip_bind_set_dscp().
| struct osmo_fd priv_bind::fd |
| bool priv_bind::if_running |
Referenced by backlog_enqueue_or_free(), and dump_vty().
| int priv_bind::ifindex |
Referenced by fr_netif_ofd_cb(), and gprs_ns2_fr_bind().
| struct osmo_fr_link* priv_bind::link |
Referenced by dump_vty(), fr_alloc_vc(), fr_netif_ofd_cb(), free_bind(), gprs_ns2_fr_bind(), and gprs_ns2_fr_bind_role().
| struct llist_head priv_bind::list |
Referenced by enqueue_at_head(), enqueue_at_tail(), fr_backlog_timer_cb(), fr_tx_cb(), free_bind(), and gprs_ns2_fr_bind().
| struct msgb* priv_bind::lmi_msg |
Referenced by backlog_enqueue_or_free(), fr_backlog_timer_cb(), and free_bind().
| char priv_bind::netif[IFNAMSIZ] |
Referenced by dump_vty(), gprs_ns2_fr_bind(), gprs_ns2_fr_bind_netif(), and gprs_ns2_fr_connect().
| struct osmo_fd priv_bind::ofd |
Referenced by fr_netif_write_one(), free_bind(), and gprs_ns2_fr_bind().
| uint8_t priv_bind::priority |
Referenced by dump_vty(), and gprs_ns2_ip_bind_set_priority().
| uint32_t priv_bind::retry_us |
Referenced by enqueue_at_head(), enqueue_at_tail(), fr_backlog_timer_cb(), fr_netif_write_one(), and gprs_ns2_fr_bind().
| struct osmo_timer_list priv_bind::timer |
Referenced by enqueue_at_head(), enqueue_at_tail(), fr_backlog_timer_cb(), free_bind(), and gprs_ns2_fr_bind().