Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_mdns.hpp127 … 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.hpp505 …static void HandleIp4AddressResult(otInstance *aInstance, const otPlatDnssdAddressResult *aResult);
511 void HandleIp4AddressResult(const Dnssd::AddressResult &aResult);
Ddnssd_server.cpp1796 resolver.mCallback = HandleIp4AddressResult; in StartOrStopIp4Resolver()
1975 void Server::DiscoveryProxy::HandleIp4AddressResult(otInstance *aInstance, const otPlatDnssdAddress… in HandleIp4AddressResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
1977 AsCoreType(aInstance).Get<Server>().mDiscoveryProxy.HandleIp4AddressResult(*aResult); in HandleIp4AddressResult()
1980 void Server::DiscoveryProxy::HandleIp4AddressResult(const Dnssd::AddressResult &aResult) in HandleIp4AddressResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy