[][src]Function openthread_sys::otIp6PrefixMatch

pub unsafe extern "C" fn otIp6PrefixMatch(
    aFirst: *const otIp6Address,
    aSecond: *const otIp6Address
) -> u8

This function 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.