Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_monitor.c102 bool is_oper_up; in conn_mgr_mon_handle_update() local
127 is_oper_up = iface_states[idx] & CONN_MGR_IF_UP; in conn_mgr_mon_handle_update()
130 is_l4_ready = is_oper_up && is_ip_ready && !is_ignored; in conn_mgr_mon_handle_update()