Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Ddns_client.h247 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse,
/openthread-2.7.6/src/core/api/
Ddns_api.cpp111 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress() function
/openthread-2.7.6/src/cli/
Dcli.cpp1603 while (otDnsAddressResponseGetAddress(aResponse, index, &address, &ttl) == OT_ERROR_NONE) in HandleDnsAddressResponse()