Loading...
Searching...
No Matches
Go to the documentation of this file.
42#if defined(_WIN32) && !defined(__CYGWIN__)
56# include <sys/types.h>
57# include <netinet/in.h>
58# include <netinet/tcp.h>
59# include <arpa/inet.h>
60# include <sys/socket.h>
62# if !defined(HAVE_DECL_HTONL) && !defined(htonl)
73# define INADDR_ANY ((uint32_t)0x00000000)
75#ifndef INADDR_LOOPBACK
76# define INADDR_LOOPBACK ((uint32_t)0x7f000001)
78#ifndef INADDR_BROADCAST
79# define INADDR_BROADCAST ((uint32_t)0xffffffff)