stash
[wine/wine64.git] / include / ipifcons.h
blobb249b24ebd986c195172b398d429208b8a122c02
1 /* WINE ipifcons.h
2 * Copyright (C) 2003 Juan Lang
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.
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.
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 #ifndef WINE_IPIFCONS_H__
19 #define WINE_IPIFCONS_H__
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
29 #define MIB_IF_ADMIN_STATUS_UP 1
30 #define MIB_IF_ADMIN_STATUS_DOWN 2
31 #define MIB_IF_ADMIN_STATUS_TESTING 3
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
40 #endif /* WINE_ROUTING_IPIFCONS_H__ */