Searched refs:NET_EVENT_L4_CONNECTED (Results 1 – 18 of 18) sorted by relevance
/Zephyr-Core-3.5.0/samples/net/gsm_modem/src/ |
D | main.c | 81 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/ |
D | main.c | 31 #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/ |
D | main.c | 30 #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/ |
D | echo-server.c | 41 #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/ |
D | echo-client.c | 47 #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/ |
D | conn_mgr_monitor.c | 146 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/ |
D | main.c | 254 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/ |
D | main.c | 91 #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/ |
D | net_event.h | 215 #define NET_EVENT_L4_CONNECTED \ macro
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp_udp.c | 285 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/ |
D | main.c | 47 #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/ |
D | main.c | 29 #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/ |
D | main.c | 116 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/ |
D | main.rst | 70 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/ |
D | shell_mqtt.c | 22 #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/ |
D | release-notes-3.4.rst | 1052 * ``NET_EVENT_L4_CONNECTED`` is called only once after the first
|
D | release-notes-3.3.rst | 3270 * :github:`52139` - ppp modem doesn't send NET_EVENT_L4_CONNECTED event
|
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | net_shell.c | 2606 case NET_EVENT_L4_CONNECTED: in get_l4_desc()
|