Electroneum
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 PRINT_SOCKET_ERROR(x)   perror(x)
 

Macro Definition Documentation

◆ INVALID_SOCKET

#define INVALID_SOCKET   (-1)

Definition at line 23 of file miniupnpc_socketdef.h.

◆ ISINVALID

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

Definition at line 26 of file miniupnpc_socketdef.h.

◆ PRINT_SOCKET_ERROR

#define PRINT_SOCKET_ERROR (   x)    perror(x)

Definition at line 34 of file miniupnpc_socketdef.h.

◆ SOCKET

#define SOCKET   int

Definition at line 17 of file miniupnpc_socketdef.h.

◆ SSIZE_T

#define SSIZE_T   ssize_t

Definition at line 20 of file miniupnpc_socketdef.h.