Searched refs:otDnsAddressResponse (Results 1 – 7 of 7) sorted by relevance
| /openthread-latest/include/openthread/ |
| D | dns_client.h | 168 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/ |
| D | cli_dns.hpp | 105 …static void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *… 106 void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse);
|
| D | cli_dns.cpp | 520 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/ |
| D | dns_api.cpp | 122 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName() 131 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
|
| /openthread-latest/src/core/net/ |
| D | dns_client.hpp | 71 struct otDnsAddressResponse struct 272 class Response : public otDnsAddressResponse, 893 DefineCoreType(otDnsAddressResponse, Dns::Client::AddressResponse);
|
| /openthread-latest/tests/unit/ |
| D | test_dns_client.cpp | 374 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()
|
| D | test_dnssd_discovery_proxy.cpp | 446 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()
|