![]() |
nRF Connect SDK API 3.3.99
|
| bool dect_utils_lib_net_ipv6_addr_create_from_sink_and_long_rd_id | ( | struct in6_addr | prefix_64, |
| uint32_t | sink_rd_id, | ||
| uint32_t | own_rd_id, | ||
| struct in6_addr * | addr ) |
Create IPv6 address from sink and long RD IDs.
Constructs an IPv6 address using a 64-bit prefix, sink RD ID, and own RD ID. This is typically used for creating IPv6 addresses in DECT NR+ network topology.
| prefix_64 | The 64-bit IPv6 prefix |
| sink_rd_id | The sink Radio Device ID (32-bit) |
| own_rd_id | The own Radio Device ID (32-bit) |
| addr | Pointer to the IPv6 address structure where result will be stored |