/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 7 In nRF53 family of SoCs, GPIO pins must be explicitly forwarded by 12 Once the control over selected GPIO pins is forwarded to it, the network 29 network core, all the GPIO pins used to control it must be forwarded by 51 GPIO flags must be set in the matching node that these GPIOs are forwarded 66 description: Arrays of GPIOs to be forwarded. 73 Array of GPIOs to be forwarded. Note that GPIO flags provided for 76 node that these GPIOs are forwarded to.
|
/Zephyr-latest/tests/net/route_mcast/src/ |
D | main.c | 486 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario1() 487 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario1() 489 "unexpected forwarded packet count"); in test_route_mcast_scenario1() 506 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario1() 507 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario1() 509 "unexpected forwarded packet count"); in test_route_mcast_scenario1() 546 zassert_false(iface_1_forwarded, "iface_1 forwarded"); in test_route_mcast_scenario2() 547 zassert_false(iface_2_forwarded, "iface_2 forwarded"); in test_route_mcast_scenario2() 548 zassert_false(iface_3_forwarded, "iface_3 forwarded"); in test_route_mcast_scenario2() 549 zassert_equal(forwarding_counter, 0, "wrong count forwarded packets"); in test_route_mcast_scenario2() [all …]
|
/Zephyr-latest/samples/net/stats/ |
D | README.rst | 42 IPv6 recv 27 sent 8 drop 0 forwarded 0 45 IPv4 recv 20 sent 0 drop 20 forwarded 0
|
/Zephyr-latest/dts/bindings/i2c/ |
D | zephyr,i2c-emul-controller.yaml | 23 be forwarded to the specified phandle (must be another i2c bus). As an
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.xmc4xxx | 36 forwarded to the network stack without copying the data. The buffers
|
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 39 GET_STAT(iface, ipv6.forwarded)); in print_stats() 65 GET_STAT(iface, ipv4.forwarded)); in print_stats()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | Kconfig | 114 forwarded across interfaces registered to a bridge.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 77 /** Number of forwarded packets at the IP layer. */ 78 net_stats_t forwarded; member 945 "IPv6 packets forwarded", \ 950 &(iface)->stats.ipv6.forwarded) 980 "IPv4 packets forwarded", \ 985 &(iface)->stats.ipv4.forwarded)
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.c | 92 GET_STAT(iface, ipv6.forwarded)); in stats() 118 GET_STAT(iface, ipv4.forwarded)); in stats()
|
D | icmpv4.c | 116 * the length) the datagram is forwarded without inserting the in icmpv4_update_record_route() 231 * exceeds the length) the datagram is forwarded without in icmpv4_update_time_stamp()
|
D | route.h | 223 * @return Number of interfaces which forwarded the packet, or a negative
|
D | ipv6_mld.c | 339 * forwarded to these interfaces on reception. in send_mld_report()
|
D | net_core.c | 246 * back to us (if it is not already forwarded). in check_ip()
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | test_forwarding_pio.cpp | 222 // Read the second forward and ensure that we only forwarded to the correct one in ZTEST()
|
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/ |
D | main.c | 791 * call/packets were forwarded to a valid iface. in ZTEST() 838 * call/packets were forwarded to a valid iface. in ZTEST()
|
/Zephyr-latest/drivers/ps2/ |
D | ps2_mchp_xec.c | 136 * result can be forwarded to the ARM NVIC in ps2_xec_configure()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 463 GET_STAT(iface, ipv6.forwarded)); in net_shell_print_statistics() 489 GET_STAT(iface, ipv4.forwarded)); in net_shell_print_statistics()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 333 * memory is released, e.g. forwarded to HCI thread for complete-
|
/Zephyr-latest/subsys/fs/ |
D | fat_fs.c | 109 * is forwarded to the end before each write, the fatfs_write in translate_flags()
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 40 Data from ETR is handled on the device. It can be forwarded as-is to the host (e.g. using UART),
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 197 :file:`cavstool_client.py` to :file:`remote-fw-service.py` is forwarded through
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | snps,dwcxgmac.yaml | 428 packets are forwarded to the application or DMA.
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_mchp_xec.c | 234 * result can be forwarded to the ARM NVIC in gpio_xec_pin_interrupt_configure()
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac_priv.h | 624 * packets are forwarded to the application or DMA
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 392 * ``ZEP-1632`` - TCP ACK packet should not be forwarded to application recv cb.
|