Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c107 bool has_ipv6; in conn_mgr_mon_handle_update() local
138 has_ipv6 = iface_states[idx] & CONN_MGR_IF_IPV6_SET; in conn_mgr_mon_handle_update()
140 has_ip = has_ipv6 || has_ipv4; in conn_mgr_mon_handle_update()
146 is_ipv6_ready = is_oper_up && has_ipv6 && !is_ignored; in conn_mgr_mon_handle_update()
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c389 bool has_ipv6; in cm_iface_status() local
404 has_ipv6 = state & CONN_MGR_IF_IPV6_SET; in cm_iface_status()
407 if (has_ipv4 && has_ipv6) { in cm_iface_status()
411 } else if (has_ipv6) { in cm_iface_status()