Searched refs:otDnsAddressResponse (Results 1 – 5 of 5) sorted by relevance
/openthread-3.5.0/include/openthread/ |
D | dns_client.h | 177 typedef struct otDnsAddressResponse otDnsAddressResponse; typedef 217 typedef void (*otDnsAddressCallback)(otError aError, const otDnsAddressResponse *aResponse, void *a… 287 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, 312 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse,
|
/openthread-3.5.0/src/cli/ |
D | cli_dns.hpp | 110 …static void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *… 111 void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse);
|
D | cli_dns.cpp | 514 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *aCo… in HandleDnsAddressResponse() 519 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse()
|
/openthread-3.5.0/src/core/api/ |
D | dns_api.cpp | 124 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName() 133 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
|
/openthread-3.5.0/src/core/net/ |
D | dns_client.hpp | 72 struct otDnsAddressResponse struct 291 class Response : public otDnsAddressResponse, 932 DefineCoreType(otDnsAddressResponse, Dns::Client::AddressResponse);
|