Monero
Loading...
Searching...
No Matches
miniupnpc_socketdef.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SOCKET   int
#define SSIZE_T   ssize_t
#define INVALID_SOCKET   (-1)
#define ISINVALID(s)
#define MSC_CAST_INT
#define PRINT_SOCKET_ERROR(x)

Macro Definition Documentation

◆ INVALID_SOCKET

#define INVALID_SOCKET   (-1)

◆ ISINVALID

#define ISINVALID ( s)
Value:
((s)<0)
#define s(x, c)
Definition aesb.c:47

◆ MSC_CAST_INT

#define MSC_CAST_INT

◆ PRINT_SOCKET_ERROR

#define PRINT_SOCKET_ERROR ( x)
Value:
perror(x)

◆ SOCKET

#define SOCKET   int

◆ SSIZE_T

#define SSIZE_T   ssize_t