Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_mdns.hpp129 … static void HandleIp6AddressResult(otInstance *aInstance, const otMdnsAddressResult *aResult);
Dcli_mdns.cpp807 resolver.mCallback = HandleIp6AddressResult; in Process()
822 void Mdns::HandleIp6AddressResult(otInstance *aInstance, const otMdnsAddressResult *aResult) in HandleIp6AddressResult() function in ot::Cli::Mdns
/openthread-latest/src/core/net/
Ddnssd_server.hpp532 …static void HandleIp6AddressResult(otInstance *aInstance, const otPlatDnssdAddressResult *aResult);
538 void HandleIp6AddressResult(const Dnssd::AddressResult &aResult);
Ddnssd_server.cpp1791 resolver.mCallback = HandleIp6AddressResult; in StartOrStopIp6Resolver()
1955 void Server::DiscoveryProxy::HandleIp6AddressResult(otInstance *aInstance, const otPlatDnssdAddress… in HandleIp6AddressResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy
1957 AsCoreType(aInstance).Get<Server>().mDiscoveryProxy.HandleIp6AddressResult(*aResult); in HandleIp6AddressResult()
1960 void Server::DiscoveryProxy::HandleIp6AddressResult(const Dnssd::AddressResult &aResult) in HandleIp6AddressResult() function in ot::Dns::ServiceDiscovery::Server::DiscoveryProxy