/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig.ucifi | 44 int "Maximum # of IPv4 addresses" 48 This value sets the maximum number of IPv4 addresses assigned to a 52 int "Maximum # of IPv6 addresses" 56 This value sets the maximum number of IPv6 addresses assigned to a 60 int "Maximum # of network addresses" 64 This value sets the maximum number of LPWAN network addresses assigned 68 int "Maximum # of secondary network addresses" 72 This value sets the maximum number of secondary addresses used to 77 int "Maximum # of peer node addresses" 81 This value sets the maximum number of LPWAN addresses of peer nodes [all …]
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | Kconfig.mac | 10 Configure the number of universally administered (by IEEE) MAC addresses. 11 During initialization, MAC addresses for each network interface are generated or 12 derived from a single base MAC address. If the number of universal MAC addresses is two, 16 the base MAC address. If the number of universal MAC addresses is one, only WiFi station 18 The WiFi softap receives local MAC addresses. It's derived from the universal WiFi 19 station MAC addresses. 22 allocation of MAC addresses in this range (either 1 or 2 per device).
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig.mac | 10 Configure the number of universally administered (by IEEE) MAC addresses. 11 During initialization, MAC addresses for each network interface are generated or derived from a 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC 20 addresses, respectively. 23 addresses in this range (either 2 or 4 per device.)ll depend on the 24 allocation of MAC addresses in this range (either 1 or 2 per device).
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig.mac | 10 Configure the number of universally administered (by IEEE) MAC addresses. 11 During initialization, MAC addresses for each network interface are generated or 12 derived from a single base MAC address. If the number of universal MAC addresses is four, 15 to the final octet of the base MAC address. If the number of universal MAC addresses is two, 18 The remaining two interfaces (WiFi softap and Ethernet) receive local MAC addresses. 19 These are derived from the universal WiFi station and Bluetooth MAC addresses, respectively. 22 allocation of MAC addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig.mac | 10 Configure the number of universally administered (by IEEE) MAC addresses. 11 During initialization, MAC addresses for each network interface are generated or derived from a 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC 20 addresses, respectively. 23 addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig.mac | 10 Configure the number of universally administered (by IEEE) MAC addresses. 11 During initialization, MAC addresses for each network interface are generated or derived from a 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC 20 addresses, respectively. 23 addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | Kconfig.mac | 10 Configure the number of universally administered (by IEEE) MAC addresses. 11 During initialization, MAC addresses for each network interface are generated or derived from a 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC 20 addresses, respectively. 23 addresses in this range (either 2 or 4 per device.)
|
/Zephyr-latest/doc/connectivity/networking/ |
D | usbnet_setup.rst | 23 interface, we need to assign IP addresses and set up a routing table for 36 We need to set it up and assign IP addresses as explained in the following 39 Choosing IP addresses 45 It make sense to choose addresses in the same subnet we have in Zephyr 46 application. IP addresses usually set in the project configuration files 59 IPv6 unicast addresses (max 2): 63 IPv4 unicast addresses (max 1): 66 This command shows that one IPv4 address and two IPv6 addresses have 70 Next step is to assign IP addresses to the new Linux host interface, in
|
D | eth_bridge_native_sim_setup.rst | 112 IPv6 unicast addresses (max 3): 115 IPv6 multicast addresses (max 4): 125 IPv4 unicast addresses (max 1): 127 IPv4 multicast addresses (max 2): 142 IPv6 unicast addresses (max 3): 144 IPv6 multicast addresses (max 4): 153 IPv4 unicast addresses (max 1): 155 IPv4 multicast addresses (max 2):
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_linkaddr.rst | 13 The link layer addresses are set for network interfaces so that L2 15 addresses are 6 bytes long like in Ethernet but for IEEE 802.15.4 the link
|
D | ip_4_6.rst | 13 Miscellaneous defines and helper functions for IP addresses and IP protocols.
|
D | capture.rst | 70 IPv6 unicast addresses (max 4): 73 IPv4 unicast addresses (max 2): 81 IPv6 unicast addresses (max 4): 97 The above IP addresses might change if you change the addresses in the
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 49 by the script, as well as Zephyr using native_sim board. IP addresses are 51 The default IP addresses are: 53 * Zephyr uses addresses 192.0.2.1 and 2001:db8::1 54 * Docker net-tools image uses addresses 192.0.2.2 and 2001:db8::2 55 * The Docker bridge interface uses addresses 192.0.2.254 and 2001:db8::254 57 The default IP addresses are used by echo_client and mqtt_publisher, but 58 with the echo_server the IP addresses are switched between Zephyr and Docker 59 so that the echo_client application always uses addresses ending in .1 and
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt_filter.h | 403 struct net_eth_addr *addresses; member 425 .addresses = (_addr_array), \ 442 .addresses = (_addr_array), \ 459 .addresses = (_addr_array), \ 476 .addresses = (_addr_array), \ 494 .addresses = (_addr_array), \ 512 .addresses = (_addr_array), \
|
/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 34 After ``vm_enter``, code execution is done via virtual addresses 35 and data can be referred via their virtual addresses. This is 37 (:file:`arch/x86/gen_mmu.py`) identity maps the physical addresses 38 at the page directory level, in addition to mapping virtual addresses 44 restricted memory via physical addresses. Since the identity mapping 54 virtual addresses. 74 must also align with the starting addresses of targeted regions.
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-rom.ld | 14 * so the addresses to kobjects would remain the same 50 /* Padding is needed to preserve kobject addresses
|
D | kobject-priv-stacks.ld | 18 * so the addresses to kobjects would remain the same 49 /* Padding is needed to preserve kobject addresses
|
D | kobject-data.ld | 28 * so the addresses to kobjects would remain the same 67 /* Padding is needed to preserve kobject addresses
|
/Zephyr-latest/samples/net/dns_resolve/ |
D | README.rst | 46 In this sample application, both static or DHCPv4 IP addresses are supported. 47 Static IP addresses are specified in the project configuration file, 55 are the IPv6 addresses for the DNS client running Zephyr and the DNS server, 74 the appropriate 'prj.conf' file and update the DNS server addresses. For 75 instance, if using the usual IP addresses assigned to testing, update them
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 122 int "Number of IPv4 addresses that can be assigned by the server" 125 Maximum number of IPv4 addresses that can be assigned by the DHCPv4 127 at runtime, during server initialization. Consecutive addresses in the 131 int "Lease time for IPv4 addresses assigned by the server (seconds)" 135 Lease time in seconds for IPv4 addresses assigned by the server. 140 int "The time IPv4 addresses remains blocked after conflict detection (seconds)" 149 case it runs out of free addresses to assign.
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 25 addresses in the range of 0x0001-0x0009 for the micro:bit since these 26 map nicely to displayed addresses and the list of destination addresses
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | intvect_reserved.ld | 9 /* Access to addresses in range 0x0-0x1ff is remapped to sram to allow rw
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 25 int "Max number of unicast IPv6 addresses per network interface" 31 int "Max number of multicast IPv6 addresses per network interface" 221 addresses (e.g., IEEE LAN Media Access Control (MAC) addresses), 222 such that the benefits of stable addresses can be achieved without 239 The interface identifier is randomized and SLAAC addresses 241 prepared to use new IPv6 addresses when old ones will expire. 244 two PE generated IPv6 addresses can be added to the network interface 261 Prefer public addresses over temporary addresses. 284 attempt to generate temporary addresses for that interface.
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 16 string "List of connected Peripheral Device addresses" 19 Comma Separated Values of PD addresses. The number of values in this
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_atom_virt_defconfig | 24 # For now, the mapped stacks require physical addresses
|