- freeaddrinfo
void freeaddrinfo(addrinfo* result)
Undocumented in source. Be warned that the author may not have intended to support it.
- getaddrinfo
SockResult getaddrinfo(const(char)* node, const(char)* service, const(addrinfo)* hints, addrinfo** result)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
SockResult resolve(T* resolved, SentinelArray!(const(char)) host)
Undocumented in source. Be warned that the author may not have intended to support it.