Home
last modified time | relevance | path

Searched refs:NET_EVENT_L4_CONNECTED (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.5.0/samples/net/gsm_modem/src/
Dmain.c81 if ((mgmt_event & (NET_EVENT_L4_CONNECTED in event_handler()
86 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
125 NET_EVENT_L4_CONNECTED | in main()
/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/src/
Dmain.c31 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
40 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in net_event_handler()
/Zephyr-Core-3.5.0/samples/subsys/mgmt/updatehub/src/
Dmain.c30 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
77 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-Core-3.5.0/samples/net/sockets/echo_server/src/
Decho-server.c41 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
99 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/src/
Decho-client.c47 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
203 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_monitor.c146 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, last_iface_up); in conn_mgr_mon_handle_update()
226 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, last_iface_up); in conn_mgr_mon_resend_status()
/Zephyr-Core-3.5.0/samples/net/cellular_modem/src/
Dmain.c254 NET_EVENT_L4_CONNECTED, &raised_event, &info, in main()
299 NET_EVENT_L4_CONNECTED, &raised_event, &info, in main()
/Zephyr-Core-3.5.0/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c91 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
106 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_event.h215 #define NET_EVENT_L4_CONNECTED \ macro
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_udp.c285 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in smp_udp_net_event_handler()
421 (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)); in smp_udp_start()
/Zephyr-Core-3.5.0/samples/net/cloud/mqtt_azure/src/
Dmain.c47 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
495 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in l4_event_handler()
/Zephyr-Core-3.5.0/samples/net/sockets/txtime/src/
Dmain.c29 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
101 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-Core-3.5.0/tests/net/conn_mgr_monitor/src/
Dmain.c116 if (event == NET_EVENT_L4_CONNECTED) { in l4_handler()
137 &l4_callback, l4_handler, NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED in conn_mgr_setup()
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/
Dmain.rst70 When at least one iface is ready, the :c:macro:`NET_EVENT_L4_CONNECTED` :ref:`network management <n…
83 …tivity updates, create and register a listener for the :c:macro:`NET_EVENT_L4_CONNECTED` and :c:ma…
94 if (event == NET_EVENT_L4_CONNECTED) {
115 NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED
/Zephyr-Core-3.5.0/subsys/shell/backends/
Dshell_mqtt.c22 #define NET_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
518 if ((mgmt_event == NET_EVENT_L4_CONNECTED) && in network_evt_handler()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.4.rst1052 * ``NET_EVENT_L4_CONNECTED`` is called only once after the first
Drelease-notes-3.3.rst3270 * :github:`52139` - ppp modem doesn't send NET_EVENT_L4_CONNECTED event
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_shell.c2606 case NET_EVENT_L4_CONNECTED: in get_l4_desc()