This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / include / ipifcons.h
1 /* WINE ipifcons.h
2  * Copyright (C) 2003 Juan Lang
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17  */
18 #ifndef WINE_IPIFCONS_H__
19 #define WINE_IPIFCONS_H__
20
21 #define MIB_IF_TYPE_OTHER               1
22 #define MIB_IF_TYPE_ETHERNET            6
23 #define MIB_IF_TYPE_TOKENRING           9
24 #define MIB_IF_TYPE_FDDI                15
25 #define MIB_IF_TYPE_PPP                 23
26 #define MIB_IF_TYPE_LOOPBACK            24
27 #define MIB_IF_TYPE_SLIP                28
28
29 #define MIB_IF_ADMIN_STATUS_UP          1
30 #define MIB_IF_ADMIN_STATUS_DOWN        2
31 #define MIB_IF_ADMIN_STATUS_TESTING     3
32
33 #define MIB_IF_OPER_STATUS_NON_OPERATIONAL      0
34 #define MIB_IF_OPER_STATUS_UNREACHABLE          1
35 #define MIB_IF_OPER_STATUS_DISCONNECTED         2
36 #define MIB_IF_OPER_STATUS_CONNECTING           3
37 #define MIB_IF_OPER_STATUS_CONNECTED            4
38 #define MIB_IF_OPER_STATUS_OPERATIONAL          5
39
40 #endif /* WINE_ROUTING_IPIFCONS_H__ */