isdnl2.h 510 B

12345678910111213141516171819202122232425
  1. /* $Id: isdnl2.h,v 1.3.6.2 2001/09/23 22:24:49 kai Exp $
  2. *
  3. * Layer 2 defines
  4. *
  5. * This software may be used and distributed according to the terms
  6. * of the GNU General Public License, incorporated herein by reference.
  7. *
  8. */
  9. #define RR 0x01
  10. #define RNR 0x05
  11. #define REJ 0x09
  12. #define SABME 0x6f
  13. #define SABM 0x2f
  14. #define DM 0x0f
  15. #define UI 0x03
  16. #define DISC 0x43
  17. #define UA 0x63
  18. #define FRMR 0x87
  19. #define XID 0xaf
  20. #define CMD 0
  21. #define RSP 1
  22. #define LC_FLUSH_WAIT 1