ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/neterr.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 829 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 /**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6 #ifndef _NMNETERR_
7 #define _NMNETERR_
8
9 #define NETERR_RING_STATUS_SIGNAL_LOST 0x00008000
10 #define NETERR_RING_STATUS_HARD_ERROR 0x00004000
11 #define NETERR_RING_STATUS_SOFT_ERROR 0x00002000
12 #define NETERR_RING_STATUS_TRANSMIT_BEACON 0x00001000
13 #define NETERR_RING_STATUS_LOBE_WIRE_FAULT 0x00000800
14 #define NETERR_RING_STATUS_AUTO_REMOVAL_ERROR 0x00000400
15 #define NETERR_RING_STATUS_REMOTE_RECEIVED 0x00000200
16 #define NETERR_RING_STATUS_COUNTER_OVERFLOW 0x00000100
17 #define NETERR_RING_STATUS_SIGNAL_STATION 0x00000080
18 #define NETERR_RING_STATUS_RECOVERY 0x00000040
19 #define NETERR_RING_STOP_CAPTURE 0x00008E00
20
21 #endif