Go to the documentation of this file.
42 #if defined(_WIN32) && !defined(__CYGWIN__)
44 # include <winsock2.h>
45 # include <ws2tcpip.h>
51 # include <sys/types.h>
52 # include <netinet/in.h>
53 # include <netinet/tcp.h>
54 # include <arpa/inet.h>
55 # include <sys/socket.h>
57 # if !defined(HAVE_DECL_HTONL) && !defined(htonl)
58 extern uint32_t
htonl(uint32_t);
59 extern uint32_t
ntohl(uint32_t);