Skip to main content

otIp6FormLinkLocalAddressFromExtAddress

Function otIp6FormLinkLocalAddressFromExtAddress 

Source
pub unsafe extern "C" fn otIp6FormLinkLocalAddressFromExtAddress(
    aExtAddress: *const otExtAddress,
    aAddress: *mut otIp6Address,
)
Expand description

Forms a link-local unicast IPv6 address from the Interface Identifier generated from the given MAC Extended Address with the universal/local bit inverted.

@param[in] aExtAddress A pointer to the MAC Extended Address (used to generate the IID). @param[out] aAddress A pointer to output the IPv6 link-local unicast address.