#define CI_HELP			101
#define CI_PACKET_SIZE		102
#define CI_MAX_UNACK_PKTS	103
#define CI_RCV_CONN_CMD		104
#define CI_RCV_CONN_RSP		105
#define CI_MEMORY_PAUSE		106
#define CI_NO_RESPONSE		107
#define CI_KEEP_ALIVE		108
#define CI_RETRY_LIMIT_XMIT_ERR	109
#define CI_RETRY_LIMIT_MEM_ERR	110
#define CI_RETRY_LIMIT_RSP_ERR	111
#define CI_XMT_STUCK		112
#define CI_FROM_NETBIOS		113
#define CI_FIXED_PKT_SIZE	114
#define CI_RESTORE          119
#define CI_VERSION          120

#define CI_VAL_CRC		201
#define CI_VAL_CHECKSUM		202

#define CI_LOG_ALL		301
#define CI_LOG_UNUSUAL		302
#define CI_LOG_NONE		303

#define NBE_NRC_BUFLEN                  1
//#define NBE_FULL_BUFFERS              2
#define NBE_NRC_ILLCMD                  3
#define NBE_NRC_CMDTMO                  4
#define NBE_NRC_INCOMP                  5
#define NBE_NRC_BADDR                   6
#define NBE_NRC_SNUMOUT                 7
#define NBE_NRC_NORES                   8
#define NBE_NRC_SCLOSED                 9
#define NBE_NRC_CMDCAN                  10
//#define NBE_PCDMA_FAILED              11
#define NBE_NRC_DUPNAME                 12
#define NBE_NRC_NAMTFUL                 13
#define NBE_NRC_ACTSES                  14
#define NBE_NRC_NOWILD                  15
#define NBE_NRC_LOCTFUL                 16
#define NBE_NRC_REMTFUL                 17
#define NBE_NRC_ILLNN                   18
#define NBE_NRC_NOCALL                  19
//#define NBE_NRC_NOWILD2                 20
#define NBE_NRC_INUSE                   21
#define NBE_NRC_NAMERR                  22
#define NBE_NRC_SABORT                  23
#define NBE_NRC_NAMCONF                 24
//#define NBE_INCOMPAT_REMOTE_DEV       25
#define NBE_NRC_IFBUSY                  26
#define NBE_NRC_TOOMANY                 27
#define NBE_NRC_BRIDGE                  28
#define NBE_NRC_CANOCCR                 29
//#define NBE_RESERVED_NAME             30
#define NBE_NRC_CANCEL                  31
#define NBE_NRC_DUPENV                  32
//#define NBE_MULT_REQ_FOR_SAME_SESSION 33
#define NBE_NRC_ENVNOTDEF               34
#define NBE_NRC_OSRESNOTAV              35
#define NBE_NRC_MAXAPPS                 36
#define NBE_NRC_NOSAPS                  37
#define NBE_NRC_NORESOURCES             38
#define NBE_NRC_SYSTEM                  39
//#define NBE_HOT_CARRIER_REMOTE        40
//#define NBE_HOT_CARRIER_LOCAL         41
//#define NBE_NO_CARRIER                42
//#define NBE_INTERFACE_FAILURE         43
//#define NBE_BITS_ON_TOO_LONG          44
//#define NBE_BITS_ON                   45
//#define NBE_ADAPTER_FAILED            46
//#define NBE_DIR_INITIALIZE_ERROR      47
//#define NBE_DIR_OPEN_ADAPTER_ERROR    48
//#define NBE_IBM_LAN_INTERNAL_ERROR    49
//#define NBE_NETBIOS_CARD_ERROR        50
#define NBE_NRC_OPENERR                 51
//#define NBE_SAP_FAILED                52
//#define NBE_UNEXPECTED_ADAPTER_CLOSE  53
#define NBE_HARDWARE_ERROR              54
#define NBE_UNKNOWN_ERROR               55

#define NBE_NRC_INVADDRESS         2
#define NBE_NRC_INVDDID            11
#define NBE_NRC_LOCKFAIL            25






