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.

354 lines
10 KiB

  1. #define IGMPLOG_BASE 41000
  2. #define IGMPLOG_INIT_CRITSEC_FAILED (IGMPLOG_BASE + 1)
  3. /*
  4. * IGMP was unable to initialize a critical section.
  5. * The data is the exception code.
  6. */
  7. #define IGMPLOG_HEAP_CREATE_FAILED (IGMPLOG_BASE + 2)
  8. /*
  9. * IGMP was unable to create a heap.
  10. * The data is the error code.
  11. */
  12. #define IGMPLOG_HEAP_ALLOC_FAILED (IGMPLOG_BASE + 3)
  13. /*
  14. * IGMP was unable to allocate memory from its heap.
  15. * The data is the error code.
  16. */
  17. #define IGMPLOG_IGMP_ALREADY_STARTED (IGMPLOG_BASE + 4)
  18. /*
  19. * IGMP received a start request when it was already running.
  20. */
  21. #define IGMPLOG_WSASTARTUP_FAILED (IGMPLOG_BASE + 5)
  22. /*
  23. * IGMP was unable to start Windows Sockets.
  24. * The data is the error code.
  25. */
  26. #define IGMPLOG_CREATE_RWL_FAILED (IGMPLOG_BASE + 6)
  27. /*
  28. * IGMP was unable to create a synchronization object.
  29. * The data is the error code.
  30. */
  31. #define IGMPLOG_CREATE_EVENT_FAILED (IGMPLOG_BASE + 7)
  32. /*
  33. * IGMP was unable to create an event.
  34. * The data is the error code.
  35. */
  36. #define IGMPLOG_CREATE_SEMAPHORE_FAILED (IGMPLOG_BASE + 8)
  37. /*
  38. * IGMP was unable to create a semaphore.
  39. * The data is the error code.
  40. */
  41. #define IGMPLOG_CREATE_SOCKET_FAILED (IGMPLOG_BASE + 9)
  42. /*
  43. * IGMP was unable to create a socket.
  44. * The data is the error code.
  45. */
  46. #define IGMPLOG_IGMP_STARTED (IGMPLOG_BASE + 10)
  47. /*
  48. * IGMP has started successfully.
  49. */
  50. #define IGMPLOG_QUEUE_WORKER_FAILED (IGMPLOG_BASE + 11)
  51. /*
  52. * IGMP could not schedule a task to be executed.
  53. * This may have been caused by a memory allocation failure.
  54. * The data is the error code.
  55. */
  56. #define IGMPLOG_RECVFROM_FAILED (IGMPLOG_BASE + 12)
  57. /*
  58. * IGMP was unable to receive an incoming message
  59. * on the local interface with IP address %1.
  60. * The data is the error code.
  61. */
  62. #define IGMPLOG_PACKET_TOO_SMALL (IGMPLOG_BASE + 13)
  63. /*
  64. * IGMP received a packet which was smaller than the minimum size
  65. * allowed for IGMP packets. The packet has been discarded.
  66. * It was received on the local interface with IP address %1,
  67. * and it came from the neighboring router with IP address %2.
  68. */
  69. #define IGMPLOG_PACKET_VERSION_INVALID (IGMPLOG_BASE + 14)
  70. /*
  71. * IGMP received a packet with an invalid version in its header.
  72. * The packet has been discarded. It was received on the local interface
  73. * with IP address %1, and it came from the neighboring router
  74. * with IP address %2.
  75. */
  76. #define IGMPLOG_PACKET_HEADER_CORRUPT (IGMPLOG_BASE + 15)
  77. /*
  78. * IGMP received a packet with an invalid header. The packet has been
  79. * discarded. It was received on the local interface with IP address %1,
  80. * and it came from the neighboring router with IP address %2.
  81. */
  82. #define IGMPLOG_QUERY_FROM_RAS_CLIENT (IGMPLOG_BASE + 16)
  83. /*
  84. * Router received a general query from RAS Client(%1) on interface
  85. * with IP address %2.
  86. * RAS clients are not supposed to send queries.
  87. */
  88. #define IGMPLOG_VERSION_QUERY (IGMPLOG_BASE + 17)
  89. /*
  90. * Different version router with IP Address %1
  91. * exists on the interface with IP address %2.
  92. */
  93. #define IGMPLOG_SENDTO_FAILED (IGMPLOG_BASE + 19)
  94. /*
  95. * IGMP was unable to send a packet from the interface with IP address %1
  96. * to the IP address %2.
  97. * The data is the error code.
  98. */
  99. #define IGMPLOG_PACKET_VERSION_MISMATCH (IGMPLOG_BASE + 20)
  100. /*
  101. * IGMP discarded a version %1 packet received on the interface
  102. * with IP address %2 from a neighbor with IP address %3.
  103. * The above interface is configured to accept only version %4 packets.
  104. */
  105. #define IGMPLOG_ENUM_NETWORK_EVENTS_FAILED (IGMPLOG_BASE + 21)
  106. /*
  107. * Igmpv2 was unable to enumerate network events on the local interface
  108. * with IP address %1.
  109. * The data is the error code.
  110. */
  111. #define IGMPLOG_INPUT_RECORD_ERROR (IGMPLOG_BASE + 22)
  112. /*
  113. * Igmpv2 detected an error on the local interface with IP address %1.
  114. * The error occurred while the interface was receiving packets.
  115. * The data is the error code.
  116. */
  117. #define IGMPLOG_EVENTSELECT_FAILED (IGMPLOG_BASE + 23)
  118. /*
  119. * Igmpv2 was unable to request notification of events
  120. * on the socket for the local interface with IP address %1.
  121. * The data is the error code.
  122. */
  123. #define IGMPLOG_CREATE_SOCKET_FAILED_2 (IGMPLOG_BASE + 24)
  124. /*
  125. * IGMP was unable to create a socket for the local interface
  126. * with IP address %1.
  127. * The data is the error code.
  128. */
  129. #define IGMPLOG_BIND_FAILED (IGMPLOG_BASE + 25)
  130. /*
  131. * IGMP could not bind to port 520 on the socket for
  132. * the local interface with IP address %1.
  133. * The data is the error code.
  134. */
  135. #define IGMPLOG_CONNECT_FAILED (IGMPLOG_BASE + 26)
  136. /*
  137. * IGMP could not be configured on Ras Client %1 on interface with
  138. * index %2.
  139. * The data is the error code.
  140. */
  141. #define IGMPLOG_DISCONNECT_FAILED (IGMPLOG_BASE + 27)
  142. /*
  143. * Unable to disable IGMP on Ras Client %1 on the interface with
  144. * index %2.
  145. * The data is the error code.
  146. */
  147. #define IGMPLOG_SET_MCAST_IF_FAILED (IGMPLOG_BASE + 28)
  148. /*
  149. * IGMP could not request multicasting on the local interface
  150. * with IP address %1.
  151. * The data is the error code.
  152. */
  153. #define IGMPLOG_SET_ROUTER_ALERT_FAILED (IGMPLOG_BASE + 29)
  154. /*
  155. * IGMP could not set router alert option on the local interface
  156. * with IP address %1.
  157. * The data is the error code.
  158. */
  159. #define IGMPLOG_SET_HDRINCL_FAILED (IGMPLOG_BASE + 30)
  160. /*
  161. * IGMP could not set the IP header include option on interface
  162. * with IP address %1.
  163. * The data is the error code.
  164. */
  165. #define IGMPLOG_JOIN_GROUP_FAILED (IGMPLOG_BASE + 31)
  166. /*
  167. * IGMP could not join the multicast group %1
  168. * on the local interface with IP address %2.
  169. * The data is the error code.
  170. */
  171. #define IGMPLOG_LEAVE_GROUP_FAILED (IGMPLOG_BASE + 32)
  172. /*
  173. * IGMP could not leave the multicast group %1
  174. * on the local interface with IP address %2.
  175. * The data is the error code.
  176. */
  177. #define IGMPLOG_PROTO_ALREADY_STOPPING (IGMPLOG_BASE + 33)
  178. /*
  179. * StopProtocol() called to stop Igmp when it is
  180. * already being stopped.
  181. * The data is the error code.
  182. */
  183. #define IGMPLOG_PROXY_IF_EXISTS (IGMPLOG_BASE + 34)
  184. /*
  185. * AddInterface() called to add an Igmp Proxy interface.
  186. * Igmp proxy already owns another interface.
  187. * The data is the error code.
  188. */
  189. #define IGMPLOG_RAS_IF_EXISTS (IGMPLOG_BASE + 35)
  190. /*
  191. * AddInterface() called to add an Igmp Ras interface.
  192. * Ras Server cannot exist on multiple interfaces.
  193. * The data is the error code.
  194. */
  195. #define IGMPLOG_MGM_REGISTER_FAILED (IGMPLOG_BASE + 36)
  196. /*
  197. * IGMP Router failed to register with MGM.
  198. * The data is the error code.
  199. */
  200. #define IGMPLOG_MGM_PROXY_REGISTER_FAILED (IGMPLOG_BASE + 37)
  201. /*
  202. * IGMP Proxy failed to register with MGM.
  203. * The data is the error code.
  204. */
  205. #define IGMPLOG_MGM_TAKE_IF_OWNERSHIP_FAILED (IGMPLOG_BASE + 38)
  206. /*
  207. * MgmTakeInterfaceOwnership() failed.
  208. * The data is the error code.
  209. */
  210. #define IGMPLOG_ROBUSTNESS_VARIABLE_EQUAL_1 (IGMPLOG_BASE + 39)
  211. /*
  212. * The robustness variable is being set to 1 for Igmp router
  213. * on Interface %1.
  214. * You should avoid setting it to 1.
  215. */
  216. #define IGMPLOG_INVALID_VALUE (IGMPLOG_BASE + 40)
  217. /*
  218. * One of the values passed to Igmp is invalid.
  219. * %1
  220. */
  221. #define IGMPLOG_REGISTER_WAIT_SERVER_FAILED (IGMPLOG_BASE + 41)
  222. /*
  223. * The wait-events-timers could not be registered with the
  224. * wait server thread. Alertable threads might not have
  225. * been initialized in Rtutils.
  226. * The data is the error code.
  227. */
  228. #define IGMPLOG_IGMP_STOPPED (IGMPLOG_BASE + 42)
  229. /*
  230. * IGMP has stopped.
  231. */
  232. #define IGMPLOG_CAN_NOT_COMPLETE (IGMPLOG_BASE + 43)
  233. /*
  234. * Fatal error. Could not complete.
  235. * The data is the error code.
  236. */
  237. #define IGMPLOG_INVALID_VERSION (IGMPLOG_BASE + 44)
  238. /*
  239. * The version field in the IGMP config field is incorrect.
  240. * Delete and create the IGMP config again.
  241. */
  242. #define IGMPLOG_INVALID_PROTOTYPE (IGMPLOG_BASE + 45)
  243. /*
  244. * IGMP Protocol type for interface %1 has invalid value %2.
  245. * The data is the error code.
  246. */
  247. #define IGMPLOG_PROXY_ON_RAS_SERVER (IGMPLOG_BASE + 46)
  248. /*
  249. * Cannot configure Proxy on RAS server interface %1.
  250. */
  251. #define IGMPLOG_INVALID_STATIC_GROUP (IGMPLOG_BASE + 47)
  252. /*
  253. * Static group %1 configured on Interface%2 not a valid MCast address.
  254. */
  255. #define IGMPLOG_INVALID_STATIC_MODE (IGMPLOG_BASE + 48)
  256. /*
  257. * Static group %1 configured on Interface:%2 does not have valid mode.
  258. */
  259. #define IGMPLOG_INVALID_STATIC_FILTER (IGMPLOG_BASE + 49)
  260. /*
  261. * Static group %1 configured on Interface:%2 has invalid filter.
  262. */
  263. #define IGMPLOG_INVALID_ROBUSTNESS (IGMPLOG_BASE + 50)
  264. /*
  265. * Invalid robustness variable:%1 configured on Interface:%2. Max 7.
  266. */
  267. #define IGMPLOG_INVALID_STARTUPQUERYCOUNT (IGMPLOG_BASE + 51)
  268. /*
  269. * Invalid Startup Query Count:%1 configured on Interface:%2.
  270. */
  271. #define IGMPLOG_INTERFACE_RTR_ACTIVATED (IGMPLOG_BASE + 52)
  272. /*
  273. * IGMP-Rtr-V%1 activated on Interface:%2.
  274. */
  275. #define IGMPLOG_INTERFACE_PROXY_ACTIVATED (IGMPLOG_BASE + 53)
  276. /*
  277. * IGMP Proxy activated on Interface:%1.
  278. */
  279. #define IGMPLOG_ACTIVATION_FAILURE_PROXY (IGMPLOG_BASE + 54)
  280. /*
  281. * Failed to install IGMP Proxy on interface:%1.
  282. */
  283. #define IGMPLOG_ACTIVATION_FAILURE_RTR (IGMPLOG_BASE + 55)
  284. /*
  285. * Failed to install IGMP Rtr-V-%1 on interface:%2.
  286. */
  287. #define IGMPLOG_RTR_DEACTIVATED (IGMPLOG_BASE + 56)
  288. /*
  289. * Failed to install IGMP Rtr-V-%1 on interface:%2.
  290. */
  291. #define IGMPLOG_PROXY_DEACTIVATED (IGMPLOG_BASE + 57)
  292. /*
  293. * Failed to install IGMP Rtr-V-%1 on interface:%2.
  294. */