Home
last modified time | relevance | path

Searched refs:ExtractFromIp6Address (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dip4_types.cpp80 void Address::ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address) in ExtractFromIp6Address() function in ot::Ip4::Address
Dip4_types.hpp138 void ExtractFromIp6Address(uint8_t aPrefixLength, const Ip6::Address &aIp6Address);
Dnat64_translator.cpp149 …ip4Header.GetDestination().ExtractFromIp6Address(mNat64Prefix.mLength, ip6Header.GetDestination()); in TranslateFromIp6()
/openthread-latest/src/core/api/
Dnat64_api.cpp133 AsCoreType(aIp4Address).ExtractFromIp6Address(aPrefixLength, AsCoreType(aIp6Address)); in otIp4ExtractFromIp6Address()
/openthread-latest/tests/unit/
Dtest_ip_address.cpp856 address.ExtractFromIp6Address(testCase.mLength, ip6Address); in TestIp4Ip6Translation()