Lines Matching refs:SOCKET
47 #define SOCKET int macro
48 #define INVALID_SOCKET (SOCKET)(~0)
95 static int _isLocalCallback(void *const param, SOCKET s);
97 static int _isRemoteCallback(void *const param, SOCKET s);
119 bool _acceptConnection(SOCKET s, unsigned int port);
120 int _rxFromSocket(SOCKET s);
125 int _isRemote(SOCKET s) const;
133 Channel *_getSockOpenChannel(SOCKET s);
137 SOCKET s;
150 SOCKET _serverSignalSocket;
151 SOCKET _clientSignalSocket; // Used to notify Select() to check new available channels