1994-08-02 07:55:43 +00:00
|
|
|
/*
|
1994-08-21 06:14:33 +00:00
|
|
|
* $Id: tp_states.h,v 1.3 1994/08/05 12:33:30 davidg Exp $
|
1994-08-02 07:55:43 +00:00
|
|
|
*/
|
1994-08-21 06:14:33 +00:00
|
|
|
|
|
|
|
#ifndef _NETISO_TP_STATES_H_
|
|
|
|
#define _NETISO_TP_STATES_H_
|
|
|
|
|
1994-08-05 12:33:30 +00:00
|
|
|
#define ST_ERROR 0x0
|
1994-05-24 10:09:53 +00:00
|
|
|
#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
|
1994-08-21 06:14:33 +00:00
|
|
|
|
|
|
|
#endif
|