/Zephyr-latest/samples/drivers/uart/native_tty/ |
D | README.rst | 55 Device uart sent: "Hello from device uart, num 9" 57 Device uart sent: "Hello from device uart, num 8" 59 Device uart sent: "Hello from device uart, num 7" 61 Device uart sent: "Hello from device uart, num 6" 63 Device uart sent: "Hello from device uart, num 5" 65 Device uart sent: "Hello from device uart, num 4" 67 Device uart sent: "Hello from device uart, num 3" 69 Device uart sent: "Hello from device uart, num 2" 71 Device uart sent: "Hello from device uart, num 1" 73 Device uart sent: "Hello from device uart, num 0" [all …]
|
/Zephyr-latest/samples/net/stats/ |
D | README.rst | 42 IPv6 recv 27 sent 8 drop 0 forwarded 0 43 IPv6 ND recv 2 sent 5 drop 2 44 IPv6 MLD recv 0 sent 3 drop 0 45 IPv4 recv 20 sent 0 drop 20 forwarded 0 48 ICMP recv 15 sent 3 drop 13 50 UDP recv 0 sent 0 drop 30 52 TCP bytes recv 0 sent 0 53 TCP seg recv 0 sent 0 drop 0 58 Bytes sent 564
|
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 37 GET_STAT(iface, ipv6.sent), in print_stats() 43 GET_STAT(iface, ipv6_nd.sent), in print_stats() 49 GET_STAT(iface, ipv6_pmtu.sent), in print_stats() 55 GET_STAT(iface, ipv6_mld.sent), in print_stats() 63 GET_STAT(iface, ipv4.sent), in print_stats() 80 GET_STAT(iface, ipv4_pmtu.sent), in print_stats() 86 GET_STAT(iface, icmp.sent), in print_stats() 95 GET_STAT(iface, udp.sent), in print_stats() 104 GET_STAT(iface, tcp.bytes.sent)); in print_stats() 107 GET_STAT(iface, tcp.sent), in print_stats() [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 48 * @brief Number of bytes sent and received. 51 /** Number of bytes sent */ 52 net_stats_t sent; member 58 * @brief Number of network packets sent and received. 61 /** Number of packets sent */ 74 /** Number of sent packets at the IP layer. */ 75 net_stats_t sent; member 118 /** Number of sent ICMP packets. */ 119 net_stats_t sent; member 135 /** Amount of received and sent TCP application data. */ [all …]
|
D | capture.h | 108 * placed in UDP packets that are sent to tunnel peer. 188 * @param iface Network interface the packet is being sent 189 * @param pkt The network packet that is sent 212 * This is called for every network packet being sent. 214 * @param iface Network interface the packet is being sent 215 * @param pkt The network packet that is sent 233 * @param iface Network interface the packet is being sent 234 * @param pkt The network packet that is sent 254 NET_CAPTURE_HOST, /**< Packet was sent to us by somebody else */ 257 NET_CAPTURE_OTHERHOST, /**< Packet was sent by somebody else to somebody else */ [all …]
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | Kconfig | 19 data is ready to be sent. When enabled, ZLP is sent when no data is 20 ready. When disabled, no response is sent (bus timeout occurs).
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | Kconfig | 9 int "Wait time between sent packets (in ms)" 13 If set to 0, then the packets are sent as fast as possible, which 22 and insert Ethernet header to sent packets.
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/ |
D | sample.yaml | 23 - "host: Sent" 42 - "host: Sent" 66 - "I: Sent" 88 - "host: Sent" 112 - "host: Sent" 140 - "I: Sent" 166 - "host: Sent"
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 16 The captured packets are sent to another host for processing. 19 The captured network packets are sent using IPIP tunnel 29 network traffic. Each network frame sent or received 104 bool "Debug sent packets" 107 Enables printing of sent network packet.
|
D | sll.h | 43 #define SLL_HOST 0 /* packet was sent to us by somebody else */ 46 #define SLL_OTHERHOST 3 /* packet was sent by somebody else to somebody else */ 47 #define SLL_OUTGOING 4 /* packet was sent by us */
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 54 PR("Bytes sent : %u\n", data->bytes.sent); in print_eth_stats() 56 PR("Packets sent : %u\n", data->pkts.tx); in print_eth_stats() 58 PR("Bcast sent : %u\n", data->broadcast.tx); in print_eth_stats() 60 PR("Mcast sent : %u\n", data->multicast.tx); in print_eth_stats() 134 PR("Frames sent %u\n", data->pkts.tx); in print_ppp_stats() 164 tc.sent[i].tx_time_detail[j].count); in get_net_pkt_tc_stats_detail() 180 tc.sent[i].tx_time_detail[j].sum) / in get_net_pkt_tc_stats_detail() 316 tc.sent[i].tx_time.count); in print_tc_tx_stats() 319 priority2str(GET_STAT(iface, tc.sent[i].priority)), in print_tc_tx_stats() 320 GET_STAT(iface, tc.sent[i].priority), in print_tc_tx_stats() [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | comm_widget.h | 314 * Message Sent 317 * Upstream message sent interrupt status. Set by HW when upstream message has been 318 * sent out, and cleared by FW when writing 1 to it. 371 * Interrupt enable register for message sent interrupt. When cleared to 0 interrupt 389 * LSB 32 address bits for message to be sent. Bits 32:16 of the LSB address only 405 * MSB 16 address bits for message to be sent. Valid only when ADDRLEN bit is set 420 * Address length indication for message to be sent. 435 * Data for message to be sent. 450 * Destination ID for message to be sent. 458 * Opcode for message to be sent. [all …]
|
/Zephyr-latest/drivers/serial/ |
D | uart_hvc_xen.c | 60 int sent = 0; in write_to_ring() local 70 while ((sent < len) && ((prod - cons) < sizeof(hvc_data->intf->out))) { in write_to_ring() 72 hvc_data->intf->out[out_idx] = str[sent]; in write_to_ring() 74 sent++; in write_to_ring() 80 if (sent) { in write_to_ring() 84 return sent; in write_to_ring() 114 int ret = 0, sent = 0; in xen_hvc_fifo_fill() local 117 sent = write_to_ring(dev, tx_data, len); in xen_hvc_fifo_fill() 119 ret += sent; in xen_hvc_fifo_fill() 120 tx_data += sent; in xen_hvc_fifo_fill() [all …]
|
/Zephyr-latest/samples/drivers/lora/send/ |
D | README.rst | 35 [00:00:00.531,000] <inf> lora_send: Data sent! 36 [00:00:01.828,000] <inf> lora_send: Data sent! 37 [00:00:03.125,000] <inf> lora_send: Data sent!
|
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/ |
D | index.html | 28 <td>Total bytes sent</td> 36 <td>IPv6 packets sent</td> 44 <td>IPv4 packets sent</td> 52 <td>TCP bytes sent</td>
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.h | 21 bool ack_fpb; /* FPB value in ACK sent for the received frame. */ 22 bool ack_seb; /* SEB value in ACK sent for the received frame. */ 46 /* Frame pending bit value in ACK sent for the last received frame. */ 49 /* Security Enabled bit value in ACK sent for the last received frame. */ 59 * sent or send procedure failed.
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.h | 60 UPDATE_STAT(iface, stats.bytes.sent += bytes); in net_stats_update_bytes_sent() 75 UPDATE_STAT(iface, stats.ipv6.sent++); in net_stats_update_ipv6_sent() 98 UPDATE_STAT(iface, stats.ipv6_nd.sent++); in net_stats_update_ipv6_nd_sent() 121 UPDATE_STAT(iface, stats.ipv6_pmtu.sent++); in net_stats_update_ipv6_pmtu_sent() 144 UPDATE_STAT(iface, stats.ipv4_pmtu.sent++); in net_stats_update_ipv4_pmtu_sent() 172 UPDATE_STAT(iface, stats.ipv4.sent++); in net_stats_update_ipv4_sent() 189 UPDATE_STAT(iface, stats.icmp.sent++); in net_stats_update_icmp_sent() 211 UPDATE_STAT(iface, stats.udp.sent++); in net_stats_update_udp_sent() 239 UPDATE_STAT(iface, stats.tcp.bytes.sent += bytes); in net_stats_update_tcp_sent() 260 UPDATE_STAT(iface, stats.tcp.sent++); in net_stats_update_tcp_seg_sent() [all …]
|
D | net_stats.c | 90 GET_STAT(iface, ipv6.sent), in stats() 96 GET_STAT(iface, ipv6_nd.sent), in stats() 102 GET_STAT(iface, ipv6_pmtu.sent), in stats() 108 GET_STAT(iface, ipv6_mld.sent), in stats() 116 GET_STAT(iface, ipv4.sent), in stats() 133 GET_STAT(iface, ipv4_pmtu.sent), in stats() 139 GET_STAT(iface, icmp.sent), in stats() 148 GET_STAT(iface, udp.sent), in stats() 157 GET_STAT(iface, tcp.bytes.sent)); in stats() 160 GET_STAT(iface, tcp.sent), in stats() [all …]
|
/Zephyr-latest/tests/subsys/zbus/user_data/src/ |
D | main.c | 89 struct foo_msg sent = {.a = 10, .b = 1000}; in ZTEST() local 91 zbus_chan_pub(®ular_chan, &sent, K_MSEC(100)); in ZTEST() 97 zassert_equal(sent.a, received.a, NULL); in ZTEST() 99 zassert_equal(sent.b, received.b, NULL); in ZTEST()
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | sample.yaml | 14 - "I: Bytes sent = 262144, received = 262144" 36 - "I: Bytes sent = 262144, received = 262144" 58 - "I: Bytes sent = 262144, received = 262144"
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | transport.h | 63 * @brief Function for sending PTP message using a specified transport. The message is sent 72 * @return Number of sent bytes. 77 * @brief Function for sending PTP message using a specified transport. The message is sent 84 * @return Number of sent bytes.
|
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/ |
D | hsm_psicc2_thread.h | 21 * @brief Event to be sent to an event queue 28 * @brief List of events that can be sent to the state machine
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | Kconfig | 30 bool "Debug received and sent packets" 33 Enables printing of received and sent network packets.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.e1000 | 24 bool "Hexdump of the received and sent frames" 26 Enabling this will turn on the hexdump of the received and sent
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 10 # With a separate scanner device, observe PB-GATT beacons being sent 13 # With a separate scanner device, observe GATT Proxy beacons being sent
|