Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_private.h25 #define CONN_MGR_IF_IPV4_SET BIT(2) macro
Devents_handler.c138 iface_states[idx] |= CONN_MGR_IF_IPV4_SET; in conn_mgr_ipv4_events_handler()
146 iface_states[idx] &= ~CONN_MGR_IF_IPV4_SET; in conn_mgr_ipv4_events_handler()
Dconn_mgr_monitor.c139 has_ipv4 = iface_states[idx] & CONN_MGR_IF_IPV4_SET; in conn_mgr_mon_handle_update()
243 iface_states[idx] |= CONN_MGR_IF_IPV4_SET; in conn_mgr_mon_initial_state()
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c403 has_ipv4 = state & CONN_MGR_IF_IPV4_SET; in cm_iface_status()