Home
last modified time | relevance | path

Searched refs:SynthesizeFromIp4Address (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/api/
Dnat64_api.cpp166 …AsCoreType(aIp6Address).SynthesizeFromIp4Address(nat64Prefix.GetPrefix(), AsCoreType(aIp4Address)); in otNat64SynthesizeIp6Address()
/openthread-latest/src/core/net/
Dip6_address.hpp1013 void SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address);
Dnat64_translator.cpp245 ip6Header.GetSource().SynthesizeFromIp4Address(mNat64Prefix, ip4Header.GetSource()); in TranslateToIp6()
Dip6_address.cpp509 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address() function in ot::Ip6::Address
Ddns_client.cpp444 aAddress.SynthesizeFromIp4Address(nat64Prefix.GetPrefix(), aRecord.GetAddress()); in GetAddress()
/openthread-latest/tests/unit/
Dtest_ip_address.cpp839 address.SynthesizeFromIp4Address(prefix, ip4Address); in TestIp4Ip6Translation()