otIp6IsLinkLocalUnicast

Function otIp6IsLinkLocalUnicast 

Source
pub unsafe extern "C" fn otIp6IsLinkLocalUnicast(
    aAddress: *const otIp6Address,
) -> bool
Expand description

Test whether or not the IPv6 address is a link-local unicast address.

@param[in] aAddress A pointer to the IPv6 address to test.

@retval TRUE If the IPv6 address is a link-local unicast address. @retval FALSE If the IPv6 address is not a link-local unicast address.