Home
last modified time | relevance | path

Searched refs:HandleIp4AddressResult (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/cli/
Dcli_mdns.hpp130 … static void HandleIp4AddressResult(otInstance *aInstance, const otMdnsAddressResult *aResult);
Dcli_mdns.cpp860 resolver.mCallback = HandleIp4AddressResult; in Process()
875 void Mdns::HandleIp4AddressResult(otInstance *aInstance, const otMdnsAddressResult *aResult) in HandleIp4AddressResult() function in ot::Cli::Mdns
/openthread-latest/src/core/net/
Ddnssd_server.hpp533 …static void HandleIp4AddressResult(otInstance *aInstance, const otPlatDnssdAddressResult *aResult);
539 void HandleIp4AddressResult(const Dnssd::AddressResult &aResult);
Ddnssd_server.cpp1815 resolver.mCallback = HandleIp4AddressResult; in StartOrStopIp4Resolver()
1994 void Server::DiscoveryProxy::HandleIp4AddressResult(otInstance *aInstance, const otPlatDnssdAddress… in HandleIp4AddressResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
1996 AsCoreType(aInstance).Get<Server>().mDiscoveryProxy.HandleIp4AddressResult(*aResult); in HandleIp4AddressResult()
1999 void Server::DiscoveryProxy::HandleIp4AddressResult(const Dnssd::AddressResult &aResult) in HandleIp4AddressResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy