Home
last modified time | relevance | path

Searched refs:kIp4Address (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ip_address.cpp763 const uint8_t kIp4Address[] = {192, 0, 2, 33}; in TestIp4MappedIp6Address() local
777 expectedIp4Address.SetBytes(kIp4Address); in TestIp4MappedIp6Address()
820 const uint8_t kIp4Address[] = {192, 0, 2, 33}; in TestIp4Ip6Translation() local
826 ip4Address.SetBytes(kIp4Address); in TestIp4Ip6Translation()
/openthread-latest/src/cli/
Dcli_mdns.hpp95 kIp4Address, enumerator
Dcli_mdns.cpp879 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp4Address); in HandleIp4AddressResult()