|
Monero
|
#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 (SOCKET socket, char *data, int length, int timeout, unsigned int *scope_id) |
| #define MINIUPNPC_IGNORE_EINTR |
| int receivedata | ( | SOCKET | socket, |
| char * | data, | ||
| int | length, | ||
| int | timeout, | ||
| unsigned int * | scope_id ) |