RetroArch
|
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/select.h>
#include <errno.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <net/net_compat.h>
#include "connecthostport.h"
Macros | |
#define | closesocket close |
#define | MINIUPNPC_IGNORE_EINTR |
#define | MAXHOSTNAMELEN 64 |
Functions | |
int | connecthostport (const char *host, unsigned short port, unsigned int scope_id) |
#define closesocket close |
#define MAXHOSTNAMELEN 64 |
#define MINIUPNPC_IGNORE_EINTR |
int connecthostport | ( | const char * | host, |
unsigned short | port, | ||
unsigned int | scope_id | ||
) |