Go to the source code of this file.
|
void | endhostent (void) |
|
void | endnetent (void) |
|
void | endprotoent (void) |
|
void | endservent (void) |
|
void | freeaddrinfo (struct zsock_addrinfo *ai) |
|
const char * | gai_strerror (int errcode) |
|
int | getaddrinfo (const char *host, const char *service, const struct zsock_addrinfo *hints, struct zsock_addrinfo **res) |
|
struct hostent * | gethostent (void) |
|
int | getnameinfo (const struct sockaddr *addr, socklen_t addrlen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) |
|
struct netent * | getnetbyaddr (uint32_t net, int type) |
|
struct netent * | getnetbyname (const char *name) |
|
struct netent * | getnetent (void) |
|
struct protoent * | getprotobyname (const char *name) |
|
struct protoent * | getprotobynumber (int proto) |
|
struct protoent * | getprotoent (void) |
|
struct servent * | getservbyname (const char *name, const char *proto) |
|
struct servent * | getservbyport (int port, const char *proto) |
|
struct servent * | getservent (void) |
|
void | sethostent (int stayopen) |
|
void | setnetent (int stayopen) |
|
void | setprotoent (int stayopen) |
|
void | setservent (int stayopen) |
|
◆ addrinfo
◆ EAI_AGAIN
◆ EAI_BADFLAGS
◆ EAI_FAIL
◆ EAI_FAMILY
◆ EAI_MEMORY
◆ EAI_NODATA
◆ EAI_NONAME
◆ EAI_OVERFLOW
◆ EAI_SERVICE
◆ EAI_SOCKTYPE
◆ EAI_SYSTEM
◆ NI_MAXSERV
Provide a reasonable size for apps using getnameinfo.
◆ endhostent()
◆ endnetent()
◆ endprotoent()
void endprotoent |
( |
void | | ) |
|
◆ endservent()
◆ freeaddrinfo()
◆ gai_strerror()
const char * gai_strerror |
( |
int | errcode | ) |
|
◆ getaddrinfo()
◆ gethostent()
struct hostent * gethostent |
( |
void | | ) |
|
◆ getnameinfo()
◆ getnetbyaddr()
◆ getnetbyname()
struct netent * getnetbyname |
( |
const char * | name | ) |
|
◆ getnetent()
struct netent * getnetent |
( |
void | | ) |
|
◆ getprotobyname()
struct protoent * getprotobyname |
( |
const char * | name | ) |
|
◆ getprotobynumber()
struct protoent * getprotobynumber |
( |
int | proto | ) |
|
◆ getprotoent()
◆ getservbyname()
struct servent * getservbyname |
( |
const char * | name, |
|
|
const char * | proto ) |
◆ getservbyport()
struct servent * getservbyport |
( |
int | port, |
|
|
const char * | proto ) |
◆ getservent()
struct servent * getservent |
( |
void | | ) |
|
◆ sethostent()
void sethostent |
( |
int | stayopen | ) |
|
◆ setnetent()
void setnetent |
( |
int | stayopen | ) |
|
◆ setprotoent()
void setprotoent |
( |
int | stayopen | ) |
|
◆ setservent()
void setservent |
( |
int | stayopen | ) |
|