|
Electroneum
|

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) |
| #define INVALID_SOCKET (-1) |
Definition at line 23 of file miniupnpc_socketdef.h.
| #define ISINVALID | ( | s | ) | ((s)<0) |
Definition at line 26 of file miniupnpc_socketdef.h.
| #define PRINT_SOCKET_ERROR | ( | x | ) | perror(x) |
Definition at line 34 of file miniupnpc_socketdef.h.
| #define SOCKET int |
Definition at line 17 of file miniupnpc_socketdef.h.
| #define SSIZE_T ssize_t |
Definition at line 20 of file miniupnpc_socketdef.h.