source:
vendor/w32api/current/lib/ws2_32.c
Last change on this file was 2720, checked in by , 19 years ago | |
---|---|
File size: 243 bytes |
Line | |
---|---|
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 }}; |
Note:
See TracBrowser
for help on using the repository browser.