24 optsize =
sizeof(opt);
33 optsize =
sizeof(opt);
66 optsize =
sizeof(opt);
73 optsize =
sizeof(opt);
100 optsize = (
int)
sizeof(opt);
127 optsize = (
int)
sizeof(opt);
149 optsize = (
int)
sizeof(opt);
154 if (lingertime !=
NULL)
155 *lingertime = opt.l_linger;
156 return (opt.l_onoff);
198 opt.l_onoff = l_onoff;
199 opt.l_linger = l_linger;
200 optsize = (
int)
sizeof(opt);
int GetSocketNagleAlgorithm(const int UNUSED(fd))
int GetSocketLinger(const int UNUSED(fd), int *const UNUSED(lingertime))
int SetSocketBufSize(int UNUSED(sockfd), size_t UNUSED(rsize), size_t UNUSED(ssize))
int SetSocketNagleAlgorithm(const int UNUSED(fd), const int UNUSED(onoff))
int GetSocketBufSize(int UNUSED(sockfd), size_t *const rsize, size_t *const ssize)
int SetSocketLinger(const int UNUSED(fd), const int UNUSED(l_onoff), const int UNUSED(l_linger))
static const char * onoff(int bool)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
#define LIBSIO_USE_VAR(a)
INT WSAAPI setsockopt(IN SOCKET s, IN INT level, IN INT optname, IN CONST CHAR FAR *optval, IN INT optlen)
INT WSAAPI getsockopt(IN SOCKET s, IN INT level, IN INT optname, OUT CHAR FAR *optval, IN OUT INT FAR *optlen)