Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwsipv6ok.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #ifdef IPV6STRICT 00004 00005 #include <ws2tcpip.h> 00006 #include <wspiapi.h> 00007 00008 #undef AF_INET 00009 #define AF_INET AF_INET_IPV6INCOMPATIBLE 00010 #undef PF_INET 00011 #define PF_INET PF_INET_IPV6INCOMPATIBLE 00012 #undef in_addr 00013 #define in_addr in_addr_IPV6INCOMPATIBLE 00014 #undef IN_ADDR 00015 #define IN_ADDR IN_ADDR_IPV6INCOMPATIBLE 00016 #undef PIN_ADDR 00017 #define PIN_ADDR PIN_ADDR_IPV6INCOMPATIBLE 00018 #undef LPIN_ADDR 00019 #define LPIN_ADDR LPIN_ADDR_IPV6INCOMPATIBLE 00020 #undef IPAddr 00021 #define IPAddr IPAddr_IPV6INCOMPATIBLE 00022 #undef sockaddr_in 00023 #define sockaddr_in sockaddr_in_IPV6INCOMPATIBLE 00024 #undef SOCKADDR_IN 00025 #define SOCKADDR_IN SOCKADDR_IN_IPV6INCOMPATIBLE 00026 #undef PSOCKADDR_IN 00027 #define PSOCKADDR_IN PSOCKADDR_IN_IPV6INCOMPATIBLE 00028 #undef LPSOCKADDR_IN 00029 #define LPSOCKADDR_IN LPSOCKADDR_IN_IPV6INCOMPATIBLE 00030 #undef INADDR_ANY 00031 #define INADDR_ANY INADDR_ANY_IPV6INCOMPATIBLE 00032 #undef INADDR_LOOPBACK 00033 #define INADDR_LOOPBACK INADDR_LOOPBACK_IPV6INCOMPATIBLE 00034 #undef IPPROTO_IP 00035 #define IPPROTO_IP IPPROTO_IP_IPV6INCOMPATIBLE 00036 #undef IP_MULTICAST_IF 00037 #define IP_MULTICAST_IF IP_MULTICAST_IF_IPV6INCOMPATIBLE 00038 #undef IP_MULTICAST_TTL 00039 #define IP_MULTICAST_TTL IP_MULTICAST_TTL_IPV6INCOMPATIBLE 00040 #undef IP_MULTICAST_LOOP 00041 #define IP_MULTICAST_LOOP IP_MULTICAST_LOOP_IPV6INCOMPATIBLE 00042 #undef IP_ADD_MEMBERSHIP 00043 #define IP_ADD_MEMBERSHIP IP_ADD_MEMBERSHIP_IPV6INCOMPATIBLE 00044 #undef IP_DROP_MEMBERSHIP 00045 #define IP_DROP_MEMBERSHIP IP_DROP_MEMBERSHIP_IPV6INCOMPATIBLE 00046 #undef ip_mreq 00047 #define ip_mreq ip_mreq_IPV6INCOMPATIBLE 00048 #undef gethostbyname 00049 #define gethostbyname(a) gethostbyname_IPV6INCOMPATIBLE 00050 #undef hostent 00051 #define hostent hostent_IPV6INCOMPATIBLE 00052 #undef HOSTENT 00053 #define HOSTENT HOSTENT_IPV6INCOMPATIBLE 00054 #undef PHOSTENT 00055 #define PHOSTENT PHOSTENT_IPV6INCOMPATIBLE 00056 #undef LPHOSTENT 00057 #define LPHOSTENT LPHOSTENT_IPV6INCOMPATIBLE 00058 #undef inet_addr 00059 #define inet_addr(a) inet_addr_IPV6INCOMPATIBLE 00060 #undef gethostbyaddr 00061 #define gethostbyaddr(a,b,c) gethostbyaddr_IPV6INCOMPATIBLE 00062 #undef inet_ntoa 00063 #define inet_ntoa(a) inet_ntoa_IPV6INCOMPATIBLE 00064 #undef IN_MULTICAST 00065 #define IN_MULTICAST(a) IN_MULTICAST_IPV6INCOMPATIBLE 00066 #undef IN_CLASSD 00067 #define IN_CLASSD(a) IN_CLASSD_IPV6INCOMPATIBLE 00068 #undef IP_TTL 00069 #define IP_TTL IP_TTL_IPV6INCOMPATIBLE 00070 #undef IN_CLASSA 00071 #define IN_CLASSA(a) IN_CLASSA_IPV6INCOMPATIBLE 00072 #undef IN_CLASSB 00073 #define IN_CLASSB(a) IN_CLASSB_IPV6INCOMPATIBLE 00074 #undef IN_CLASSC 00075 #define IN_CLASSC(a) IN_CLASSC_IPV6INCOMPATIBLE 00076 #undef INADDR_BROADCAST 00077 #define INADDR_BROADCAST(a) INADDR_BROADCAST_IPV6INCOMPATIBLE 00078 #undef WSAAsyncGetHostByAddr 00079 #define WSAAsyncGetHostByAddr(a,b,c,d,e,f,g) WSAAsyncGetHostByAddr_IPV6INCOMPATIBLE 00080 #undef WSAAsyncGetHostByName 00081 #define WSAAsyncGetHostByName(a,b,c,d,e) WSAAsyncGetHostByName_IPV6INCOMPATIBLE 00082 00083 #endif Generated on Sat May 26 2012 04:31:51 for ReactOS by
1.7.6.1
|