live
|
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <strings.h>
#include <ctype.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | closeSocket close |
#define | SOCKLEN_T int |
#define closeSocket close |
Definition at line 112 of file NetCommon.h.
#define SOCKLEN_T int |
Definition at line 123 of file NetCommon.h.