Home
last modified time | relevance | path

Searched full:addresses (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ucifi44 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/esp32s3/
DKconfig.mac10 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/esp32s2/
DKconfig.mac10 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/esp32/
DKconfig.mac10 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/
DKconfig.mac10 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/
DKconfig.mac10 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/
DKconfig.mac10 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/scripts/net/
DREADME.txt49 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/doc/connectivity/networking/
Dusbnet_setup.rst23 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
Deth_bridge_native_sim_setup.rst112 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/tests/bluetooth/host/id/
Dtesting_common_defs.h7 /** Bluetooth device "test" addresses */
10 /** Bluetooth LE public device "test" addresses */
13 /** Bluetooth LE device "test" static random addresses */
19 /** Bluetooth LE device "test" random resolvable private addresses */
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dmain.c72 * bt_hci_cmd_send_sync() returns 0 (success), the returned number of addresses
73 * is 1, and actual addresses information exists in the response.
87 * - Non-zero positive number equals to the number of addresses in the response
125 * bt_hci_cmd_send_sync() returns 0 (success), the returned number of addresses
126 * is 2, and actual addresses information exists in the response.
141 * - Non-zero positive number equals to the number of addresses in the response
181 * bt_hci_cmd_send_sync() returns 0 (success), the returned number of addresses
182 * is 2, and actual addresses information exists in the response.
192 * - bt_hci_cmd_send_sync() response contains multiple identity addresses
195 * - Non-zero positive number equals to the number of addresses in the response
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig122 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/include/zephyr/drivers/mm/
Dsystem_mm.h116 * Behavior when providing unaligned addresses/sizes is undefined, these
131 * @retval -EFAULT if any virtual addresses have already been mapped
140 * space. Behavior when providing unaligned addresses is undefined, these
155 * @retval -EFAULT if any virtual addresses have already been mapped
213 * remapped to appear at @p virt_new. Both addresses must be page
216 * Note that the virtual memory at both the old and new addresses
231 * @retval -EFAULT if old virtual addresses are not all mapped or
232 * new virtual addresses are not all unmapped
256 * Behavior when providing unaligned addresses/sizes is undefined, these
259 * Note that the virtual memory at both the old and new addresses
[all …]
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dqemu_cortext_m3.conf1 # The addresses are selected so that qemu<->qemu connectivity works ok.
3 # addresses (so that peer address is ending to 2).
Dqemu_x86.conf1 # The addresses are selected so that qemu<->qemu connectivity works ok.
3 # addresses (so that peer address is ending to 2).
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/friendship/
Dmsg_va_collision.sh8 # to Friend when LPN is subscribed to 2 virtual addresses with collision.
10 # 1. LPN subscribes a model to 2 virtual addresses with collision and sends single Friend
15 # 3.1. LPN unsubscribes from one of the virtual addresses. At this step no Friend Subscription
/Zephyr-latest/doc/hardware/arch/
Dx86.rst34 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/subsys/net/ip/
DKconfig.ipv625 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/include/zephyr/net/
Dnet_pkt_filter.h352 * addresses contained in the provided set.
357 * @param _ip_addr_num number of IP addresses in the array
358 * @param _af Addresses family type (AF_INET / AF_INET6) in the array
372 * addresses contained in the provided set.
377 * @param _ip_addr_num number of IP addresses in the array
378 * @param _af Addresses family type (AF_INET / AF_INET6) in the array
403 struct net_eth_addr *addresses; member
418 * addresses contained in the provided set.
425 .addresses = (_addr_array), \
435 * addresses contained in the provided set.
[all …]
/Zephyr-latest/drivers/mm/
Dmm_drv_common.h79 * @brief Test if all physical addresses in array are page-aligned
81 * @param addr Array of physical addresses
132 * @retval -EFAULT if any virtual addresses have already been mapped
158 * @retval -EFAULT if any virtual addresses have already been mapped
182 * @retval -EFAULT if virtual addresses have already been mapped
207 * @retval -EFAULT if old virtual addresses are not all mapped or
208 * new virtual addresses are not all unmapped
236 * @retval -EFAULT if old virtual addresses are not all mapped or
237 * new virtual addresses are not all unmapped
266 * @retval -EFAULT if old virtual addresses are not all mapped or
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_linkaddr.rst13 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
/Zephyr-latest/subsys/bluetooth/mesh/
Dtesting.h64 * Used by Low Power node to remove the group addresses from Friend node
65 * subscription list. Messages sent to those addresses will not be stored
68 * @param groups Group addresses
69 * @param groups_count Group addresses count
/Zephyr-latest/include/zephyr/arch/arm64/
Dmm.h12 * When mmu enabled, some section addresses need to be aligned with
19 * When mpu enabled, some section addresses need to be aligned with
/Zephyr-latest/samples/net/sockets/echo_client/
Dprj.conf43 # The addresses are selected so that qemu<->qemu connectivity works ok.
45 # addresses (so that peer address is ending to 2).

12345678910>>...24