pub unsafe extern "C" fn otIp6PrefixMatch(
aFirst: *const otIp6Address,
aSecond: *const otIp6Address,
) -> u8
Expand description
Returns the prefix match length (bits) for two IPv6 addresses.
@param[in] aFirst A pointer to the first IPv6 address. @param[in] aSecond A pointer to the second IPv6 address.
@returns The prefix match length in bits.