ip2trace.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. //
  2. union ip2breadcrumb 
  3. {
  4. struct { 
  5. unsigned char port, cat, codes, label;
  6. } __attribute__ ((packed)) hdr;
  7. unsigned long value;
  8. };
  9. #define ITRC_NO_PORT  0xFF
  10. #define CHANN (pCh->port_index)
  11. #define ITRC_ERROR '!'
  12. #define ITRC_INIT  'A'
  13. #define ITRC_OPEN 'B'
  14. #define ITRC_CLOSE 'C'
  15. #define ITRC_DRAIN 'D'
  16. #define ITRC_IOCTL 'E'
  17. #define ITRC_FLUSH 'F'
  18. #define ITRC_STATUS 'G'
  19. #define ITRC_HANGUP 'H'
  20. #define ITRC_INTR  'I'
  21. #define ITRC_SFLOW 'J'
  22. #define ITRC_SBCMD 'K'
  23. #define ITRC_SICMD 'L'
  24. #define ITRC_MODEM 'M'
  25. #define ITRC_INPUT 'N'
  26. #define ITRC_OUTPUT 'O'
  27. #define ITRC_PUTC 'P'
  28. #define ITRC_QUEUE 'Q'
  29. #define ITRC_STFLW 'R'
  30. #define ITRC_SFIFO 'S'
  31. #define ITRC_VERIFY 'V'
  32. #define ITRC_WRITE 'W'
  33. #define ITRC_ENTER 0x00
  34. #define ITRC_RETURN 0xFF
  35. #define ITRC_QUEUE_ROOM 2
  36. #define ITRC_QUEUE_CMD 6