Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/common/
Dnet_sample_common.c17 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
30 case NET_EVENT_L4_CONNECTED: in l4_event_handler()
/Zephyr-latest/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-latest/samples/subsys/mgmt/updatehub/src/
Dmain.c25 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
72 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmain.c19 #define NET_L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
36 case NET_EVENT_L4_CONNECTED: in net_l4_evt_handler()
/Zephyr-latest/samples/net/sockets/coap_download/src/
Dmain.c27 if (NET_EVENT_L4_CONNECTED == mgmt_event) { in net_event_handler()
32 NET_MGMT_REGISTER_EVENT_HANDLER(l4_conn_handler, NET_EVENT_L4_CONNECTED, net_event_handler, NULL);
/Zephyr-latest/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-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c182 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, blame); in conn_mgr_mon_handle_update()
292 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, last_blame); in conn_mgr_mon_resend_status()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c50 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
306 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-latest/samples/net/lwm2m_client/src/
Dlwm2m-client.c39 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
344 case NET_EVENT_L4_CONNECTED: in l4_event_handler()
/Zephyr-latest/samples/net/cellular_modem/src/
Dmain.c299 ret = net_mgmt_event_wait_on_iface(iface, NET_EVENT_L4_CONNECTED, NULL, NULL, NULL, in main()
372 ret = net_mgmt_event_wait_on_iface(iface, NET_EVENT_L4_CONNECTED, NULL, NULL, NULL, in main()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c97 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \
112 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c48 #define L4_EVENT_MASK (NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED)
496 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in l4_event_handler()
/Zephyr-latest/include/zephyr/net/
Dnet_event.h313 #define NET_EVENT_L4_CONNECTED \ macro
/Zephyr-latest/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…
85 …These are similar to :c:macro:`NET_EVENT_L4_CONNECTED` and :c:macro:`NET_EVENT_L4_DISCONNECTED`, b…
94 …tivity updates, create and register a listener for the :c:macro:`NET_EVENT_L4_CONNECTED` and :c:ma…
105 if (event == NET_EVENT_L4_CONNECTED) {
126 NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED
/Zephyr-latest/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-latest/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-latest/tests/net/conn_mgr_monitor/src/
Dmain.c167 if (event == NET_EVENT_L4_CONNECTED) { in l4_handler()
245 &l4_callback, l4_handler, NET_EVENT_L4_CONNECTED | NET_EVENT_L4_DISCONNECTED in conn_mgr_setup()
/Zephyr-latest/subsys/net/lib/shell/
Devents.c415 case NET_EVENT_L4_CONNECTED: in get_l4_desc()
/Zephyr-latest/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