Searched refs:has_ipv4 (Results 1 – 2 of 2) sorted by relevance
108 bool has_ipv4; in conn_mgr_mon_handle_update() local139 has_ipv4 = iface_states[idx] & CONN_MGR_IF_IPV4_SET; in conn_mgr_mon_handle_update()140 has_ip = has_ipv6 || has_ipv4; in conn_mgr_mon_handle_update()147 is_ipv4_ready = is_oper_up && has_ipv4 && !is_ignored; in conn_mgr_mon_handle_update()
388 bool has_ipv4; in cm_iface_status() local403 has_ipv4 = state & CONN_MGR_IF_IPV4_SET; in cm_iface_status()407 if (has_ipv4 && has_ipv6) { in cm_iface_status()409 } else if (has_ipv4) { in cm_iface_status()