Searched refs:packets (Results 1 – 25 of 156) sorted by relevance
1234567
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 5 Capture network packets and send them to a remote host via IPIP tunnel. 13 The captured packets are sent to 15 same connection as what we are capturing packets or it can be a separate 17 then the remote host where the captured packets are sent can also be reached 59 RX packets 0 bytes 0 (0.0 B) 61 TX packets 0 bytes 0 (0.0 B) 68 RX packets 0 bytes 0 (0.0 B) 70 TX packets 0 bytes 0 (0.0 B) 77 RX packets 0 bytes 0 (0.0 B) 79 TX packets 0 bytes 0 (0.0 B) [all …]
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 60 packets:: 76 …[00:00:17.774,902] <inf> iso_connected: Overall : Received 100/100 (100.00%) - Total packets l… 77 …[00:00:17.774,932] <inf> iso_connected: Current Conn: Received 100/100 (100.00%) - Total packets l… 78 …[00:00:17.774,963] <inf> iso_connected: Latest 1000 : Received 100/100 (100.00%) - Total packets l… 81 …[00:00:18.532,409] <inf> iso_connected: Overall : Received 200/200 (100.00%) - Total packets l… 82 …[00:00:18.532,470] <inf> iso_connected: Current Conn: Received 200/200 (100.00%) - Total packets l… 83 …[00:00:18.532,501] <inf> iso_connected: Latest 1000 : Received 200/200 (100.00%) - Total packets l… 92 packets:: 111 …[00:00:05.072,052] <inf> iso_connected: Overall : Received 100/100 (100.00%) - Total packets l… 112 …[00:00:05.072,113] <inf> iso_connected: Current Conn: Received 100/100 (100.00%) - Total packets l… [all …]
|
/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 21 This will strip Ethernet header from received packets 22 and insert Ethernet header to sent packets.
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 1 # Capture network packets 15 This option allows user to capture network packets. 16 The captured packets are sent to another host for processing. 18 process the packets. 19 The captured network packets are sent using IPIP tunnel 25 int "How many network packets to allocate for capture" 50 bool "Capture non-IP packets a.k.a cooked (SLL) mode [EXPERIMENTAL]" 56 This enables application to capture packets in so called 104 bool "Debug sent packets"
|
/Zephyr-latest/samples/bluetooth/iso_receive/ |
D | Kconfig | 13 Only print the packet report once in a given interval of ISO packets. 16 bool "Align report interval with incoming packets" 18 Align interval-counter with packet number from incoming ISO packets.
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig | 27 Enable printing out in/out 802.15.4 packets. This is extremely 36 bool "Print-out both RX and TX packets" 38 This will print-out both received and transmitted packets. 41 bool "Print-out only RX packets" 43 This will print-out received packets only. 46 bool "Print-out only TX packets" 48 This will print-out transmitted packets only. 83 If IPv6 packets size more than 802.15.4 MTU, packet is fragmented 84 and reassemble incoming packets according to RFC4944/6282.
|
D | Kconfig.radio | 32 to transmit packets. This is the most common way of mediating radio 40 transmit packets. This is a simplistic way of transmitting packets
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.lorawan | 28 this port will be treated as SMP packets. 31 bool "Use confirmed packets for uplinks" 34 Will use confirmed uplink packets for responses if enabled, otherwise will use 35 unconfirmed packets. 63 Stack size of the thread that will poll for empty additional packets when a partial 70 Priority of the thread for polling for empty additional packets when a partial frame 78 empty additional packets when a partial frame is received.
|
D | Kconfig.bluetooth | 21 bool "Reassemble packets in Bluetooth SMP transport" 64 Minimum connection interval in 1.25ms units used during the exchange of SMP packets. 71 Maximum connection interval in 1.25ms units used during the exchange of SMP packets. 78 Peripheral latency in Connection Intervals used during the exchange of SMP packets. 85 Supervision timeout in 10ms used during the exchange of SMP packets.
|
/Zephyr-latest/samples/bluetooth/broadcaster/ |
D | README.rst | 5 Periodically send out advertising packets with a manufacturer data element. 11 The application will periodically send out advertising packets with 13 indicating how many advertising packets the device has sent
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 8 packets are stored in the buffer. Packet buffer works under assumption that there 27 * Dedicated, optimized API for storing short packets. 56 Packet buffer space contains free space, valid user packets and internal skip 57 packets. Internal skip packets indicates padding, e.g. at the end of the buffer. 72 If overwrite is enabled, oldest packets are dropped until requested amount of 73 space can be allocated. When packets are dropped ``busy`` flag is checked in the 75 skip packet is added before busy packet and packets following the busy packet 123 Performance optimized storing of small packets: 128 Note that since packets are written by value, they should already contain
|
D | spsc_pbuf.rst | 8 packets are stored in the buffer. Packet buffer works under assumption that there 9 is a single context that produces packets and a single context that consumes the
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 26 In cooked mode capture, arbitrary network packets can be captured and there 28 packets in PPP can be captured, as the HDLC L2 layer data is stripped away when 36 mode captured packets are written by the cooked mode capture API. 46 The packets received by the ``cooked`` interface via the ``any`` interface are 91 cooked capture packets are written by the capture API to sink interface 1. 92 The packets propagate to interface 2 because it is linked to the first interface. 93 The ``net capture enable 2`` net-shell command will cause the packets sent to 95 the packets and tunnels them to peer via the Ethernet interface 3.
|
D | net_pkt_filter.rst | 35 Currently, two such rule lists exist: ``npf_send_rules`` for outgoing packets, 36 and ``npf_recv_rules`` for incoming packets. 70 The above would accept IP packets that are 200 bytes or smaller, and drop 71 all other packets.
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address 14 * After devices have exchanged IRK, they must correctly resolve RPA when receiving packets from the
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | Kconfig | 56 Enable receive checksum offload for TCP/UDP/IP packets 62 Enable transmit checksum offload for TCP/UDP/IP packets 73 Enable Hardware support for L2 filtering of packets. 78 Enable Hardware support for L3 L4 filtering of packets.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dwmac | 46 A higher number allows for more packets to be queued which may 59 Received packets are spread across the required number of fragment 63 A higher number allows for more packets to be received without 66 dropped packets.
|
D | Kconfig.cyclonev | 18 A higher number allows for more packets to be queued which may 31 Received packets are spread across the required number of fragment
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 10 able to send and receive IPv4 network packets. 46 int "Initial IPv4 time to live value for unicast packets" 56 int "Initial IPv4 time to live value for multicast packets" 64 The default is 1 (same as in Linux) which means that multicast packets 81 If set, then accept UDP packets destined to non-standard 128 outgoing packets to the MTU (1500 bytes for Ethernet). If you enable 130 that larger packets can be received. 133 int "How many packets to reassemble at a time" 138 How many fragmented IPv4 packets can be waiting reassembly 151 You can increase this value if you expect packets with more
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 59 (since the BIG was synced) and latest 1000 received packets:: 82 …39,343] <inf> iso_broadcast_receiver: Overall : Received 99/100 (99.00%) - Total packets lost 1 83 …39,343] <inf> iso_broadcast_receiver: Current Sync: Received 99/100 (99.00%) - Total packets lost 1 84 …39,373] <inf> iso_broadcast_receiver: Latest 1000 : Received 99/100 (99.00%) - Total packets lost 1 85 …9,388] <inf> iso_broadcast_receiver: Overall : Received 199/200 (99.50%) - Total packets lost 1 86 …9,388] <inf> iso_broadcast_receiver: Current Sync: Received 199/200 (99.50%) - Total packets lost 1 87 …9,388] <inf> iso_broadcast_receiver: Latest 1000 : Received 199/200 (99.50%) - Total packets lost 1
|
/Zephyr-latest/samples/net/promiscuous_mode/ |
D | README.rst | 5 Enable promiscuous mode on all interfaces and print information about incoming packets. 12 network packets and show information about them.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcp2515 | 21 interrupt handling and incoming packets. 28 interrupt handling and incoming packets.
|
/Zephyr-latest/samples/bluetooth/scan_adv/ |
D | README.rst | 12 advertising packets with a manufacturer data element. The content of the 13 data is a single byte indicating how many advertising packets the device
|
/Zephyr-latest/samples/drivers/espi/ |
D | README.rst | 5 Use eSPI to connect to a slave device and exchange virtual wire packets. 13 a simple eSPI handshake that includes exchanging virtual wire packets. 15 Standard platform signals are sent virtual wire packets over the bus.
|
/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.
|
1234567