Home
last modified time | relevance | path

Searched refs:sent (Results 26 – 50 of 288) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst34 when it was sent to the network. The RX time tells the time from its creation
64 * The network packet was just sent and the network stack is about to free the
67 sent. The value **63** tells also the same information, but is calculated
83 sent. The value **42** tells also the same information, but is calculated
Dnetwork_tracing.rst15 verdicts i.e., whether the network packet was successfully sent or received.
/Zephyr-latest/samples/net/capture/
DREADME.rst13 The captured packets are sent to
17 then the remote host where the captured packets are sent can also be reached
143 Next the monitoring is setup so that captured packets are sent as a payload
168 The tunneling interface will be UP and the captured packets will be sent to
201 You should see a ICMPv4 message sent to ``192.0.2.2`` and also the captured
202 packet will be sent to ``192.0.2.2`` in tunnel to ``2001:db8:200::2``
/Zephyr-latest/subsys/lorawan/nvm/
DKconfig16 a OTAA join request is sent. This value should be used in the
/Zephyr-latest/tests/net/vlan/src/
Dmain.c803 ssize_t sent = 0; in comm_sendto_recvfrom() local
816 sent = zsock_sendto(client_sock, TEST_STR_SMALL, strlen(TEST_STR_SMALL), in comm_sendto_recvfrom()
818 zassert_equal(sent, strlen(TEST_STR_SMALL), "sendto failed (%d vs %d)", in comm_sendto_recvfrom()
819 sent, strlen(TEST_STR_SMALL)); in comm_sendto_recvfrom()
898 ssize_t sent = 0; in ZTEST() local
945 sent = zsock_sendto(client_sock, TEST_STR_SMALL, strlen(TEST_STR_SMALL), in ZTEST()
947 zassert_equal(sent, strlen(TEST_STR_SMALL), "send (%d) failed %d/%s", in ZTEST()
948 sent, -errno, strerror(errno)); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h71 void (*sent)(struct bt_rfcomm_dlc *dlc, int err); member
/Zephyr-latest/samples/net/mqtt_publisher/
DKconfig13 before exiting. A value of zero means that the messages are sent
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c51 .sent = sent_cb,
/Zephyr-latest/subsys/net/l2/ethernet/
DKconfig50 bool "Debug received and sent packets in VLAN"
53 Enables printing of received and sent network packets.
143 bool "Debug received and sent packets in bridge"
146 Enables printing of received and sent network packets.
/Zephyr-latest/samples/bluetooth/broadcaster/
DREADME.rst13 indicating how many advertising packets the device has sent
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_stream.c230 if (ops != NULL && ops->sent != NULL) { in cap_stream_sent_cb()
231 ops->sent(bap_stream); in cap_stream_sent_cb()
278 .sent = cap_stream_sent_cb,
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dbap_stream.c61 mock_bap_stream_ops.sent = mock_bap_stream_sent_cb; in mock_bap_stream_init()
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst18 sent but not yet received; alternatively, the pipe may have no ring buffer.
30 Data is synchronously **sent** either in whole or in part to a pipe by a
123 /* Incomplete message header sent */
126 /* Some of the data was sent */
129 /* All data sent */
/Zephyr-latest/subsys/logging/backends/
DKconfig.ws19 Maximum size of the output string that is sent via websocket.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.dummy27 line sent by an mcumgr client.
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt12 From each context stream of data is being sent. Bytes in streams are encoded as
/Zephyr-latest/drivers/i3c/
DKconfig.stm3232 This value depends on the maximum number of messages that will be sent
/Zephyr-latest/samples/net/sockets/packet/
DREADME.rst22 sent and received packets.
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig57 bool "Print bytes sent/received over OSDP to console"
59 Prints bytes sent/received over OSDP to console for debugging.
/Zephyr-latest/drivers/misc/coresight/
DKconfig74 sent on regular intervals. This frame is sent between Coresight formatter
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst34 #. Once pairing is complete the board will show the text you sent. If
43 word (name) of the stored text will be sent to all other boards in
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
DREADME.rst28 The sample outputs on the standard console the hex codes of all sent and
31 for the UARTE), it can be checked that what is sent by a given peripheral
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c640 static ZTEST_BMEM volatile size_t sent; variable
658 sent = evt->data.tx.len; in test_write_abort_callback()
712 if (sent != 0) { in ZTEST_USER()
715 zassert_equal(sent, received, "Sent is not equal to received."); in ZTEST_USER()
736 sent = evt->data.tx.len; in test_forever_timeout_callback()
827 sent = evt->data.tx.len; in test_chained_write_callback()
915 sent = evt->data.tx.len; in test_long_buffers_callback()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c27 .sent = adv_sent_cb,
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_stats.h51 stats->bytes.sent += bytes; in ppp_stats_update_bytes_tx()

12345678910>>...12