/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 10 * "zone." For unicast addresses, only link-local addresses have a scope; in 11 * that case, the scope is the link. For multicast addresses, there are various 31 * provide properly zoned addresses. We do enforce the rule that the in the 33 * *all* addresses are properly zoned. Thus, on the output paths down the 34 * stack, various places deal with the case of addresses that lack a zone. 39 * Aside from dealing with scoped addresses lacking a zone, a proper IPv6 45 * not cause zone violations unless the application sets bad addresses, though. 49 * addresses and (only) interface-local and link-local multicast addresses as 50 * having a scope. For all these addresses, the zone is equal to the interface. 126 /** Are the zone fields of the given IPv6 addresses equal? (0/1) [all …]
|
H A D | ip6_addr.h | 4 * IPv6 addresses. 37 * Structs and macros for handling IPv6 addresses. 167 /** Compare IPv6 addresses, ignoring zone information. To be used sparingly! */ 173 * Determine if two IPv6 addresses are the same. In particular, the address 178 * @return 1 if the addresses are considered equal, 0 if not 235 /* Scoping note: while interface-local and link-local multicast addresses do
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | am33xx.h | 22 /** @brief Base addresses of control module registers */ 25 /** @brief Base addresses of USB memory mapped registers */ 28 /** @brief Base addresses of SPI memory mapped registers */ 32 /** @brief Base addresses of GPIO memory mapped registers */ 38 /** @brief Base addresses of DMTIMER memory mapped registers */ 90 /** @brief Base addresses of RTC memory mapped registers */ 118 /** @brief Base addresses of PRCM memory mapped registers */ 159 /** @brief Base addresses of PWMSS memory mapped registers. */
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_addr.rst | 5 on the various types of Bluetooth addresses, see the `NimBLE Host 44 addresses are generally expressed in big-endian. 52 Random addresses get configured through the NimBLE host. The following 62 *Note:* A NimBLE device can be configured with multiple addresses; at
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | etharp.h | 67 /** MEMCPY-like copying of IP addresses where addresses are known to be 74 /** MEMCPY-like copying of IP addresses where addresses are known to be
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_hs_id.rst | 7 The identity API provides facilities for querying and configuring your device's addresses. BLE's ad… 24 Identity Addresses 28 changes, and a device can be identified by one of its unique identity addresses. 30 Non-identity addresses are used by devices supporting BLE privacy. A device using the privacy featu… 34 A device can have up to two identity addresses at once: one public and one static random. As indica…
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | mips_addrspace.h | 74 * Memory segments (64bit kernel mode addresses) 108 * Memory segments (32bit kernel mode addresses) 184 * Change virtual addresses to physical addresses and vv.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_id.c | 85 * Retrieves one of the device's identity addresses. The device can have two 86 * identity addresses: one public and one random. The id_addr_type argument 87 * specifies which of these two addresses to retrieve. 277 * Clears both the public and random addresses. This function is necessary
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | ip6.c | 79 * Note that each of the two given addresses may or may not be properly zoned. 107 /* Special processing for zoned destination addresses. This includes link- in ip6_route() 108 * local unicast addresses and interface/link-local multicast addresses. Use in ip6_route() 129 /* Special processing for scoped source and destination addresses. If we get in ip6_route() 134 * result in guaranteed zone violations. For scoped source addresses that do in ip6_route() 191 * with RFC 5942, dynamically configured addresses do not have an implied in ip6_route() 195 * configured addresses do always have an implied local /64 subnet. */ in ip6_route() 217 * for scoped source addresses, this applies to unscoped addresses only. */ in ip6_route() 269 * ULAs to be of smaller scope than global addresses, to avoid that a preferred 273 * As long as temporary addresses are not supported (as used in Rule 7), a [all …]
|
H A D | ethip6.c | 62 * For IPv6 multicast, corresponding Ethernet addresses 65 * For unicast addresses, ask the ND6 module what to do. It will either let us 69 * @todo anycast addresses
|
H A D | nd6.c | 159 * all other addresses, then we should not continue to use those derived in nd6_duplicate_addr_detected() 160 * addresses either, so mark them as duplicate as well. For autoconfig-only in nd6_duplicate_addr_detected() 209 * and duplicate addresses. Skip address slot 0 (the link-local address). */ in nd6_process_autoconfig_prefix() 236 * do not generate new addresses, but do keep updating lifetimes for existing in nd6_process_autoconfig_prefix() 237 * addresses. Also, when adding new addresses, we must protect explicitly in nd6_process_autoconfig_prefix() 241 * creating addresses even if the link-local address is still in tentative in nd6_process_autoconfig_prefix() 954 * - Update lifetimes of our addresses 955 * - Perform duplicate address detection (DAD) for our addresses 1063 /* Process our own addresses, updating address lifetimes and/or DAD state. */ in nd6_tmr() 1071 * tentative addresses, and is even less clear as to what should happen in nd6_tmr() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_id.h | 68 * Retrieves one of the device's identity addresses. The device can have two 69 * identity addresses: one public and one random. The id_addr_type argument 70 * specifies which of these two addresses to retrieve.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | ethip6.c | 62 * For IPv6 multicast, corresponding Ethernet addresses 65 * For unicast addresses, ask the ND6 module what to do. It will either let us 69 * @todo anycast addresses
|
H A D | ip6.c | 72 * this is a tricky case because with multiple netifs, link-local addresses only have 97 /* Special processing for link-local addresses. */ in ip6_route() 129 /* we come here for non-link-local addresses */ in ip6_route() 293 /* do not forward link-local or loopback addresses */ in ip6_forward() 446 /* copy IP addresses to aligned ip6_addr_t */ in ip6_input() 450 /* Don't accept virtual IPv4 mapped IPv6 addresses. in ip6_input() 451 * Don't accept multicast source addresses. */ in ip6_input() 521 /* Do not match link-local addresses to other netifs. The loopback in ip6_input() 950 /* IP header included in p, read addresses. */ in ip6_output() 1009 /* IP header included in p, read addresses. */ in ip6_output_hinted()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/util/include/host/util/ |
H A D | util.h | 29 * Addresses are restored in a hardware-specific fashion. 37 * available addresses.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ipcp.h | 54 #define CI_ADDRS 1 /* IP Addresses */ 84 unsigned int old_addrs :1; /* Use old (IP-Addresses) option? */ 105 u32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ipcp.h | 58 #define CI_ADDRS 1 /* IP Addresses */ 88 unsigned int old_addrs :1; /* Use old (IP-Addresses) option? */ 109 u32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ipcp.h | 60 #define CI_ADDRS 1 /* IP Addresses */ 80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */ 93 u32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */
|
H A D | auth.c | 111 /* List of addresses which the peer may use. */ 112 static struct wordlist *addresses[NUM_PPP]; variable 115 /* Wordlist giving addresses which the peer may use 1002 * acceptable, and iff so, set the list of acceptable IP addresses 1135 * set_allowed_addrs() - set the list of allowed addresses. 1140 if (addresses[unit] != NULL) { 1141 free_wordlist(addresses[unit]); 1143 addresses[unit] = addrs; 1179 return ip_addr_check(addr, addresses[unit]); in auth_ip_addr() 1191 return !ppp_settings.auth_required; /* no addresses authorized */ in ip_addr_check() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 61 - In the first variant, private addresses are resolved and generated by 63 - In the second variant, private addresses are resolved and generated
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 63 assigns sequential unicast addresses based on the number of elements 79 Group addresses are not supported.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 88 assigns sequential unicast addresses based on the number of elements 100 Group addresses are not supported.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | lowpan6_opts.h | 54 * short addresses for matching addresses (debug only)
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv6/lwip/ |
H A D | ip.h | 96 struct ip_addr src, dest; /* source and destination IP addresses */ 109 /* source and destination addresses in network byte order, please */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | inet_chksum.c | 87 /* dataptr may be at odd or even addresses */ in lwip_standard_chksum() 300 * IP addresses are expected to be in network byte order. 333 * IPv6 addresses are expected to be in network byte order. 369 * IP addresses are expected to be in network byte order. 446 * IP addresses are expected to be in network byte order. 479 * IPv6 addresses are expected to be in network byte order. Will only compute for a
|