Update tcl to version 8.5.13
[msysgit.git] / mingw / include / ipinfoid.h
blobbe5adb27a455b9808b75dbe48ba28c66302aef0d
1 /*
2 * ipinfoid.h - Routing and Remote Access Services
4 * THIS SOFTWARE IS NOT COPYRIGHTED
6 * This source code is offered for use in the public domain. You may use,
7 * modify or distribute it freely.
9 * This code is distributed in the hope that it will be useful but
10 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
11 * DISCLAIMED. This includes but is not limited to warranties of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 #ifndef _IPINFOID_H
16 #define _IPINFOID_H
17 #if __GNUC__ >= 3
18 #pragma GCC system_header
19 #endif
21 /*--- Router Management Reference - Router Information Enumeration Types */
22 #define IP_IN_FILTER_INFO 0xFFFF0001
23 #define IP_OUT_FILTER_INFO 0xFFFF0002
24 #define IP_GLOBAL_INFO 0xFFFF0003
25 #define IP_INTERFACE_STATUS_INFO 0xFFFF0004
26 #define IP_ROUTE_INFO 0xFFFF0005
27 #define IP_PROT_PRIORITY_INFO 0xFFFF0006
28 #define IP_ROUTER_DISC_INFO 0xFFFF0007
29 #define IP_DEMAND_DIAL_FILTER_INFO 0xFFFF0009
30 #define IP_MCAST_HEARBEAT_INFO 0xFFFF000A
31 #define IP_MCAST_BOUNDARY_INFO 0xFFFF000B
32 #define IP_IPINIP_CFG_INFO 0xFFFF000C
33 #define IP_IFFILTER_INFO 0xFFFF000D
34 #define IP_MCAST_LIMIT_INFO 0xFFFF000E
35 /*#define IP_DEMAND_DIAL_FILTER_INFO_V6 */
36 /*#define IP_FILTER_ENABLE_INFO_V6 */
37 /*#define IP_IN_FILTER_INFO_V6 */
38 /*#define IP_IFFILTER_INFO_V6 */
39 /*#define IP_OUT_FILTER_INFO_V6 */
40 /*#define IPV6_GLOBAL_INFO */
41 /*#define IPV6_ROUTE_INFO */
43 #endif