mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
d5370ac4cd
This commit adds `Ip6::NetworkPrefix` mirroring `otIp6NetworkPrefix` which represents the Network Prefix (most significant 64 bits) of an IPv6 address. Methods in `Ip6::Address` are updated to use the new type. The `otMeshLocalPrefix` and `Mle::MeshLocalPrefix` are also updated use the `NetworkPrefix` type.