Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip4_types.cpp73 VerifyOrExit(aIp6Address.IsIp4Mapped(), error = kErrorParse); in ExtractFromIp4MappedIp6Address()
Dip6_address.hpp831 bool IsIp4Mapped(void) const;
Dip6_address.cpp393 bool Address::IsIp4Mapped(void) const in IsIp4Mapped() function in ot::Ip6::Address
Ddnssd_server.cpp633 VerifyOrExit(!aAddress.IsIp4Mapped()); in AppendAaaaRecord()
2017 if (address.IsIp4Mapped()) in HandleIp4AddressResult()
/openthread-latest/tests/unit/
Dtest_ip_address.cpp784 VerifyOrQuit(ip6Address.IsIp4Mapped()); in TestIp4MappedIp6Address()
794 VerifyOrQuit(!ip6Address.IsIp4Mapped()); in TestIp4MappedIp6Address()