RetroArch
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | addrinfo |
Macros | |
#define | NI_NUMERICHOST 2 |
#define | NI_NUMERICSERV 8 |
#define | AI_PASSIVE 1 |
#define | NI_MAXHOST 1025 |
#define | NI_MAXSERV 32 |
Typedefs | |
typedef uint32_t | socklen_t |
Functions | |
int | getaddrinfo (const char *node, const char *service, struct addrinfo *hints, struct addrinfo **res) |
void | freeaddrinfo (struct addrinfo *__ai) |
int | getnameinfo (const struct sockaddr *sa, socklen_t salen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) |
#define AI_PASSIVE 1 |
#define NI_MAXHOST 1025 |
#define NI_MAXSERV 32 |
#define NI_NUMERICHOST 2 |
#define NI_NUMERICSERV 8 |
int getaddrinfo | ( | const char * | node, |
const char * | service, | ||
struct addrinfo * | hints, | ||
struct addrinfo ** | res | ||
) |