Home
last modified time | relevance | path

Searched refs:iface_states (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c35 uint16_t iface_states[CONN_MGR_IFACE_MAX]; variable
86 iface_states[idx] &= ~CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()
87 iface_states[idx] &= ~CONN_MGR_IF_READY_IPV4; in conn_mgr_mon_set_ready()
88 iface_states[idx] &= ~CONN_MGR_IF_READY_IPV6; in conn_mgr_mon_set_ready()
91 iface_states[idx] |= CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()
95 iface_states[idx] |= CONN_MGR_IF_READY_IPV4; in conn_mgr_mon_set_ready()
99 iface_states[idx] |= CONN_MGR_IF_READY_IPV6; in conn_mgr_mon_set_ready()
126 for (idx = 0; idx < ARRAY_SIZE(iface_states); idx++) { in conn_mgr_mon_handle_update()
127 if (iface_states[idx] == 0) { in conn_mgr_mon_handle_update()
133 was_l4_ready = iface_states[idx] & CONN_MGR_IF_READY; in conn_mgr_mon_handle_update()
[all …]
Devents_handler.c15 extern uint16_t iface_states[CONN_MGR_IFACE_MAX];
42 iface_states[idx] &= ~CONN_MGR_IF_UP; in conn_mgr_iface_events_handler()
45 iface_states[idx] |= CONN_MGR_IF_UP; in conn_mgr_iface_events_handler()
81 iface_states[idx] |= CONN_MGR_IF_IPV6_SET; in conn_mgr_ipv6_events_handler()
88 iface_states[idx] &= ~CONN_MGR_IF_IPV6_SET; in conn_mgr_ipv6_events_handler()
138 iface_states[idx] |= CONN_MGR_IF_IPV4_SET; in conn_mgr_ipv4_events_handler()
146 iface_states[idx] &= ~CONN_MGR_IF_IPV4_SET; in conn_mgr_ipv4_events_handler()