31 # include <winsock2.h>
32 typedef int socklen_t;
34 # include <netinet/in.h>
74 #define CONST_IPV6_LOOPBACK {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1}
75 #define CONST_IPV4_LOOPBACK {127,0,0,1}
76 #define CONST_IPV6_IPV4SPACE 0,0,0,0,0,0,0,0,0,0,0xff,0xff
77 #define CONST_IPV6_IPV4START {CONST_IPV6_IPV4SPACE, 0, 0, 0, 0}
78 #define CONST_IPV6_MACSPACE 0xFE, 0x80, 0, 0, 0, 0, 0, 0x02
79 #define CONST_IPV6_MACSTART {CONST_IPV6_MACSPACE, 0, 0, 0, 0, 0, 0, 0, 0}
82 #define CONST_ASSIM_DEFAULT_V4_MCAST {224,0,2,5}