15 #define NXLINK_SERVER_PORT 28280
16 #define NXLINK_CLIENT_PORT 28771
static int nxlinkStdio(void)
Same as nxlinkConnectToHost but redirecting both stdout/stderr.
Definition: nxlink.h:28
static int nxlinkStdioForDebug(void)
Same as nxlinkConnectToHost but redirecting only stderr.
Definition: nxlink.h:33
int nxlinkConnectToHost(bool redirStdout, bool redirStderr)
Connects to the nxlink host, setting up an output stream.
struct in_addr __nxlink_host
Address of the host connected through nxlink.
#define NX_INLINE
Flags a function as (always) inline.
Definition: types.h:86