Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c112 bool is_oper_up; in conn_mgr_mon_handle_update() local
141 is_oper_up = iface_states[idx] & CONN_MGR_IF_UP; in conn_mgr_mon_handle_update()
145 is_l4_ready = is_oper_up && has_ip && !is_ignored; in conn_mgr_mon_handle_update()
146 is_ipv6_ready = is_oper_up && has_ipv6 && !is_ignored; in conn_mgr_mon_handle_update()
147 is_ipv4_ready = is_oper_up && has_ipv4 && !is_ignored; in conn_mgr_mon_handle_update()