|
|
#define | __STDC_WANT_LIB_EXT1__ 1 |
| | Request Annex K declarations such as gmtime_s when the C library provides them.
|
| |
|
#define | _close moonlight_nxdk_openssl__close |
| | Redirect _close to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | _fdopen moonlight_nxdk_openssl__fdopen |
| | Redirect _fdopen to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | _open moonlight_nxdk_openssl__open |
| | Redirect _open to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | _unlink moonlight_nxdk_openssl__unlink |
| | Redirect _unlink to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | access moonlight_nxdk_openssl_access |
| | Redirect access to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | AF_UNIX (-1) |
| | Placeholder address-family value used when AF_UNIX is unavailable on nxdk.
|
| |
|
#define | chmod moonlight_nxdk_openssl_chmod |
| | Redirect chmod to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | close moonlight_nxdk_openssl_close |
| | Redirect close to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | F_OK 0 |
| | Test access mode flag for file existence checks.
|
| |
| #define | FD_CLR(n, p) |
| | Clear a socket descriptor from an fd_set.
|
| |
| #define | FD_ISSET(n, p) |
| | Return whether a socket descriptor is present in an fd_set.
|
| |
| #define | FD_SET(n, p) |
| | Mark a socket descriptor as present in an fd_set.
|
| |
|
#define | FD_SETSIZE MEMP_NUM_NETCONN |
| | Maximum number of sockets tracked by the compatibility fd_set.
|
| |
| #define | FD_ZERO(p) |
| | Reset an fd_set so that it tracks no descriptors.
|
| |
|
#define | fdopen moonlight_nxdk_openssl_fdopen |
| | Redirect fdopen to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | fileno moonlight_nxdk_openssl_fileno |
| | Redirect fileno to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | getegid moonlight_nxdk_openssl_getegid |
| | Redirect getegid to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | geteuid moonlight_nxdk_openssl_geteuid |
| | Redirect geteuid to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | getgid moonlight_nxdk_openssl_getgid |
| | Redirect getgid to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | getuid moonlight_nxdk_openssl_getuid |
| | Redirect getuid to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | gmtime_s moonlight_nxdk_openssl_gmtime_s |
| | Redirect gmtime_s to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | LWIP_SOCKET_OFFSET 0 |
| | Offset applied by lwIP when translating socket descriptors.
|
| |
|
#define | open moonlight_nxdk_openssl_open |
| | Redirect open to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | R_OK 4 |
| | Test access mode flag for read permission checks.
|
| |
|
#define | read moonlight_nxdk_openssl_read |
| | Redirect read to the nxdk OpenSSL compatibility shim.
|
| |
| #define | select(maxfdp1, readset, writeset, exceptset, timeout) |
| | Route select calls through the lwIP compatibility shim on nxdk builds.
|
| |
|
#define | W_OK 2 |
| | Test access mode flag for write permission checks.
|
| |
|
#define | write moonlight_nxdk_openssl_write |
| | Redirect write to the nxdk OpenSSL compatibility shim.
|
| |
|
#define | X_OK 1 |
| | Test access mode flag for execute permission checks.
|
| |
Declares OpenSSL compatibility shims for nxdk.