Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/subsys/net/ip/
Droute.c35 static sys_slist_t routes; variable
266 sys_slist_find_and_remove(&routes, &route->node); in update_route_access()
267 sys_slist_prepend(&routes, &route->node); in update_route_access()
396 sys_snode_t *last = sys_slist_peek_tail(&routes); in net_route_add()
398 sys_slist_find_and_remove(&routes, last); in net_route_add()
447 sys_slist_prepend(&routes, &route->node); in net_route_add()
589 sys_slist_find_and_remove(&routes, &route->node); in net_route_del()
DKconfig589 bool "Report multicast routes as a part of MLDv2 reports"
/Zephyr-latest/samples/net/lldp/
DREADME.rst44 routes to Zephyr.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_shell.rst39 "net route", "Show IPv6 network routes. Only available if
/Zephyr-latest/doc/connectivity/networking/
Darmfvp_user_networking_setup.rst16 User mode networking emulates a built-in IP router and DHCP server, and routes
Dnetworking_with_host.rst50 routes TCP and UDP traffic between the guest and host. It uses the user mode
/Zephyr-latest/samples/net/vlan/
DREADME.rst55 and ``vlan.200`` on the Linux host and creates routes to Zephyr.
/Zephyr-latest/boards/shields/frdm_kw41z/doc/
Dindex.rst52 routes the UART RX and TX signals to the Arduino header, rather than to the
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst80 see available neighbors and routes.
/Zephyr-latest/boards/seeed/xiao_rp2040/doc/
Dindex.rst81 The configuration of these routes can be modified through DTS. Please refer to
/Zephyr-latest/boards/adafruit/kb2040/doc/
Dindex.rst83 The configuration of these routes can be modified through DTS. Please refer to
/Zephyr-latest/boards/adafruit/qt_py_rp2040/doc/
Dindex.rst80 The configuration of these routes can be modified through DTS. Please refer to
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/doc/
Dindex.rst93 The configuration of these routes can be modified through DTS. Please refer to
/Zephyr-latest/modules/openthread/
DKconfig.features243 bool "MLE long routes extension (experimental)"
246 Enable MLE long routes extension (experimental, breaks Thread conformance)
DCMakeLists.txt97 kconfig_to_ot_option(CONFIG_OPENTHREAD_MLE_LONG_ROUTES OT_MLE_LONG_ROUTES "Enable MLE long routes s…
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/
DREADME.rst69 1. Connect a USB-to-UART adapter to both sets of pins. If the board routes the
/Zephyr-latest/samples/boards/nxp/s32/netc/
DREADME.rst90 network interface IP's and default routes. This guide assumes the host IPv4 and
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/
Dindex.rst82 …C can be routed to various pins on the board. The configuration of these routes can be modified th…
/Zephyr-latest/subsys/logging/backends/
DKconfig.net117 application start. If no routes to the logging server are available
/Zephyr-latest/samples/net/gptp/
DREADME.rst54 routes to Zephyr. If you are using native_sim board, then
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/
Dindex.rst99 The configuration of these routes can be modified through DTS. Please refer to
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/
Dindex.rst105 The configuration of these routes can be modified through DTS. Please refer to
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst380 cases are server down, missing network routes and forget to change the
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst653 * Fixed IPv6 routes when nexthop is link local address of the connected peer.
1563 * :github:`25444` - No IPv6 routes from BLE IPSP node (NRF52840DK)
/Zephyr-latest/doc/security/
Dvulnerabilities.rst612 IP-in-IP protocol routes arbitrary traffic by default zephyrproject

12