Home
last modified time | relevance | path

Searched refs:otDnsAddressResponse (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/include/openthread/
Ddns_client.h168 typedef struct otDnsAddressResponse otDnsAddressResponse; typedef
207 typedef void (*otDnsAddressCallback)(otError aError, const otDnsAddressResponse *aResponse, void *a…
274 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse,
298 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse,
/openthread-latest/src/cli/
Dcli_dns.hpp105 …static void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *…
106 void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse);
Dcli_dns.cpp520 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *aCo… in HandleDnsAddressResponse()
525 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse()
/openthread-latest/src/core/api/
Ddns_api.cpp122 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName()
131 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
/openthread-latest/src/core/net/
Ddns_client.hpp71 struct otDnsAddressResponse struct
272 class Response : public otDnsAddressResponse,
893 DefineCoreType(otDnsAddressResponse, Dns::Client::AddressResponse);
/openthread-latest/tests/unit/
Dtest_dns_client.cpp374 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()
Dtest_dnssd_discovery_proxy.cpp446 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()