[][src]Function openthread_sys::otIp6IsAddressUnspecified

pub unsafe extern "C" fn otIp6IsAddressUnspecified(
    aAddress: *const otIp6Address
) -> bool

This function indicates whether or not a given IPv6 address is the Unspecified Address.

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

@retval TRUE If the IPv6 address is the Unspecified Address. @retval FALSE If the IPv6 address is not the Unspecified Address.