Home
last modified time | relevance | path

Searched refs:sent (Results 101 – 125 of 288) sorted by relevance

12345678910>>...12

/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c78 fd, lifetime, stats.sent, stats.received); in walk_sockets()
/Zephyr-latest/subsys/lorawan/services/
DKconfig150 sent by the server after all packages have been sent.
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32113 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/
DREADME.rst36 I: Bytes sent = 262144, received = 262144
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst43 After a connection is made, the application will echo back any line sent
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst43 After a connection is made, the application will echo back any line sent to
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_obj_core.c229 sock_objects[i].stats.sent += bytes; in sock_obj_core_update_send_stats()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c56 .sent = iso_sent,
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst14 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/
Dec_host_cmd.rst10 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
Dsmp_transport.rst21 sent via a GATT Write Without Response command. An SMP response is sent in the form
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst64 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/
Dquectel-bg9x.c816 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()
Dublox-sara-r4.c1757 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/
DREADME.rst5 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/
Dhttp_client.c75 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/
DKconfig.mode39 sent to printk().
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.lorawan87 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/
Dmain.c89 .sent = sent_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c66 .sent = sent_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c149 .sent = sdu_sent_cb,
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv475 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/
DKconfig152 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/
Dull_llcp_common.c634 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/
Dmailboxes.rst23 * 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,

12345678910>>...12