1 2 3 4 5 6
struct hostportres { char *host; char *port; uint8_t prefixlen; struct addrinfo *addrinfo; };