OSDN Git Service

9584f811f0b9ba64193b8ff0776684386d290382
[mingw/mingw-org-wsl.git] / w32api / lib / ws2_32.c
1 #include <winsock2.h>
2 #include <ws2tcpip.h>
3
4 /*  IPv6 constants for use in structure assignments (RFC 2553).  */
5 const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
6 const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};