source: vendor/w32api/current/lib/ws2_32.c

Last change on this file was 2720, checked in by bird, 19 years ago

w32api v3.6

File size: 243 bytes
Line 
1#include <winsock2.h>
2#include <ws2tcpip.h>
3
4/* IPv6 constants for use in structure assignments (RFC 2553). */
5const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
6const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};
Note: See TracBrowser for help on using the repository browser.