libnx
nxlink.h
1 #pragma once
2 
3 struct in_addr;
4 
5 extern struct in_addr __nxlink_host;
6 
7 #define NXLINK_SERVER_PORT 28280
8 #define NXLINK_CLIENT_PORT 28771