Home
last modified time | relevance | path

Searched refs:otDnsAddressResponseGetAddress (Results 1 – 3 of 3) sorted by relevance

/external/openthread/include/openthread/
Ddns_client.h298 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse,
/external/openthread/src/core/api/
Ddns_api.cpp131 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress() function
/external/openthread/src/cli/
Dcli_dns.cpp539 while (otDnsAddressResponseGetAddress(aResponse, index, &address, &ttl) == OT_ERROR_NONE) in HandleDnsAddressResponse()