![]() |
nRF Connect SDK API 3.3.99
|
| 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
| addr | Pointer to the IPv6 address structure where IID will be stored |
| lladdr | Pointer to the link-layer address to derive IID from |