Searched refs:CONN_MGR_IF_READY (Results 1 – 2 of 2) sorted by relevance
81 iface_states[idx] &= ~CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()84 iface_states[idx] |= CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()124 was_l4_ready = iface_states[idx] & CONN_MGR_IF_READY; in conn_mgr_mon_handle_update()
31 #define CONN_MGR_IF_READY BIT(14) macro