pub unsafe extern "C" fn otIp6ArePrefixesEqual(
aFirst: *const otIp6Prefix,
aSecond: *const otIp6Prefix,
) -> bool
Expand description
Test if two IPv6 prefixes are the same.
@param[in] aFirst A pointer to the first IPv6 prefix to compare. @param[in] aSecond A pointer to the second IPv6 prefix to compare.
@retval TRUE The two IPv6 prefixes are the same. @retval FALSE The two IPv6 prefixes are not the same.