Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Ddns_client.h177 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.6.0/src/cli/
Dcli_dns.hpp110 …static void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *…
111 void HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse);
Dcli_dns.cpp514 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.6.0/src/core/api/
Ddns_api.cpp124 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName()
133 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
/openthread-3.6.0/src/core/net/
Ddns_client.hpp72 struct otDnsAddressResponse struct
291 class Response : public otDnsAddressResponse,
932 DefineCoreType(otDnsAddressResponse, Dns::Client::AddressResponse);