core.sys.posix.netdb

D header file for POSIX.

Functions 24

fnvoid endhostent()
fnvoid endnetent()
fnvoid endprotoent()
fnvoid endservent()
fnvoid freeaddrinfo(addrinfo *)
fnconst(char) * gai_strerror(int)
fnint getaddrinfo(const(char) *, const(char) *, const(addrinfo) *, addrinfo * *)
fnhostent * gethostbyaddr(const(void) *, socklen_t, int)
fnhostent * gethostbyname(const(char) *)
fnhostent * gethostent()
fnint getnameinfo(const(sockaddr) *, socklen_t, char *, socklen_t, char *, socklen_t, int)
fnnetent * getnetbyaddr(uint32_t, int)
fnnetent * getnetbyname(const(char) *)
fnnetent * getnetent()
fnprotoent * getprotobyname(const(char) *)
fnprotoent * getprotobynumber(int)
fnprotoent * getprotoent()
fnservent * getservbyname(const(char) *, const(char) *)
fnservent * getservbyport(int, const(char) *)
fnservent * getservent()
fnvoid sethostent(int)
fnvoid setnetent(int)
fnvoid setprotoent(int)
fnvoid setservent(int)