pub unsafe extern "C" fn otIp6IsAddressUnspecified(
aAddress: *const otIp6Address,
) -> bool
Expand description
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.