SNode.C
Loading...
Searching...
No Matches
netdb.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  core
namespace  core::system

Macros

#define HOSTLEN_CAST(A)
#define SERVLEN_CAST(A)

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)

Macro Definition Documentation

◆ HOSTLEN_CAST

#define HOSTLEN_CAST ( A)
Value:
((A))

Definition at line 56 of file netdb.cpp.

◆ SERVLEN_CAST

#define SERVLEN_CAST ( A)
Value:
((A))

Definition at line 57 of file netdb.cpp.