msgids.h
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:2k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /* Copyright (c) 1995,1996,1997 NEC Corporation.  All rights reserved.       */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6. /*
  7.  * $Id: msgids.h,v 1.3 1997/06/16 15:30:32 steve Exp $
  8.  */
  9. #ifndef __MSGIDS_H
  10. #define __MSGIDS_H
  11. #define MSGID_SERVER_START              1
  12. #define MSGID_SERVER_RESTART            2
  13. #define MSGID_SERVER_STOP               3
  14. #define MSGID_SERVER_SOCKS_BIND         4
  15. #define MSGID_SERVER_SOCKS_ACCEPT       5
  16. #define MSGID_SERVER_CONF_BADLINE       6
  17. #define MSGID_SERVER_AUTH_BAD           7
  18. #define MSGID_SERVER_AUTH_NONE          8
  19. #define MSGID_SERVER_AUTH_FAILED        9
  20. #define MSGID_SERVER_WRONG_ROUTE        10
  21. #define MSGID_SERVER_BANNED_HOST        11
  22. #define MSGID_SERVER_BAD_VERSION        12
  23. #define MSGID_SERVER_RECV_VERSION       13
  24. #define MSGID_SERVER_BAD_COMMAND        14
  25. #define MSGID_SERVER_TCP_START          15
  26. #define MSGID_SERVER_TCP_ESTAB          16
  27. #define MSGID_SERVER_TCP_END            17
  28. #define MSGID_SERVER_TCP_AUTH           18
  29. #define MSGID_SERVER_TCP_ACCEPT_AUTH    19
  30. #define MSGID_SERVER_UDP_START          20
  31. #define MSGID_SERVER_UDP_ESTAB          21
  32. #define MSGID_SERVER_UDP_END            22
  33. #define MSGID_SERVER_UDP_AUTH           23
  34. #define MSGID_SERVER_PT_START           24
  35. #define MSGID_SERVER_PT_ESTAB           25
  36. #define MSGID_SERVER_PT_END             26
  37. #define MSGID_SERVER_PT_AUTH            27
  38. #endif