source: vendor/w32api/current/include/ipifcons.h

Last change on this file was 2720, checked in by bird, 19 years ago

w32api v3.6

File size: 676 bytes
Line 
1#ifndef _IPIFCONS_H
2#define _IPIFCONS_H
3#if __GNUC__ >=3
4#pragma GCC system_header
5#endif
6
7#define MIB_IF_ADMIN_STATUS_UP 1
8#define MIB_IF_ADMIN_STATUS_DOWN 2
9#define MIB_IF_ADMIN_STATUS_TESTING 3
10#define MIB_IF_OPER_STATUS_NON_OPERATIONAL 0
11#define MIB_IF_OPER_STATUS_UNREACHABLE 1
12#define MIB_IF_OPER_STATUS_DISCONNECTED 2
13#define MIB_IF_OPER_STATUS_CONNECTING 3
14#define MIB_IF_OPER_STATUS_CONNECTED 4
15#define MIB_IF_OPER_STATUS_OPERATIONAL 5
16#define MIB_IF_TYPE_OTHER 1
17#define MIB_IF_TYPE_ETHERNET 6
18#define MIB_IF_TYPE_TOKENRING 9
19#define MIB_IF_TYPE_FDDI 15
20#define MIB_IF_TYPE_PPP 23
21#define MIB_IF_TYPE_LOOPBACK 24
22#define MIB_IF_TYPE_SLIP 28
23#endif /* _IPIFCONS_H */
Note: See TracBrowser for help on using the repository browser.