Home
last modified time | relevance | path

Searched full:routing (Results 1 – 25 of 91) sorted by relevance

1234

/Zephyr-Core-3.6.0/subsys/net/ip/
Droute.h103 * @brief Add a route to routing table.
122 * @brief Delete a route from routing table.
131 * @brief Delete a route from routing table by nexthop.
142 * @brief Delete a route from routing table by nexthop if the routing engine
145 * @detail The routing engine specific data could be the RPL data.
149 * @param data Routing engine specific data.
160 * @param route Pointer to routing entry.
182 * @param route Pointer to routing entry.
192 * @brief Go through all the routing entries and call callback
198 * @return Total number of routing entries found.
[all …]
DKconfig354 # that needs to use the routing infrastructure.
360 # Temporarily hide the routing option as we do not have RPL in the system
361 # that used to populate the routing table.
366 Allow IPv6 routing between different network interfaces and
368 would need to populate the routing table. RPL used to do that
372 int "Max number of routing entries stored."
376 This determines how many entries can be stored in routing table.
386 bool "Multicast Routing / Forwarding"
389 Activates multicast routing/forwarding
392 int "Max number of multicast routing entries stored."
[all …]
/Zephyr-Core-3.6.0/boards/arm/nrf9160dk_nrf52840/
Dnrf9160dk_nrf52840.dts56 compatible = "nordic,nrf9160dk-optional-routing";
62 compatible = "nordic,nrf9160dk-optional-routing";
73 compatible = "nordic,nrf9160dk-optional-routing";
79 compatible = "nordic,nrf9160dk-optional-routing";
85 compatible = "nordic,nrf9160dk-optional-routing";
91 compatible = "nordic,nrf9160dk-optional-routing";
97 compatible = "nordic,nrf9160dk-optional-routing";
103 compatible = "nordic,nrf9160dk-optional-routing";
109 compatible = "nordic,nrf9160dk-optional-routing";
115 compatible = "nordic,nrf9160dk-optional-routing";
[all …]
Dnrf9160dk_nrf52840_0_14_0.overlay10 compatible = "nordic,nrf9160dk-optional-routing";
16 compatible = "nordic,nrf9160dk-optional-routing";
22 compatible = "nordic,nrf9160dk-optional-routing";
/Zephyr-Core-3.6.0/dts/bindings/espi/
Dmicrochip,xec-espi-vw-routing.yaml4 description: Microchip XEC eSPI Virtual Wire routing
6 compatible: "microchip,xec-espi-vw-routing"
12 Child node containing the routing of an eSPI virtual wire to the SoC
23 Routing of MSVW source to aggregated GIRQs
/Zephyr-Core-3.6.0/boards/arm/nrf9160dk_nrf52840/dts/bindings/
Dnordic,nrf9160dk-optional-routing.yaml4 description: nRF9160 DK optional routing provided by analog switch
6 compatible: "nordic,nrf9160dk-optional-routing"
Dnordic,nrf9160dk-nrf52840-interface.yaml26 analog switches that control the routing of involved nRF9160 pins must be
27 configured to provide the optional routing (i.e. to nRF52840). To achieve
/Zephyr-Core-3.6.0/boards/arm/lpcxpresso55s36/
Dlpcxpresso55s36-pinctrl.dtsi13 /* Configures pin routing and optionally pin electrical features. */
22 /* Configures pin routing and optionally pin electrical features. */
31 /* Configures pin routing and optionally pin electrical features. */
50 /* Configures pin routing and optionally pin electrical features. */
/Zephyr-Core-3.6.0/dts/bindings/spi/
Despressif,esp32-spi.yaml62 routing mechanism instead, this avoids extra routing latency and makes
66 allowed to use this routing path.
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/gpio/
Dnxp-s32-gpio.h27 * @name NXP S32 GPIO interrupt controller routing flags
28 * @brief NXP S32 GPIO interrupt controller routing flags
/Zephyr-Core-3.6.0/drivers/pcie/host/
DKconfig77 bool "Support for IRQ information retrieve via ACPI PRT (PCI Routing Table)"
80 This will enable retrieve interrupt routing information for PCI legacy
81 interrupt via ACPI PRT (PCI Routing Table)
/Zephyr-Core-3.6.0/modules/openthread/
DKconfig.features53 bool "Border routing support"
56 bool "Border routing counters support"
59 bool "DHCPv6-PD support in border routing"
228 bool "Border routing NAT64 support"
DCMakeLists.txt48 kconfig_to_ot_option(CONFIG_OPENTHREAD_BORDER_ROUTING OT_BORDER_ROUTING "Enable Border routing")
49 …FIG_OPENTHREAD_BORDER_ROUTING_COUNTERS OT_BORDER_ROUTING_COUNTERS "Enable Border routing counters")
50 …PENTHREAD_BORDER_ROUTING_DHCP6_PD OT_BORDER_ROUTING_DHCP6_PD "DHCPv6-PD support in border routing")
94 …NFIG_OPENTHREAD_NAT64_BORDER_ROUTING OT_NAT64_BORDER_ROUTING "Enable border routing NAT64 support")
/Zephyr-Core-3.6.0/boards/arm/nrf9160dk_nrf9160/dts/bindings/
Dnordic,nrf9160dk-nrf52840-interface.yaml26 analog switches that control the routing of involved nRF9160 pins must be
27 configured to provide the optional routing (i.e. to nRF52840). To achieve
/Zephyr-Core-3.6.0/doc/connectivity/networking/
Dusbnet_setup.rst23 interface, we need to assign IP addresses and set up a routing table for
74 Setting IPv4 address and routing
83 Setting IPv6 address and routing
/Zephyr-Core-3.6.0/dts/bindings/interrupt-controller/
Dsnps,archs-idu-intc.yaml6 used in SMP configurations for dynamic IRQ routing and load balancing of
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Dmemsic,mc3419.yaml20 This property is used for interrupt routing.The sensor
/Zephyr-Core-3.6.0/samples/boards/nrf/dynamic_pinctrl/
DREADME.rst19 revisions, the firmware needs to select the appropriate routing when the
22 The Dynamic Pin Control (nRF) sample allows you to select the appropriate routing.
/Zephyr-Core-3.6.0/samples/net/sockets/http_get/
DREADME.rst24 - NAT/routing should be set up to allow connections to the Internet
41 case no NAT/routing setup is needed).
/Zephyr-Core-3.6.0/dts/arm/microchip/mec172x/
Dmec172x-vw-routing.dtsi11 mchp-xec-espi-vw-routing {
12 compatible = "microchip,xec-espi-vw-routing";
14 /* eSPI Virtual Vire (VW) routing */
/Zephyr-Core-3.6.0/samples/net/sockets/big_http_download/
DREADME.rst26 - NAT/routing should be set up to allow connections to the Internet
55 the Internet (or on the local network, in which case no NAT/routing
/Zephyr-Core-3.6.0/samples/posix/gettimeofday/
DREADME.rst20 - NAT/routing should be set up to allow connections to the Internet
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/pinctrl/
Desp-pinctrl-common.h18 * matrix signal routing mechanism
/Zephyr-Core-3.6.0/dts/arm/microchip/
Dmec172xnsz.dtsi18 #include "mec172x/mec172x-vw-routing.dtsi"
/Zephyr-Core-3.6.0/boards/arm/nrf9160dk_nrf52840/doc/
Dindex.rst128 routing specific pins of the nRF9160 SiP to different components on the DK,
172 For a complete list of all the routing options available,
176 other available routing options, enable or disable the devicetree node that
177 represents the analog switch that provides the given routing.
226 For example, if you want to enable the optional routing for the nRF9160 pins
237 And if you want to, for example, disable routing for the VCOM2 pins, add the
251 configure the signal routing between nRF9160 and nRF52840 on the nRF9160 DK.

1234