ReactOS 0.4.16-dev-927-g467dec4
|
#include "syshdrs.h"
Go to the source code of this file.
Functions | |
int | GetSocketBufSize (int UNUSED(sockfd), size_t *const rsize, size_t *const ssize) |
int | SetSocketBufSize (int UNUSED(sockfd), size_t UNUSED(rsize), size_t UNUSED(ssize)) |
int | GetSocketNagleAlgorithm (const int UNUSED(fd)) |
int | SetSocketNagleAlgorithm (const int UNUSED(fd), const int UNUSED(onoff)) |
int | GetSocketLinger (const int UNUSED(fd), int *const UNUSED(lingertime)) |
int | SetSocketLinger (const int UNUSED(fd), const int UNUSED(l_onoff), const int UNUSED(l_linger)) |
Definition at line 5 of file SocketUtil.c.
Definition at line 136 of file SocketUtil.c.
Definition at line 87 of file SocketUtil.c.
Definition at line 49 of file SocketUtil.c.
Definition at line 164 of file SocketUtil.c.
Definition at line 113 of file SocketUtil.c.