Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_private.h24 #define CONN_MGR_IF_IPV6_SET BIT(1) macro
Devents_handler.c83 iface_states[idx] |= CONN_MGR_IF_IPV6_SET; in conn_mgr_ipv6_events_handler()
90 iface_states[idx] &= ~CONN_MGR_IF_IPV6_SET; in conn_mgr_ipv6_events_handler()
Dconn_mgr_monitor.c125 is_ipv6_ready = iface_states[idx] & CONN_MGR_IF_IPV6_SET; in conn_mgr_mon_handle_update()
172 iface_states[idx] |= CONN_MGR_IF_IPV6_SET; in conn_mgr_mon_initial_state()