Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
3.6 KiB

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. Author:
  6. Revision History:
  7. --*/
  8. #ifndef __IPKERN_STRDEFS_H__
  9. #define __IPKERN_STRDEFS_H__
  10. #define TOKEN_ROUTE 1001
  11. #define TOKEN_ADDRESS 1002
  12. #define TOKEN_INTERFACE 1003
  13. #define TOKEN_ARP 1004
  14. #define TOKEN_IFINFO 1005
  15. #define TOKEN_ADD 2001
  16. #define TOKEN_DELETE 2002
  17. #define TOKEN_PRINT 2003
  18. #define TOKEN_MATCH 2004
  19. #define TOKEN_FLUSH 2005
  20. #define TOKEN_ENABLE 2006
  21. #define TOKEN_MASK 3001
  22. #define TOKEN_METRIC 3002
  23. #define TOKEN_SRC 3003
  24. #define TOKEN_STATS 4001
  25. #define TOKEN_INFO 4002
  26. #define TOKEN_NAME 4003
  27. #define TOKEN_GUID 4004
  28. #define MSG_RTTABLE_HDR 9001
  29. #define MSG_ADDRTABLE_HDR 9002
  30. #define MSG_ARPTABLE_HDR 9003
  31. #define MSG_IF_INFO 9004
  32. //
  33. // Usage and help messages
  34. //
  35. #define HMSG_IPKERN_USAGE 10001
  36. #define HMSG_ROUTE_USAGE 10002
  37. #define HMSG_ROUTE_ADD_USAGE 10003
  38. #define HMSG_ROUTE_DELETE_USAGE 10004
  39. #define HMSG_ROUTE_MATCH_USAGE 10005
  40. #define HMSG_ARP_USAGE 10006
  41. #define HMSG_ARP_FLUSH_USAGE 10007
  42. #define HMSG_IF_USAGE 10008
  43. #define HMSG_IF_NAME_USAGE 10009
  44. #define HMSG_IF_GUID_USAGE 10010
  45. //
  46. // Error messages and strings
  47. //
  48. #define EMSG_NO_ENTRIES1 20001
  49. #define EMSG_NO_ENTRIES2 20002
  50. #define EMSG_RETRIEVAL_ERROR1 20003
  51. #define EMSG_RETRIEVAL_ERROR2 20004
  52. #define EMSG_UNIQUE_ROUTE_ABSENT 20005
  53. #define EMSG_SET_ERROR1 20006
  54. #define EMSG_SET_ERROR2 20007
  55. #define EMSG_RT_BAD_DEST 20008
  56. #define EMSG_RT_BAD_NHOP 20009
  57. #define EMSG_RT_BAD_MASK 20010
  58. #define EMSG_RT_ZERO_IF_METRIC 20011
  59. #define EMSG_RT_BAD_IF_NHOP 20012
  60. #define EMSG_ARP_NO_SUCH_IF 20013
  61. #define EMSG_UNABLE_TO_FLUSH_ARP 20014
  62. #define EMSG_ROUTE_ENABLE 20015
  63. #define EMSG_NO_SUCH_IF 20016
  64. #define STR_RTTABLE 30001
  65. #define STR_ADDRTABLE 30002
  66. #define STR_RTENTRY 30003
  67. #define STR_ARPTABLE 30004
  68. #define STR_IFTABLE 30005
  69. #define STR_OTHER 30006
  70. #define STR_INVALID 30007
  71. #define STR_DYNAMIC 30008
  72. #define STR_STATIC 30009
  73. #define STR_ETHERNET 30011
  74. #define STR_TOKENRING 30012
  75. #define STR_FDDI 30013
  76. #define STR_PPP 30014
  77. #define STR_LOOPBACK 30015
  78. #define STR_SLIP 30016
  79. #define STR_UP 30017
  80. #define STR_DOWN 30018
  81. #define STR_TESTING 30019
  82. #define STR_NON_OPERATIONAL 30020
  83. #define STR_UNREACHABLE 30021
  84. #define STR_DISCONNECTED 30022
  85. #define STR_CONNECTING 30023
  86. #define STR_CONNECTED 30024
  87. #define STR_OPERATIONAL 30025
  88. #endif // __IPKERN_STRDEFS_H__