Skip to main content

otIp6ExtractExtAddressFromIp6AddressIid

Function otIp6ExtractExtAddressFromIp6AddressIid 

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

Extracts the MAC Extended Address from the Interface Identifier of the given IPv6 address.

@param[in] aAddress A pointer to the IPv6 address. @param[out] aExtAddress A pointer to output the MAC Extended Address (generated from the IID).