mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
- add missing net card interface info to ipifcons.h
- follow on patch from Gregor Brunmar <gregor.brunmar - home - se> svn path=/trunk/; revision=29220
This commit is contained in:
parent
98727fc4a0
commit
9fa9463d77
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,16 @@
|
|||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#define IF_ADMIN_STATUS_UP 1
|
||||
#define IF_ADMIN_STATUS_DOWN 2
|
||||
#define IF_ADMIN_STATUS_TESTING 3
|
||||
#define IF_OPER_STATUS_NON_OPERATIONAL 0
|
||||
#define IF_OPER_STATUS_UNREACHABLE 1
|
||||
#define IF_OPER_STATUS_DISCONNECTED 2
|
||||
#define IF_OPER_STATUS_CONNECTING 3
|
||||
#define IF_OPER_STATUS_CONNECTED 4
|
||||
#define IF_OPER_STATUS_OPERATIONAL 5
|
||||
|
||||
#define MIB_IF_ADMIN_STATUS_UP 1
|
||||
#define MIB_IF_ADMIN_STATUS_DOWN 2
|
||||
#define MIB_IF_ADMIN_STATUS_TESTING 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue