summaryrefslogtreecommitdiffstats
path: root/sys/netiso/tp_states.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netiso/tp_states.h')
-rw-r--r--sys/netiso/tp_states.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/netiso/tp_states.h b/sys/netiso/tp_states.h
new file mode 100644
index 0000000..ac6213a
--- /dev/null
+++ b/sys/netiso/tp_states.h
@@ -0,0 +1,13 @@
+/* $Header$ */
+/* $Source$ */
+#define ST_ERROR 0x0
+#define TP_CLOSED 0x1
+#define TP_CRSENT 0x2
+#define TP_AKWAIT 0x3
+#define TP_OPEN 0x4
+#define TP_CLOSING 0x5
+#define TP_REFWAIT 0x6
+#define TP_LISTENING 0x7
+#define TP_CONFIRMING 0x8
+
+#define tp_NSTATES 0x9
OpenPOWER on IntegriCloud