|
libosmogb
1.5.1
Osmocom Gb library
|
Data Fields | |
| struct gprs_ns2_nse * | nse |
| enum ns2_sns_type | ip |
| struct llist_head | sns_endpoints |
| struct llist_head | binds |
| struct ns2_sns_bind * | initial_bind |
| bool | reselection_running |
| struct sns_endpoint * | initial |
| struct gprs_ns2_vc * | sns_nsvc |
| int | N |
| bool | alive |
| struct gprs_ns_ie_ip4_elem * | ip4_local |
| size_t | num_ip4_local |
| struct gprs_ns_ie_ip6_elem * | ip6_local |
| size_t | num_ip6_local |
| size_t | num_max_nsvcs |
| size_t | num_max_ip4_remote |
| size_t | num_max_ip6_remote |
| struct gprs_ns_ie_ip4_elem * | ip4_remote |
| unsigned int | num_ip4_remote |
| struct gprs_ns_ie_ip6_elem * | ip6_remote |
| unsigned int | num_ip6_remote |
| bool ns2_sns_state::alive |
Referenced by ns2_sns_notify_alive(), ns2_sns_replace_nsvc(), and ns2_sns_st_size_onenter().
| struct llist_head ns2_sns_state::binds |
| struct sns_endpoint* ns2_sns_state::initial |
Referenced by gprs_ns2_nse_sns_remote(), gprs_ns2_sns_del_endpoint(), ns2_sns_st_all_action(), and ns2_sns_st_size_onenter().
| struct ns2_sns_bind* ns2_sns_state::initial_bind |
Referenced by gprs_ns2_sns_del_bind(), and ns2_sns_st_size_onenter().
| enum ns2_sns_type ns2_sns_state::ip |
| struct gprs_ns_ie_ip4_elem* ns2_sns_state::ip4_local |
Referenced by ns2_clear_ipv46_entries(), ns2_sns_dump_vty(), ns2_sns_st_config_bss_onenter(), and ns2_sns_st_size_onenter().
| struct gprs_ns_ie_ip4_elem* ns2_sns_state::ip4_remote |
| struct gprs_ns_ie_ip6_elem* ns2_sns_state::ip6_local |
Referenced by ns2_clear_ipv46_entries(), ns2_sns_dump_vty(), ns2_sns_st_config_bss_onenter(), and ns2_sns_st_size_onenter().
| struct gprs_ns_ie_ip6_elem* ns2_sns_state::ip6_remote |
| int ns2_sns_state::N |
| struct gprs_ns2_nse* ns2_sns_state::nse |
| size_t ns2_sns_state::num_ip4_local |
Referenced by ns2_clear_ipv46_entries(), ns2_sns_dump_vty(), ns2_sns_st_config_bss_onenter(), and ns2_sns_st_size_onenter().
| unsigned int ns2_sns_state::num_ip4_remote |
| size_t ns2_sns_state::num_ip6_local |
Referenced by ns2_clear_ipv46_entries(), ns2_sns_dump_vty(), ns2_sns_st_config_bss_onenter(), and ns2_sns_st_size_onenter().
| unsigned int ns2_sns_state::num_ip6_remote |
| size_t ns2_sns_state::num_max_ip4_remote |
Referenced by add_remote_ip4_elem(), ns2_sns_dump_vty(), and ns2_sns_st_size_onenter().
| size_t ns2_sns_state::num_max_ip6_remote |
Referenced by add_remote_ip6_elem(), ns2_sns_dump_vty(), and ns2_sns_st_size_onenter().
| size_t ns2_sns_state::num_max_nsvcs |
Referenced by ns2_sns_dump_vty(), and ns2_sns_st_size_onenter().
| bool ns2_sns_state::reselection_running |
Referenced by ns2_sns_st_all_action().
| struct llist_head ns2_sns_state::sns_endpoints |
| struct gprs_ns2_vc* ns2_sns_state::sns_nsvc |