/Zephyr-Core-3.5.0/subsys/net/l2/virtual/ |
D | virtual.c | 58 /* Take the interfaces below this interface up as in virtual_enable() 64 /* Network interfaces below this must be up too in virtual_enable() 204 sys_slist_t *interfaces; in net_virtual_disable() local 210 interfaces = &iface->config.virtual_interfaces; in net_virtual_disable() 211 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(interfaces, ctx, tmp, node) { in net_virtual_disable() 222 sys_slist_t *interfaces; in net_virtual_enable() local 228 interfaces = &iface->config.virtual_interfaces; in net_virtual_enable() 229 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(interfaces, ctx, tmp, node) { in net_virtual_enable() 321 sys_slist_t *interfaces; in net_virtual_input() local 343 interfaces = &input_iface->config.virtual_interfaces; in net_virtual_input() [all …]
|
/Zephyr-Core-3.5.0/samples/net/virtual/ |
D | README.rst | 12 There are total 4 network interfaces. 15 all the virtual interfaces are running on top of it. 17 On top of Ethernet interface there are two virtual network interfaces,
|
/Zephyr-Core-3.5.0/boards/arm/ip_k66f/ |
D | linker.ld | 14 * interfaces placement. 18 * Explicit placement of the ethernet interfaces 30 * interfaces created in tests/samples - like e.g. _net_if.static.eth_test)
|
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/ |
D | Kconfig | 71 manage the Wi-Fi network interfaces. 76 int "Maximum number of managed interfaces per Wi-Fi network manager" 79 This option defines the maximum number of managed interfaces per Wi-Fi 85 module-help = Enables using the Wi-Fi Network managers to manage the Wi-Fi network interfaces.
|
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32_net/ |
D | Kconfig.soc | 36 all four interfaces (WiFi station, WiFi softap, Bluetooth and Ethernet) receive a universally 39 only two interfaces (WiFi station and Bluetooth) receive a universally administered MAC address. 41 The remaining two interfaces (WiFi softap and Ethernet) receive local MAC addresses.
|
/Zephyr-Core-3.5.0/samples/net/sockets/txtime/ |
D | overlay-vlan.conf | 3 # We have one non-vlan interface and two VLAN interfaces 6 # There will be three network interfaces.
|
/Zephyr-Core-3.5.0/samples/net/sockets/echo_server/ |
D | overlay-vlan.conf | 3 # We have one non-vlan interface and two VLAN interfaces 6 # There will be three network interfaces.
|
D | overlay-capture.conf | 4 # two network interfaces.
|
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/ |
D | overlay-vlan.conf | 3 # We have one non-vlan interface and two VLAN interfaces 6 # There will be three network interfaces. Note that the addresses are
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-pinctrl.dtsi | 37 /* Host peripheral interfaces */ 42 /* I2C peripheral interfaces */ 93 /* PS2 peripheral interfaces */ 110 /* Tachometer peripheral interfaces */ 139 /* PWM peripheral interfaces */ 172 /* Keyboard peripheral interfaces. */ 277 /* Miscellaneous peripheral interfaces */ 290 /* Host UART peripheral interfaces */ 323 /* SHI peripheral interfaces */ 329 /* ADC peripheral interfaces. */ [all …]
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-pinctrl.dtsi | 46 /* Host peripheral interfaces */ 51 /* I2C peripheral interfaces */ 102 /* PS2 peripheral interfaces */ 119 /* Tachometer peripheral interfaces */ 148 /* PWM peripheral interfaces */ 181 /* Keyboard peripheral interfaces. */ 286 /* Miscellaneous peripheral interfaces */ 299 /* Host UART peripheral interfaces */ 332 /* SHI peripheral interfaces */ 338 /* ADC peripheral interfaces. */ [all …]
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | Kconfig.native_posix | 69 int "Number of network interfaces created" 75 to create multiple interfaces in certain use cases. For example if 76 multiple ports are defined in gPTP, then multiple network interfaces 84 in your host system. If there are multiple network interfaces defined,
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | gptp.rst | 26 interfaces (also defined as "ports" in the standard) and thus act as 54 Application interfaces 57 Only two Application Interfaces as defined in section 9 of the standard
|
D | net_if.rst | 15 data is transferred via a network interface. The network interfaces cannot be 19 Network interfaces are created by ``NET_DEVICE_INIT()`` macro. 21 instead as it will create VLAN interfaces automatically if 29 The network interfaces can be referenced either by a ``struct net_if *``
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-pinctrl.dtsi | 47 /* Host peripheral interfaces */ 52 /* I2C peripheral interfaces */ 113 /* PS2 peripheral interfaces */ 130 /* Tachometer peripheral interfaces */ 159 /* PWM peripheral interfaces */ 192 /* Keyboard peripheral interfaces. */ 297 /* Miscellaneous peripheral interfaces */ 314 /* Host UART peripheral interfaces */ 347 /* SHI peripheral interfaces */ 353 /* FLM peripheral interfaces */ [all …]
|
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/transport/ |
D | TSSLServerSocket.h | 28 * Constructor. Binds to all interfaces. 46 * Constructor. Binds to all interfaces.
|
/Zephyr-Core-3.5.0/subsys/usb/device_next/ |
D | usbd_interface.h | 13 * @brief Shutdown all interfaces in a configuration. 24 * @brief Setup all interfaces in a configuration to default alternate.
|
D | usbd_init.c | 98 * Configure all interfaces and endpoints of a class instance 100 * The total number of interfaces is stored in the configuration descriptor's 102 * initialization and is increased according to the number of interfaces. 103 * The respective bInterfaceNumber must be assigned to all interfaces 145 * interfaces are ascending. in init_configuration_inst()
|
/Zephyr-Core-3.5.0/tests/subsys/usb/desc_sections/src/ |
D | desc_sections.c | 159 static uint8_t interfaces; in check_endpoint_allocation() local 170 /* Check that interfaces get correct numbers */ in check_endpoint_allocation() 171 zassert_equal(if_descr->bInterfaceNumber, interfaces, in check_endpoint_allocation() 172 "Interfaces numbering failed"); in check_endpoint_allocation() 174 interfaces++; in check_endpoint_allocation()
|
/Zephyr-Core-3.5.0/samples/net/lldp/ |
D | prj.conf | 33 # There will be three network interfaces. This is just an example 61 # interfaces there will be in the system.
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | menuconfig.rst | 3 Interactive Kconfig interfaces 6 There are two interactive configuration interfaces available for exploring the 15 interfaces is often handier, as they correctly handle dependencies between 31 To run one of the configuration interfaces, do this: 73 The two interfaces are shown below:
|
D | setting.rst | 6 The :ref:`menuconfig and guiconfig interfaces <menuconfig>` can be used to test 26 up in the interactive configuration interfaces (hence *visible*), and can be 44 not shown in the interactive configuration interfaces, and users have no 117 configuration interfaces <menuconfig>` (you can jump directly to a symbol with 195 configuration interfaces <menuconfig>`. 270 interfaces <menuconfig>` afterwards. It is often necessary to repeat 280 interfaces. If all board configuration were done via :file:`<BOARD>_defconfig`, 285 interfaces and make them harder to understand, and would make it easier to
|
/Zephyr-Core-3.5.0/boards/arm/qemu_cortex_m0/ |
D | Kconfig | 14 interfaces.
|
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/include/ |
D | nsi_cpu_es_if.h | 8 * Interfaces the Native Simulator provides to
|
/Zephyr-Core-3.5.0/drivers/timer/ |
D | Kconfig.mcux_gpt | 12 and provides the standard "system clock driver" interfaces. It uses the
|