Home
last modified time | relevance | path

Searched full:interfaces (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/Zephyr-Core-3.5.0/subsys/net/l2/virtual/
Dvirtual.c58 /* 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/
DREADME.rst12 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/
Dlinker.ld14 * 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/
DKconfig71 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/
DKconfig.soc36 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/
Doverlay-vlan.conf3 # 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/
Doverlay-vlan.conf3 # We have one non-vlan interface and two VLAN interfaces
6 # There will be three network interfaces.
Doverlay-capture.conf4 # two network interfaces.
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/
Doverlay-vlan.conf3 # 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/
Dnpcx7-pinctrl.dtsi37 /* 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/
Dnpcx9-pinctrl.dtsi46 /* 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/
DKconfig.native_posix69 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/
Dgptp.rst26 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
Dnet_if.rst15 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/
Dnpcx4-pinctrl.dtsi47 /* 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/
DTSSLServerSocket.h28 * Constructor. Binds to all interfaces.
46 * Constructor. Binds to all interfaces.
/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_interface.h13 * @brief Shutdown all interfaces in a configuration.
24 * @brief Setup all interfaces in a configuration to default alternate.
Dusbd_init.c98 * 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/
Ddesc_sections.c159 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/
Dprj.conf33 # 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/
Dmenuconfig.rst3 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:
Dsetting.rst6 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/
DKconfig14 interfaces.
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/include/
Dnsi_cpu_es_if.h8 * Interfaces the Native Simulator provides to
/Zephyr-Core-3.5.0/drivers/timer/
DKconfig.mcux_gpt12 and provides the standard "system clock driver" interfaces. It uses the

12345678910>>...15