Home
last modified time | relevance | path

Searched refs:CONN_MGR_IF_IPV6_SET (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_private.h24 #define CONN_MGR_IF_IPV6_SET BIT(1) macro
Devents_handler.c81 iface_states[idx] |= CONN_MGR_IF_IPV6_SET; in conn_mgr_ipv6_events_handler()
88 iface_states[idx] &= ~CONN_MGR_IF_IPV6_SET; in conn_mgr_ipv6_events_handler()
Dconn_mgr_monitor.c138 has_ipv6 = iface_states[idx] & CONN_MGR_IF_IPV6_SET; in conn_mgr_mon_handle_update()
236 iface_states[idx] |= CONN_MGR_IF_IPV6_SET; in conn_mgr_mon_initial_state()
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c404 has_ipv6 = state & CONN_MGR_IF_IPV6_SET; in cm_iface_status()