nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ dect_utils_lib_net_ipv6_addr_create_from_sink_and_long_rd_id()

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.

Parameters
prefix_64The 64-bit IPv6 prefix
sink_rd_idThe sink Radio Device ID (32-bit)
own_rd_idThe own Radio Device ID (32-bit)
addrPointer to the IPv6 address structure where result will be stored
Returns
true if the address was successfully created, false otherwise