Searched refs:SynthesizeFromIp4Address (Results 1 – 6 of 6) sorted by relevance
166 …AsCoreType(aIp6Address).SynthesizeFromIp4Address(nat64Prefix.GetPrefix(), AsCoreType(aIp4Address)); in otNat64SynthesizeIp6Address()
1013 void SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address);
245 ip6Header.GetSource().SynthesizeFromIp4Address(mNat64Prefix, ip4Header.GetSource()); in TranslateToIp6()
509 void Address::SynthesizeFromIp4Address(const Prefix &aPrefix, const Ip4::Address &aIp4Address) in SynthesizeFromIp4Address() function in ot::Ip6::Address
444 aAddress.SynthesizeFromIp4Address(nat64Prefix.GetPrefix(), aRecord.GetAddress()); in GetAddress()
839 address.SynthesizeFromIp4Address(prefix, ip4Address); in TestIp4Ip6Translation()