otDnsAddressResponseGetHostName() function
Gets the full host name associated with an address resolution DNS response. MUST only be used from `otDnsAddressCallback`.
Arguments
aResponse
A pointer to the response.
aNameBuffer
A buffer to char array to output the full host name (MUST NOT be NULL).
aNameBufferSize
The size of @p aNameBuffer.
Return value
OT_ERROR_NONE The full host name was read successfully. OT_ERROR_NO_BUFS The name does not fit in @p aNameBuffer.