added my responsibility for the `cpm' port
[unix-history] / sys / netiso / tp_states.h
CommitLineData
43371f85
RG
1/*
2 * from: unknown
8ace4366 3 * $Id: tp_states.h,v 1.2 1993/10/16 21:06:01 rgrimes Exp $
43371f85
RG
4 */
5
8ace4366
GW
6#ifndef _NETISO_TP_STATES_H_
7#define _NETISO_TP_STATES_H_ 1
8
15637ed4
RG
9#define ST_ERROR 0x0
10#define TP_CLOSED 0x1
11#define TP_CRSENT 0x2
12#define TP_AKWAIT 0x3
13#define TP_OPEN 0x4
14#define TP_CLOSING 0x5
15#define TP_REFWAIT 0x6
16#define TP_LISTENING 0x7
17#define TP_CONFIRMING 0x8
18
19#define tp_NSTATES 0x9
8ace4366 20#endif /* _NETISO_TP_STATES_H_ */