SNode.C
|
Go to the source code of this file.
Namespaces | |
namespace | core |
namespace | core::system |
Functions | |
int | core::system::getaddrinfo (const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) |
void | core::system::freeaddrinfo (struct addrinfo *res) |
int | core::system::getnameinfo (const sockaddr *addr, socklen_t addrlen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) |