Searched refs:otDnsAddressResponseGetAddress (Results 1 – 3 of 3) sorted by relevance
247 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse,
111 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress() function
1603 while (otDnsAddressResponseGetAddress(aResponse, index, &address, &ttl) == OT_ERROR_NONE) in HandleDnsAddressResponse()