Changeset 21456 for trunk/include/ws2defs.h
- Timestamp:
- Sep 23, 2010, 10:09:19 PM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws2defs.h
r21446 r21456 1 #ifndef _WS2 TCPIPODIN_H_2 #define _WS2 TCPIPODIN_H_1 #ifndef _WS2DEFS_H_ 2 #define _WS2DEFS_H_ 3 3 4 4 #define WS2_IPPROTO_OFFSET 100 … … 6 6 #define WS2_IPPROTO_OPT(a) (a+WS2_IPPROTO_OFFSET) 7 7 8 /* These match the WinSock 2 constants */ 8 9 #define IP_OPTIONS_WS2 1 /* set/get IP options */ 9 10 #define IP_HDRINCL_WS2 2 /* header is included with data */ … … 17 18 #define IP_DONTFRAGMENT_WS2 14 /* don't fragment IP datagrams */ 18 19 20 /* These match the OS/2 constants */ 19 21 #define IP_OPTIONS_OS2 1 /* buf/ip_opts; set/get IP options */ 20 22 #define IP_MULTICAST_IF_OS2 2 /* u_char; set/get IP multicast i/f */ … … 34 36 #define SO_REUSEPORT_OS2 0x1000 /* allow local address & port reuse */ 35 37 36 #endif /* _WS2 TCPIP_H_ */38 #endif /* _WS2DEFS_H_ */ 37 39 38 40
Note:
See TracChangeset
for help on using the changeset viewer.