Monero
Loading...
Searching...
No Matches
Macros
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)   ((s)<0)
 
#define MSC_CAST_INT
 
#define PRINT_SOCKET_ERROR(x)   perror(x)
 

Macro Definition Documentation

◆ INVALID_SOCKET

#define INVALID_SOCKET   (-1)

◆ ISINVALID

#define ISINVALID ( s)    ((s)<0)

◆ MSC_CAST_INT

#define MSC_CAST_INT

◆ PRINT_SOCKET_ERROR

#define PRINT_SOCKET_ERROR ( x)    perror(x)

◆ SOCKET

#define SOCKET   int

◆ SSIZE_T

#define SSIZE_T   ssize_t