Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c108 bool has_ipv4; in conn_mgr_mon_handle_update() local
139 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()
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c388 bool has_ipv4; in cm_iface_status() local
403 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()