Home
last modified time | relevance | path

Searched refs:TP_ERROR_MASK (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/netiso/
H A Diso_errno.h42 #define TP_ERROR_MASK 0x8800 /* transport layer */ macro
57 #define E_TP_DR_NO_REAS (TP_ERROR_MASK | 0x0) /* dr reason not specified*/
58 #define E_TP_CONGEST (TP_ERROR_MASK | 0x1) /* dr reason congestion */
59 #define E_TP_NO_SESSION (TP_ERROR_MASK | 0x2) /* dr reason no sess ent */
60 #define E_TP_ADDR_UNK (TP_ERROR_MASK | 0x3) /* dr reason addr unknown */
62 #define E_TP_ER_NO_REAS (TP_ERROR_MASK | 0x40) /* er reas not specified */
64 #define E_TP_INV_TPDU (TP_ERROR_MASK | 0x42) /* er reas invalid tpdu type */
67 #define E_TP_NORMAL_DISC (TP_ERROR_MASK | 0x80) /* dr reas normal disc */
68 #define E_TP_CONGEST_2 (TP_ERROR_MASK | 0x81) /* dr reason congestion */
70 #define E_TP_DUPL_SRCREF (TP_ERROR_MASK | 0x83) /* dr duplicate src ref */
[all …]
H A Dtp.trans427 if ($$.e_reason != (E_TP_NO_SESSION ^ TP_ERROR_MASK) &&
428 $$.e_reason != (E_TP_NO_CR_ON_NC ^ TP_ERROR_MASK) &&
429 $$.e_reason != (E_TP_REF_OVERFLOW ^ TP_ERROR_MASK))