1 /* $NetBSD: tp_states.h,v 1.4 1994/06/29 06:40:31 cgd Exp $ */
3 #ifndef _NETISO_TP_STATES_H_
4 #define _NETISO_TP_STATES_H_
11 #define TP_CLOSING 0x5
12 #define TP_REFWAIT 0x6
13 #define TP_LISTENING 0x7
14 #define TP_CONFIRMING 0x8
16 #define tp_NSTATES 0x9
18 #endif /* !_NETISO_TP_STATES_H_ */