Go to the source code of this file.
◆ SNewDatagramClient()
Definition at line 19 of file SNew.c.
SOCKET WSAAPI socket(IN INT af, IN INT type, IN INT protocol)
◆ SNewDatagramServer()
Definition at line 64 of file SNew.c.
73 if (
SBind(sfd,
port, nTries, reuseFlag) < 0) {
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
SOCKET WSAAPI socket(IN INT af, IN INT type, IN INT protocol)
int SBind(int sockfd, const int port, const int nTries, const int reuseFlag)
◆ SNewStreamClient()
Definition at line 4 of file SNew.c.
SOCKET WSAAPI socket(IN INT af, IN INT type, IN INT protocol)
◆ SNewStreamServer()
Definition at line 34 of file SNew.c.
43 if (
SBind(sfd,
port, nTries, reuseFlag) < 0) {
50 if (
SListen(sfd, listenQueueSize) < 0) {
int SListen(int sfd, int backlog)
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
SOCKET WSAAPI socket(IN INT af, IN INT type, IN INT protocol)
int SBind(int sockfd, const int port, const int nTries, const int reuseFlag)
Referenced by Server().