Sign in
third-party-mirror
/
mingw-w64
/
82a466591f4bf62e4b789f30810208ba6b730759
/
.
/
mingw-w64-crt
/
libsrc
/
ws2_32.c
blob: 34d880c908a224fc18e94b60103688f649ab473f [
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
;