Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ws2_32.c « lib « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9584f811f0b9ba64193b8ff0776684386d290382 (plain)
1
2
3
4
5
6
#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 }};