Searched full:routes (Results 1 – 25 of 42) sorted by relevance
12
/Zephyr-latest/subsys/net/ip/ |
D | route.h | 45 /** Node information. The routes are also in separate list in 47 * we can remove it if we run out of available routes. 52 /** List of neighbors that the routes go through. */ 136 * @return number of routes deleted, <0 if error 154 * There can be multiple routes to a host but this function
|
D | route.c | 32 /* We keep track of the routes in a separate list so that we can remove 33 * the oldest routes (at tail) if needed. 35 static sys_slist_t routes; variable 263 /* Route was accessed, so place it in front of the routes list */ 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()
|
D | ipv6_mld.c | 42 /* Internal structure used for appending multicast routes to MLDv2 reports */ 304 /* Increase number of slots by a number of multicast routes that in send_mld_report() 338 /* Append information about multicast routes as packets will be in send_mld_report()
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,lvgl-encoder-input.yaml | 7 Listens for button/encoder input events and routes the
|
D | zephyr,lvgl-pointer-input.yaml | 7 Listens for touch input events and routes the
|
D | zephyr,lvgl-button-input.yaml | 7 Listens for button input events and routes the
|
D | zephyr,lvgl-keypad-input.yaml | 7 Listens for input events and routes the
|
/Zephyr-latest/samples/net/lldp/ |
D | README.rst | 44 routes to Zephyr.
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,mcux-edma.yaml | 15 that routes DMA sources
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.features | 243 bool "MLE long routes extension (experimental)" 246 Enable MLE long routes extension (experimental, breaks Thread conformance)
|
/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/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/samples/net/vlan/ |
D | README.rst | 55 and ``vlan.200`` on the Linux host and creates routes to Zephyr.
|
/Zephyr-latest/samples/net/wpan_serial/ |
D | README.rst | 80 see available neighbors and routes.
|
/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/subsys/logging/backends/ |
D | Kconfig.net | 117 application start. If no routes to the logging server are available
|
/Zephyr-latest/boards/seeed/xiao_rp2040/doc/ |
D | index.rst | 81 The configuration of these routes can be modified through DTS. Please refer to
|
/Zephyr-latest/boards/adafruit/kb2040/doc/ |
D | index.rst | 83 The configuration of these routes can be modified through DTS. Please refer to
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/doc/ |
D | index.rst | 80 The configuration of these routes can be modified through DTS. Please refer to
|
/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/drivers/usb_c/ppc/ |
D | nxp_nx20p3483_priv.h | 70 /** Bit field for sink and source routes enabled fault */
|
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
D | index.rst | 82 …C can be routed to various pins on the board. The configuration of these routes can be modified th…
|
/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
|
12