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