Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnat64_api.cpp150 AsCoreType(aIp6Address).SetToIp4Mapped(AsCoreType(aIp4Address)); in otIp4ToIp4MappedIp6Address()
/openthread-latest/src/core/net/
Dip6_address.hpp839 void SetToIp4Mapped(const Ip4::Address &aIp4Address);
Dip6_address.cpp398 void Address::SetToIp4Mapped(const Ip4::Address &aIp4Address) in SetToIp4Mapped() function in ot::Ip6::Address
Dmdns.cpp6231 address.SetToIp4Mapped(aRecord.GetAddress()); in ProcessResponseRecord()
/openthread-latest/tests/unit/
Dtest_ip_address.cpp780 ip6Address.SetToIp4Mapped(expectedIp4Address); in TestIp4MappedIp6Address()