Home
last modified time | relevance | path

Searched refs:HandleAddressResult (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/cli/
Dcli_mdns.hpp119 void HandleAddressResult(const otMdnsAddressResult &aResult, IpAddressType aType);
Dcli_mdns.cpp826 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp6Address); in HandleIp6AddressResult()
829 void Mdns::HandleAddressResult(const otMdnsAddressResult &aResult, IpAddressType aType) in HandleAddressResult() function in ot::Cli::Mdns
879 Interpreter::GetInterpreter().mMdns.HandleAddressResult(*aResult, kIp4Address); in HandleIp4AddressResult()