Searched refs:routes (Results 1 – 25 of 30) sorted by relevance
12
| /Zephyr-latest/subsys/net/ip/ |
| D | route.c | 35 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()
|
| /Zephyr-latest/samples/net/lldp/ |
| D | README.rst | 44 routes to Zephyr.
|
| /Zephyr-latest/doc/connectivity/networking/api/ |
| D | net_shell.rst | 39 "net route", "Show IPv6 network routes. Only available if
|
| /Zephyr-latest/doc/connectivity/networking/ |
| D | armfvp_user_networking_setup.rst | 16 User mode networking emulates a built-in IP router and DHCP server, and routes
|
| D | networking_with_host.rst | 50 routes TCP and UDP traffic between the guest and host. It uses the user mode
|
| /Zephyr-latest/boards/adafruit/qt_py_rp2040/doc/ |
| D | index.rst | 36 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/boards/adafruit/kb2040/doc/ |
| D | index.rst | 36 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/samples/net/vlan/ |
| D | README.rst | 55 and ``vlan.200`` on the Linux host and creates routes to Zephyr.
|
| /Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
| D | index.rst | 52 routes the UART RX and TX signals to the Arduino header, rather than to the
|
| /Zephyr-latest/boards/seeed/xiao_rp2040/doc/ |
| D | index.rst | 34 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/samples/net/wpan_serial/ |
| D | README.rst | 80 see available neighbors and routes.
|
| /Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
| D | index.rst | 33 …C can be routed to various pins on the board. The configuration of these routes can be modified th…
|
| /Zephyr-latest/boards/sparkfun/pro_micro_rp2040/doc/ |
| D | index.rst | 93 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/modules/openthread/ |
| D | Kconfig.features | 243 bool "MLE long routes extension (experimental)" 246 Enable MLE long routes extension (experimental, breaks Thread conformance)
|
| D | CMakeLists.txt | 97 kconfig_to_ot_option(CONFIG_OPENTHREAD_MLE_LONG_ROUTES OT_MLE_LONG_ROUTES "Enable MLE long routes s…
|
| /Zephyr-latest/boards/adi/max78002evkit/doc/ |
| D | index.rst | 136 | | | | Open | | | Main 3.3V input routes through shunts for powe… 157 | | | | Open | | | VCOREB power routes through shunts for power a… 164 | | | | Open | | | VREGO_A power routes through shunts for power …
|
| /Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/ |
| D | README.rst | 69 1. Connect a USB-to-UART adapter to both sets of pins. If the board routes the
|
| /Zephyr-latest/samples/boards/nxp/s32/netc/ |
| D | README.rst | 90 network interface IP's and default routes. This guide assumes the host IPv4 and
|
| /Zephyr-latest/subsys/logging/backends/ |
| D | Kconfig.net | 117 application start. If no routes to the logging server are available
|
| /Zephyr-latest/boards/wiznet/w5500_evb_pico2/doc/ |
| D | index.rst | 40 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/samples/net/gptp/ |
| D | README.rst | 54 routes to Zephyr. If you are using native_sim board, then
|
| /Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/ |
| D | index.rst | 39 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/samples/net/sockets/http_server/ |
| D | README.rst | 187 routes in the host system. If that's the case, then all IP addresses should
|
| /Zephyr-latest/boards/raspberrypi/rpi_pico/doc/ |
| D | index.rst | 59 The configuration of these routes can be modified through DTS. Please refer to
|
| /Zephyr-latest/samples/subsys/mgmt/updatehub/ |
| D | README.rst | 380 cases are server down, missing network routes and forget to change the
|
12