Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Ddns_client.h145 typedef struct otDnsAddressResponse otDnsAddressResponse; typedef
185 typedef void (*otDnsAddressCallback)(otError aError, const otDnsAddressResponse *aResponse, void *a…
255 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse,
280 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse,
/external/openthread/src/core/net/
Ddns_client.hpp68 struct otDnsAddressResponse struct
238 class Response : public otDnsAddressResponse,
779 DefineCoreType(otDnsAddressResponse, Dns::Client::AddressResponse);
/external/openthread/src/core/api/
Ddns_api.cpp106 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName()
113 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
/external/openthread/src/cli/
Dcli.hpp426 …static void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *…
427 void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse);
Dcli.cpp1841 void Interpreter::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, v… in HandleDnsAddressResponse()
1846 void Interpreter::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse()