[GetAddrInfoReq]({#ref structicy_1_1uv_1_1GetAddrInfoReq #}) resolves.#include <icy/request.h>Callback event delivered when a [GetAddrInfoReq](icy-uv-GetAddrInfoReq.html#getaddrinforeq) resolves.
| Return | Name | Description |
|---|---|---|
int | status | libuv status: 0 on success, negative on error. |
struct addrinfo * | addr | Resolved address list; freed after the callback returns. |
int statuslibuv status: 0 on success, negative on error.
struct addrinfo * addr = nullptrResolved address list; freed after the callback returns.