holdingarea/llvm/llvm-gcc4.2-2.7-x86-mingw32/include/ipinfoid.h
branchbug235_bringup_0
changeset 20 d2d6724aef32
equal deleted inserted replaced
19:da7c1a80df0d 20:d2d6724aef32
       
     1 /*
       
     2  * ipinfoid.h - Routing and Remote Access Services
       
     3  *
       
     4  * THIS SOFTWARE IS NOT COPYRIGHTED
       
     5  *
       
     6  * This source code is offered for use in the public domain.  You may use,
       
     7  * modify or distribute it freely.
       
     8  *
       
     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.
       
    13  *
       
    14  */
       
    15 #ifndef _IPINFOID_H
       
    16 #define _IPINFOID_H
       
    17 #if __GNUC__ >= 3
       
    18 #pragma GCC system_header
       
    19 #endif
       
    20 
       
    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 */
       
    42 
       
    43 #endif