1/*	$NetBSD: tp_states.h,v 1.4 1994/06/29 06:40:31 cgd Exp $	*/
2
3#ifndef _NETISO_TP_STATES_H_
4#define _NETISO_TP_STATES_H_
5
6#define ST_ERROR 0x0
7#define TP_CLOSED 0x1
8#define TP_CRSENT 0x2
9#define TP_AKWAIT 0x3
10#define TP_OPEN 0x4
11#define TP_CLOSING 0x5
12#define TP_REFWAIT 0x6
13#define TP_LISTENING 0x7
14#define TP_CONFIRMING 0x8
15
16#define tp_NSTATES 0x9
17
18#endif /* !_NETISO_TP_STATES_H_ */
19