Home
last modified time | relevance | path

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

/subsys/net/conn_mgr/
A Dconn_mgr_monitor.c113 bool has_ipv4; in conn_mgr_mon_handle_update() local
144 has_ipv4 = iface_states[idx] & CONN_MGR_IF_IPV4_SET; in conn_mgr_mon_handle_update()
145 has_ip = has_ipv6 || has_ipv4; in conn_mgr_mon_handle_update()
152 is_ipv4_ready = is_oper_up && has_ipv4 && !is_ignored; in conn_mgr_mon_handle_update()
/subsys/net/lib/shell/
A 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()

Completed in 86 milliseconds