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

◆ dect_utils_lib_net_ipv6_addr_create_iid()

void dect_utils_lib_net_ipv6_addr_create_iid ( struct in6_addr * addr,
struct net_linkaddr * lladdr )

Create IPv6 Interface Identifier (IID) from link address.

Generates an IPv6 Interface Identifier for the given address using the provided link-layer address. This is NR+ version of zephyr net_ipv6_addr_create_iid(). Note: no toggling of universal/local bit

Parameters
addrPointer to the IPv6 address structure where IID will be stored
lladdrPointer to the link-layer address to derive IID from