Searched full:routing (Results 1 – 25 of 87) sorted by relevance
1234
/Zephyr-Core-3.5.0/subsys/net/ip/ |
D | route.h | 103 * @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 …]
|
D | Kconfig | 324 # that needs to use the routing infrastructure. 330 # Temporarily hide the routing option as we do not have RPL in the system 331 # that used to populate the routing table. 336 Allow IPv6 routing between different network interfaces and 338 would need to populate the routing table. RPL used to do that 342 int "Max number of routing entries stored." 346 This determines how many entries can be stored in routing table. 356 bool "Multicast Routing / Forwarding" 359 Activates multicast routing/forwarding 362 int "Max number of multicast routing entries stored." [all …]
|
/Zephyr-Core-3.5.0/boards/arm/nrf9160dk_nrf52840/ |
D | nrf9160dk_nrf52840.dts | 56 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 …]
|
D | nrf9160dk_nrf52840_0_14_0.overlay | 10 compatible = "nordic,nrf9160dk-optional-routing"; 16 compatible = "nordic,nrf9160dk-optional-routing"; 22 compatible = "nordic,nrf9160dk-optional-routing";
|
/Zephyr-Core-3.5.0/dts/bindings/espi/ |
D | microchip,xec-espi-vw-routing.yaml | 4 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.5.0/boards/arm/nrf9160dk_nrf52840/dts/bindings/ |
D | nordic,nrf9160dk-optional-routing.yaml | 4 description: nRF9160 DK optional routing provided by analog switch 6 compatible: "nordic,nrf9160dk-optional-routing"
|
D | nordic,nrf9160dk-nrf52840-interface.yaml | 26 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.5.0/boards/arm/lpcxpresso55s36/ |
D | lpcxpresso55s36-pinctrl.dtsi | 13 /* 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.5.0/dts/bindings/spi/ |
D | espressif,esp32-spi.yaml | 62 routing mechanism instead, this avoids extra routing latency and makes 66 allowed to use this routing path.
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/ |
D | nxp-s32-gpio.h | 27 * @name NXP S32 GPIO interrupt controller routing flags 28 * @brief NXP S32 GPIO interrupt controller routing flags
|
/Zephyr-Core-3.5.0/drivers/pcie/host/ |
D | Kconfig | 77 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.5.0/modules/openthread/ |
D | Kconfig.features | 49 bool "Border routing support" 52 bool "Border routing counters support" 55 bool "DHCPv6-PD support in border routing" 214 bool "Border routing NAT64 support"
|
D | CMakeLists.txt | 74 set(OT_BORDER_ROUTING ON CACHE BOOL "Enable Border routing" FORCE) 76 set(OT_BORDER_ROUTING OFF CACHE BOOL "Enable Border routing" FORCE) 80 set(OT_BORDER_ROUTING_COUNTERS ON CACHE BOOL "Enable Border routing counters" FORCE) 82 set(OT_BORDER_ROUTING_COUNTERS OFF CACHE BOOL "Enable Border routing counters" FORCE) 86 set(OT_BORDER_ROUTING_DHCP6_PD ON CACHE BOOL "DHCPv6-PD support in border routing" FORCE) 88 set(OT_BORDER_ROUTING_DHCP6_PD OFF CACHE BOOL "DHCPv6-PD support in border routing" FORCE) 338 set(OT_NAT64_BORDER_ROUTING ON CACHE BOOL "Enable border routing NAT64 support" FORCE) 340 set(OT_NAT64_BORDER_ROUTING OFF CACHE BOOL "Enable border routing NAT64 support" FORCE)
|
/Zephyr-Core-3.5.0/boards/arm/nrf9160dk_nrf9160/dts/bindings/ |
D | nordic,nrf9160dk-nrf52840-interface.yaml | 26 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.5.0/doc/connectivity/networking/ |
D | usbnet_setup.rst | 23 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.5.0/dts/bindings/interrupt-controller/ |
D | snps,archs-idu-intc.yaml | 6 used in SMP configurations for dynamic IRQ routing and load balancing of
|
/Zephyr-Core-3.5.0/include/zephyr/acpi/ |
D | acpi.h | 79 * @brief Retrieve IRQ routing table of a bus. 82 * @param rt_table the IRQ routing table 83 * @param rt_size the the size of IRQ routing table
|
/Zephyr-Core-3.5.0/samples/boards/nrf/dynamic_pinctrl/ |
D | README.rst | 19 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.5.0/samples/net/sockets/http_get/ |
D | README.rst | 24 - NAT/routing should be set up to allow connections to the Internet 41 case no NAT/routing setup is needed).
|
/Zephyr-Core-3.5.0/dts/arm/microchip/mec172x/ |
D | mec172x-vw-routing.dtsi | 11 mchp-xec-espi-vw-routing { 12 compatible = "microchip,xec-espi-vw-routing"; 14 /* eSPI Virtual Vire (VW) routing */
|
/Zephyr-Core-3.5.0/dts/arm/microchip/ |
D | mec1727nsz.dtsi | 15 #include "mec172x/mec172x-vw-routing.dtsi"
|
/Zephyr-Core-3.5.0/samples/posix/gettimeofday/ |
D | README.rst | 21 - NAT/routing should be set up to allow connections to the Internet
|
/Zephyr-Core-3.5.0/samples/net/sockets/big_http_download/ |
D | README.rst | 26 - 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.5.0/boards/arm/nrf9160dk_nrf52840/doc/ |
D | index.rst | 128 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.
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/pinctrl/ |
D | esp-pinctrl-common.h | 18 * matrix signal routing mechanism
|
1234