Found 3 other functions taking a
otDnsAddressResponse
argument:
Gets the full host name associated with an address resolution DNS response. MUST only be used from `otDnsAddressCallback`.
Gets an IPv6 address associated with an address resolution DNS response. MUST only be used from `otDnsAddressCallback`. The response may include multiple IPv6 address records. @p aIndex can be used to iterate through the list of addresses. Index zero gets the first address and so on. When we reach end of the list, `OT_ERROR_NOT_FOUND` is returned.