Searched refs:ExtractFromIp6Address (Results 1 – 5 of 5) sorted by relevance
80 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address() function in ot::Ip4::Address
138 void ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address);
149 …ip4Header.GetDestination().ExtractFromIp6Address(mNat64Prefix.mLength, ip6Header.GetDestination()); in TranslateFromIp6()
133 AsCoreType(aIp4Address).ExtractFromIp6Address(aPrefixLength, AsCoreType(aIp6Address)); in otIp4ExtractFromIp6Address()
856 address.ExtractFromIp6Address(testCase.mLength, ip6Address); in TestIp4Ip6Translation()