Sign in
third-party-mirror
/
mingw-w64
/
7be845814494130a499a1e2e29b9470cb2fcb44d
/
.
/
mingw-w64-crt
/
lib32
/
ws2_32.c
blob: 9584f811f0b9ba64193b8ff0776684386d290382 [
file
] [
log
] [
blame
]
#include
<winsock2.h>
#include
<ws2tcpip.h>
/* IPv6 constants for use in structure assignments (RFC 2553). */
const
struct
in6_addr in6addr_any
=
{{
IN6ADDR_ANY_INIT
}};
const
struct
in6_addr in6addr_loopback
=
{{
IN6ADDR_LOOPBACK_INIT
}};