Home
last modified time | relevance | path

Searched full:forwarded (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpio-forwarder.yaml7 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/
Dmain.c486 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/
DREADME.rst42 IPv6 recv 27 sent 8 drop 0 forwarded 0
45 IPv4 recv 20 sent 0 drop 20 forwarded 0
/Zephyr-latest/dts/bindings/i2c/
Dzephyr,i2c-emul-controller.yaml23 be forwarded to the specified phandle (must be another i2c bus). As an
/Zephyr-latest/drivers/ethernet/
DKconfig.xmc4xxx36 forwarded to the network stack without copying the data. The buffers
/Zephyr-latest/samples/net/stats/src/
Dmain.c39 GET_STAT(iface, ipv6.forwarded)); in print_stats()
65 GET_STAT(iface, ipv4.forwarded)); in print_stats()
/Zephyr-latest/subsys/net/l2/ethernet/
DKconfig114 forwarded across interfaces registered to a bridge.
/Zephyr-latest/include/zephyr/net/
Dnet_stats.h77 /** 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/
Dnet_stats.c92 GET_STAT(iface, ipv6.forwarded)); in stats()
118 GET_STAT(iface, ipv4.forwarded)); in stats()
Dicmpv4.c116 * 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()
Droute.h223 * @return Number of interfaces which forwarded the packet, or a negative
Dipv6_mld.c339 * forwarded to these interfaces on reception. in send_mld_report()
Dnet_core.c246 * back to us (if it is not already forwarded). in check_ip()
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_forwarding_pio.cpp222 // Read the second forward and ensure that we only forwarded to the correct one in ZTEST()
/Zephyr-latest/tests/net/socket/offload_dispatcher/src/
Dmain.c791 * 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/
Dps2_mchp_xec.c136 * result can be forwarded to the ARM NVIC in ps2_xec_configure()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c463 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/
Disoal.h333 * memory is released, e.g. forwarded to HCI thread for complete-
/Zephyr-latest/subsys/fs/
Dfat_fs.c109 * is forwarded to the end before each write, the fatfs_write in translate_flags()
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst40 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/
Dintel_adsp_generic.rst197 :file:`cavstool_client.py` to :file:`remote-fw-service.py` is forwarded through
/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml428 packets are forwarded to the application or DMA.
/Zephyr-latest/drivers/gpio/
Dgpio_mchp_xec.c234 * result can be forwarded to the ARM NVIC in gpio_xec_pin_interrupt_configure()
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h624 * packets are forwarded to the application or DMA
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst392 * ``ZEP-1632`` - TCP ACK packet should not be forwarded to application recv cb.

12