home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Portable Patmos / usr / include / netiso / tp_states.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-08  |  288 b   |  14 lines  |  [TEXT/R*ch]

  1. /* $Id: tp_states.h,v 1.2 1993/05/20 05:27:55 cgd Exp $ */
  2.  
  3. #define ST_ERROR 0x0
  4. #define TP_CLOSED 0x1
  5. #define TP_CRSENT 0x2
  6. #define TP_AKWAIT 0x3
  7. #define TP_OPEN 0x4
  8. #define TP_CLOSING 0x5
  9. #define TP_REFWAIT 0x6
  10. #define TP_LISTENING 0x7
  11. #define TP_CONFIRMING 0x8
  12.  
  13. #define tp_NSTATES 0x9
  14.