Searched refs:sent (Results 76 – 100 of 288) sorted by relevance
12345678910>>...12
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 47 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
|
D | websocket.rst | 49 Websocket client API will encapsulate the sent or received data to/from
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 225 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.
|
D | heartbeat.rst | 14 Heartbeat messages are sent as transport control packets through the network,
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.uart | 59 Maximum size of SMP frames sent and received over UART, in bytes.
|
D | Kconfig.udp | 60 Maximum size of SMP frames sent and received over UDP, in bytes.
|
/Zephyr-latest/samples/net/sockets/txtime/ |
D | README.rst | 17 User can control how long the application should wait between packets sent by
|
/Zephyr-latest/boards/intel/common/ |
D | net_boot.rst | 89 dnsmasq-tftp[5386]: sent /srv/tftp/zephyr.efi to 10.1.1.28
|
/Zephyr-latest/samples/net/ptp/ |
D | README.rst | 29 timestamps for sent and received Ethernet frames.
|
/Zephyr-latest/samples/net/sockets/echo_service/ |
D | README.rst | 48 After a connection is made, the application will echo back any line sent
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | Kconfig | 57 all subscriptions are reinstated and all stored messages are sent to
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 29 * 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/ |
D | network_monitoring.rst | 14 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.
|
D | net-stack-architecture.rst | 144 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/ |
D | ull_conn_types.h | 76 uint8_t sent; member
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 18 SD card. These commands can be sent using the native SD protocol, or over SPI.
|
D | uart.rst | 20 character is sent.
|
/Zephyr-latest/samples/drivers/can/babbling/ |
D | README.rst | 14 This sample application simulates a babbling CAN node. The properties of the CAN frames sent are
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 413 void (*sent)(struct bt_l2cap_chan *chan); member
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | eth_stats.h | 52 stats->bytes.sent += bytes; in eth_stats_update_bytes_tx()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.h | 155 uint32_t sent; member
|
/Zephyr-latest/tests/net/socket/af_packet/src/ |
D | main.c | 228 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/ |
D | README.rst | 52 inc_count: thread 3, count = 12 Threshold reached.Just sent signal.
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_broadcast.c | 219 .sent = broadcast_stream_sent_cb, in init_cap_initiator()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
D | broadcaster.c | 152 .sent = sdu_sent_cb, in init()
|
12345678910>>...12