Searched refs:NET_EVENT_L4_CONNECTED (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/samples/net/common/ |
D | net_sample_common.c | 17 #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/ |
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-latest/samples/subsys/mgmt/updatehub/src/ |
D | main.c | 25 #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/ |
D | main.c | 19 #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/ |
D | main.c | 27 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/ |
D | echo-server.c | 41 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \ 99 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | conn_mgr_monitor.c | 182 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/ |
D | echo-client.c | 50 #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/ |
D | lwm2m-client.c | 39 #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/ |
D | main.c | 299 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/ |
D | main.c | 97 #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/ |
D | main.c | 48 #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/ |
D | net_event.h | 313 #define NET_EVENT_L4_CONNECTED \ macro
|
/Zephyr-latest/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… 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/ |
D | main.c | 29 #define EVENT_MASK (NET_EVENT_L4_CONNECTED | \ 101 if (mgmt_event == NET_EVENT_L4_CONNECTED) { in event_handler()
|
/Zephyr-latest/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-latest/tests/net/conn_mgr_monitor/src/ |
D | main.c | 167 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/ |
D | events.c | 415 case NET_EVENT_L4_CONNECTED: in get_l4_desc()
|
/Zephyr-latest/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
|