Monero
Loading...
Searching...
No Matches
receivedata.c File Reference
#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"
Include dependency graph for receivedata.c:

Macros

#define MINIUPNPC_IGNORE_EINTR

Functions

int receivedata (SOCKET socket, char *data, int length, int timeout, unsigned int *scope_id)

Macro Definition Documentation

◆ MINIUPNPC_IGNORE_EINTR

#define MINIUPNPC_IGNORE_EINTR

Function Documentation

◆ receivedata()

int receivedata ( SOCKET socket,
char * data,
int length,
int timeout,
unsigned int * scope_id )