/Zephyr-latest/subsys/net/lib/shell/ |
D | sockets.c | 78 fd, lifetime, stats.sent, stats.received); in walk_sockets()
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 150 sent by the server after all packages have been sent.
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 113 The buffer is freed after the data frame has been sent by the WiFi driver. 115 frame sent by the TCP/IP layer. 306 …t will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or sent 316 sent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | README.rst | 36 I: Bytes sent = 262144, received = 262144
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 43 After a connection is made, the application will echo back any line sent
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 43 After a connection is made, the application will echo back any line sent to
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socket_obj_core.c | 229 sock_objects[i].stats.sent += bytes; in sock_obj_core_update_send_stats()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 56 .sent = iso_sent,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_if.rst | 14 and the upper part of the network stack together. All the sent and received 51 (VLANs) are used. Higher priority packets can be sent or received earlier than
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 10 target side of the protocol, generating responses to commands sent by the host. The host command 40 communication. The main issues are unknown command size sent by the host (the SPI transaction
|
D | smp_transport.rst | 21 sent via a GATT Write Without Response command. An SMP response is sent in the form
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 64 not :c:macro:`BT_MESH_ADDR_UNASSIGNED`, the messages in the transfer will be sent to the group 65 address, instead of being sent individually to each Target node. Mesh Manager must ensure that all
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 816 ssize_t sent = 0; in offload_sendmsg() local 832 sent = rc; in offload_sendmsg() 836 sent += rc; in offload_sendmsg() 843 return (ssize_t) sent; in offload_sendmsg()
|
D | ublox-sara-r4.c | 1757 ssize_t sent = 0; in offload_sendmsg() local 1779 while (full_len > sent) { in offload_sendmsg() 1788 while (removed < sent) { in offload_sendmsg() 1789 int to_removed = sent - removed; in offload_sendmsg() 1830 sent += ret; in offload_sendmsg() 1833 return (ssize_t)sent; in offload_sendmsg()
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 5 Implement a client that sends IP packets, waits for data to be sent back, and verifies it. 11 that will send IPv4 or IPv6 packets, wait for the data to be sent back, 12 and then verify it matches the data that was sent.
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 75 int sent = 0; in http_send_data() local 108 sent += end_of_send; in http_send_data() 133 return sent; in http_send_data()
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 39 sent to printk().
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.lorawan | 87 single uplink message. If disabled then uplinks that are too large will not be sent.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 89 .sent = sent_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 66 .sent = sent_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
D | broadcaster.c | 149 .sent = sdu_sent_cb,
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 75 If set, then respond to ICMPv4 echo-request that is sent to 91 because IP Router Alert option must be sent.
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 152 int "Timeout for ICMP probes sent by the server (milliseconds)" 181 acknowledgment messages sent to the clients, allowing them to use the
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_common.c | 634 if (!conn->llcp.vex.sent) { 636 conn->llcp.vex.sent = 1; 1208 if (!conn->llcp.vex.sent) { 1210 conn->llcp.vex.sent = 1;
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 23 * A **send queue** of messages that have been sent but not yet received. 79 is sent, or send it to any thread by specifying :c:macro:`K_ANY`. 110 if a previously sent message still exists before sending a subsequent message. 172 to receive a message sent by any thread. Leave this field uninitialized 183 the message to be sent, as described in the previous section. 312 can examine the message descriptor to determine which thread sent the message,
|