Searched refs:otDnsAddressResponse (Results 1 – 5 of 5) sorted by relevance
/external/openthread/include/openthread/ |
D | dns_client.h | 145 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/ |
D | dns_client.hpp | 68 struct otDnsAddressResponse struct 238 class Response : public otDnsAddressResponse, 779 DefineCoreType(otDnsAddressResponse, Dns::Client::AddressResponse);
|
/external/openthread/src/core/api/ |
D | dns_api.cpp | 106 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName() 113 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
|
/external/openthread/src/cli/ |
D | cli.hpp | 426 …static void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *… 427 void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse);
|
D | cli.cpp | 1841 void Interpreter::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, v… in HandleDnsAddressResponse() 1846 void Interpreter::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse()
|