Home
last modified time | relevance | path

Searched refs:sent (Results 76 – 100 of 288) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/connectivity/networking/api/
Dcapture.rst47 then automatically placed to the capture IP tunnel and sent to remote host
93 The ``net capture enable 2`` net-shell command will cause the packets sent to
Dwebsocket.rst49 Websocket client API will encapsulate the sent or received data to/from
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst225 Response messages should be sent with the following random delays:
227 * Between 20 and 50 milliseconds if the received message was sent
229 * Between 20 and 500 milliseconds if the received message was sent
246 When the mesh stack is suspended or reset, messages not yet sent are removed and
250 When a model sends several messages in a row, it may happen that the messages are not sent in
255 when a set of messages originated by the same model needs to be sent in a certain order.
Dheartbeat.rst14 Heartbeat messages are sent as transport control packets through the network,
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.uart59 Maximum size of SMP frames sent and received over UART, in bytes.
DKconfig.udp60 Maximum size of SMP frames sent and received over UDP, in bytes.
/Zephyr-latest/samples/net/sockets/txtime/
DREADME.rst17 User can control how long the application should wait between packets sent by
/Zephyr-latest/boards/intel/common/
Dnet_boot.rst89 dnsmasq-tftp[5386]: sent /srv/tftp/zephyr.efi to 10.1.1.28
/Zephyr-latest/samples/net/ptp/
DREADME.rst29 timestamps for sent and received Ethernet frames.
/Zephyr-latest/samples/net/sockets/echo_service/
DREADME.rst48 After a connection is made, the application will echo back any line sent
/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig57 all subscriptions are reinstated and all stored messages are sent to
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst29 * A message containing the block index is sent over ICMsg to the receiver.
227 The ``MSG_DATA`` control message indicates that a new data message was sent.
229 The data message was sent over the endpoint specified in ``endpoint address``.
248 The ``MSG_RELEASE_DATA`` control message is sent in response to ``MSG_DATA``.
287 The ``MSG_RELEASE_BOUND`` control message is sent in response to ``MSG_BOUND``.
346 The binding message is sent using the ``MSG_BOUND`` control message and released with the ``MSG_REL…
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst14 network packets sent or received by a Zephyr device.
161 packets are sent. The port numbers for UDP packet can be given in the
203 The captured network traffic can be sent to some other network interface
218 or sent) network packets to the tunnel interface for further processing.
Dnet-stack-architecture.rst144 is enabled before the data is queued to be sent.
149 transmit queues. These queues will process the sent packets with different
155 sent out.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h76 uint8_t sent; member
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst18 SD card. These commands can be sent using the native SD protocol, or over SPI.
Duart.rst20 character is sent.
/Zephyr-latest/samples/drivers/can/babbling/
DREADME.rst14 This sample application simulates a babbling CAN node. The properties of the CAN frames sent are
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h413 void (*sent)(struct bt_l2cap_chan *chan); member
/Zephyr-latest/subsys/net/l2/ethernet/
Deth_stats.h52 stats->bytes.sent += bytes; in eth_stats_update_bytes_tx()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h155 uint32_t sent; member
/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c228 ssize_t sent = 0; in ZTEST() local
244 sent = zsock_sendto(sock4, data_to_send, sizeof(data_to_send), in ZTEST()
246 zassert_equal(sent, sizeof(data_to_send), "sendto failed"); in ZTEST()
/Zephyr-latest/samples/kernel/condition_variables/condvar/
DREADME.rst52 inc_count: thread 3, count = 12 Threshold reached.Just sent signal.
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_broadcast.c219 .sent = broadcast_stream_sent_cb, in init_cap_initiator()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c152 .sent = sdu_sent_cb, in init()

12345678910>>...12