Home
last modified time | relevance | path

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

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