|
RetroArch
|
#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/select.h>#include <sys/socket.h>#include <netinet/in.h>#include <poll.h>#include <errno.h>#include "receivedata.h"Macros | |
| #define | MINIUPNPC_IGNORE_EINTR |
Functions | |
| int | receivedata (int socket, char *data, int length, int timeout, unsigned int *scope_id) |
| #define MINIUPNPC_IGNORE_EINTR |
| int receivedata | ( | int | socket, |
| char * | data, | ||
| int | length, | ||
| int | timeout, | ||
| unsigned int * | scope_id | ||
| ) |
1.8.15