Home
last modified time | relevance | path

Searched refs:NET_EVENT_L4_IPV4_DISCONNECTED (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c192 net_mgmt_event_notify(NET_EVENT_L4_IPV4_DISCONNECTED, blame_ipv4); in conn_mgr_mon_handle_update()
302 net_mgmt_event_notify(NET_EVENT_L4_IPV4_DISCONNECTED, last_blame_ipv4); in conn_mgr_mon_resend_status()
/Zephyr-latest/include/zephyr/net/
Dnet_event.h330 #define NET_EVENT_L4_IPV4_DISCONNECTED \ macro
/Zephyr-latest/subsys/net/lib/shell/
Devents.c322 case NET_EVENT_L4_IPV4_DISCONNECTED: in get_l4_desc()
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c213 } else if (event == NET_EVENT_L4_IPV4_DISCONNECTED) { in conn_handler()
252 NET_EVENT_L4_IPV4_CONNECTED | NET_EVENT_L4_IPV4_DISCONNECTED in conn_mgr_setup()
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst81 - :c:macro:`NET_EVENT_L4_IPV4_DISCONNECTED`
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1324 * :c:macro:`NET_EVENT_L4_IPV4_DISCONNECTED`