/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 34 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
|
D | network_tracing.rst | 15 verdicts i.e., whether the network packet was successfully sent or received.
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 13 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/ |
D | Kconfig | 16 a OTAA join request is sent. This value should be used in the
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 803 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/ |
D | rfcomm.h | 71 void (*sent)(struct bt_rfcomm_dlc *dlc, int err); member
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | Kconfig | 13 before exiting. A value of zero means that the messages are sent
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/ |
D | dut.c | 51 .sent = sent_cb,
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | Kconfig | 50 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/ |
D | README.rst | 13 indicating how many advertising packets the device has sent
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_stream.c | 230 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/ |
D | bap_stream.c | 61 mock_bap_stream_ops.sent = mock_bap_stream_sent_cb; in mock_bap_stream_init()
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 18 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/ |
D | Kconfig.ws | 19 Maximum size of the output string that is sent via websocket.
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.dummy | 27 line sent by an mcumgr client.
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 12 From each context stream of data is being sent. Bytes in streams are encoded as
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig.stm32 | 32 This value depends on the maximum number of messages that will be sent
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | README.rst | 22 sent and received packets.
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig | 57 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/ |
D | Kconfig | 74 sent on regular intervals. This frame is sent between Coresight formatter
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/ |
D | README.rst | 34 #. 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/ |
D | README.rst | 28 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/ |
D | test_uart_async.c | 640 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/ |
D | main.c | 27 .sent = adv_sent_cb,
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_stats.h | 51 stats->bytes.sent += bytes; in ppp_stats_update_bytes_tx()
|