home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / ipifcons.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  14KB  |  259 lines

  1. /*++
  2.  
  3. Copyright (c) 1995-1999 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     ipifcons.h
  8.  
  9. Abstract:
  10.     Constants needed for the Interface Object
  11.  
  12.        */
  13.  
  14. #ifndef __IPIFCONS_H__
  15. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  16. #define __IPIFCONS_H__
  17.  
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif
  21.  
  22. //////////////////////////////////////////////////////////////////////////////
  23. //                                                                          //
  24. // Media types                                                              //
  25. //                                                                          //
  26. //////////////////////////////////////////////////////////////////////////////
  27.  
  28. #define MIN_IF_TYPE                     1
  29.  
  30. #define IF_TYPE_OTHER                   1   // None of the below
  31. #define IF_TYPE_REGULAR_1822            2
  32. #define IF_TYPE_HDH_1822                3
  33. #define IF_TYPE_DDN_X25                 4
  34. #define IF_TYPE_RFC877_X25              5
  35. #define IF_TYPE_ETHERNET_CSMACD         6
  36. #define IF_TYPE_IS088023_CSMACD         7
  37. #define IF_TYPE_ISO88024_TOKENBUS       8
  38. #define IF_TYPE_ISO88025_TOKENRING      9
  39. #define IF_TYPE_ISO88026_MAN            10
  40. #define IF_TYPE_STARLAN                 11
  41. #define IF_TYPE_PROTEON_10MBIT          12
  42. #define IF_TYPE_PROTEON_80MBIT          13
  43. #define IF_TYPE_HYPERCHANNEL            14
  44. #define IF_TYPE_FDDI                    15
  45. #define IF_TYPE_LAP_B                   16
  46. #define IF_TYPE_SDLC                    17
  47. #define IF_TYPE_DS1                     18  // DS1-MIB
  48. #define IF_TYPE_E1                      19  // Obsolete; see DS1-MIB
  49. #define IF_TYPE_BASIC_ISDN              20
  50. #define IF_TYPE_PRIMARY_ISDN            21
  51. #define IF_TYPE_PROP_POINT2POINT_SERIAL 22  // proprietary serial
  52. #define IF_TYPE_PPP                     23
  53. #define IF_TYPE_SOFTWARE_LOOPBACK       24
  54. #define IF_TYPE_EON                     25  // CLNP over IP
  55. #define IF_TYPE_ETHERNET_3MBIT          26
  56. #define IF_TYPE_NSIP                    27  // XNS over IP
  57. #define IF_TYPE_SLIP                    28  // Generic Slip
  58. #define IF_TYPE_ULTRA                   29  // ULTRA Technologies
  59. #define IF_TYPE_DS3                     30  // DS3-MIB
  60. #define IF_TYPE_SIP                     31  // SMDS, coffee
  61. #define IF_TYPE_FRAMERELAY              32  // DTE only
  62. #define IF_TYPE_RS232                   33
  63. #define IF_TYPE_PARA                    34  // Parallel port
  64. #define IF_TYPE_ARCNET                  35
  65. #define IF_TYPE_ARCNET_PLUS             36
  66. #define IF_TYPE_ATM                     37  // ATM cells
  67. #define IF_TYPE_MIO_X25                 38
  68. #define IF_TYPE_SONET                   39  // SONET or SDH
  69. #define IF_TYPE_X25_PLE                 40
  70. #define IF_TYPE_ISO88022_LLC            41
  71. #define IF_TYPE_LOCALTALK               42
  72. #define IF_TYPE_SMDS_DXI                43
  73. #define IF_TYPE_FRAMERELAY_SERVICE      44  // FRNETSERV-MIB
  74. #define IF_TYPE_V35                     45
  75. #define IF_TYPE_HSSI                    46
  76. #define IF_TYPE_HIPPI                   47
  77. #define IF_TYPE_MODEM                   48  // Generic Modem
  78. #define IF_TYPE_AAL5                    49  // AAL5 over ATM
  79. #define IF_TYPE_SONET_PATH              50
  80. #define IF_TYPE_SONET_VT                51
  81. #define IF_TYPE_SMDS_ICIP               52  // SMDS InterCarrier Interface
  82. #define IF_TYPE_PROP_VIRTUAL            53  // Proprietary virtual/internal
  83. #define IF_TYPE_PROP_MULTIPLEXOR        54  // Proprietary multiplexing
  84. #define IF_TYPE_IEEE80212               55  // 100BaseVG
  85. #define IF_TYPE_FIBRECHANNEL            56
  86. #define IF_TYPE_HIPPIINTERFACE          57
  87. #define IF_TYPE_FRAMERELAY_INTERCONNECT 58  // Obsolete, use 32 or 44
  88. #define IF_TYPE_AFLANE_8023             59  // ATM Emulated LAN for 802.3
  89. #define IF_TYPE_AFLANE_8025             60  // ATM Emulated LAN for 802.5
  90. #define IF_TYPE_CCTEMUL                 61  // ATM Emulated circuit
  91. #define IF_TYPE_FASTETHER               62  // Fast Ethernet (100BaseT)
  92. #define IF_TYPE_ISDN                    63  // ISDN and X.25
  93. #define IF_TYPE_V11                     64  // CCITT V.11/X.21
  94. #define IF_TYPE_V36                     65  // CCITT V.36
  95. #define IF_TYPE_G703_64K                66  // CCITT G703 at 64Kbps
  96. #define IF_TYPE_G703_2MB                67  // Obsolete; see DS1-MIB
  97. #define IF_TYPE_QLLC                    68  // SNA QLLC
  98. #define IF_TYPE_FASTETHER_FX            69  // Fast Ethernet (100BaseFX)
  99. #define IF_TYPE_CHANNEL                 70
  100. #define IF_TYPE_IEEE80211               71  // Radio spread spectrum
  101. #define IF_TYPE_IBM370PARCHAN           72  // IBM System 360/370 OEMI Channel
  102. #define IF_TYPE_ESCON                   73  // IBM Enterprise Systems Connection
  103. #define IF_TYPE_DLSW                    74  // Data Link Switching
  104. #define IF_TYPE_ISDN_S                  75  // ISDN S/T interface
  105. #define IF_TYPE_ISDN_U                  76  // ISDN U interface
  106. #define IF_TYPE_LAP_D                   77  // Link Access Protocol D
  107. #define IF_TYPE_IPSWITCH                78  // IP Switching Objects
  108. #define IF_TYPE_RSRB                    79  // Remote Source Route Bridging
  109. #define IF_TYPE_ATM_LOGICAL             80  // ATM Logical Port
  110. #define IF_TYPE_DS0                     81  // Digital Signal Level 0
  111. #define IF_TYPE_DS0_BUNDLE              82  // Group of ds0s on the same ds1
  112. #define IF_TYPE_BSC                     83  // Bisynchronous Protocol
  113. #define IF_TYPE_ASYNC                   84  // Asynchronous Protocol
  114. #define IF_TYPE_CNR                     85  // Combat Net Radio
  115. #define IF_TYPE_ISO88025R_DTR           86  // ISO 802.5r DTR
  116. #define IF_TYPE_EPLRS                   87  // Ext Pos Loc Report Sys
  117. #define IF_TYPE_ARAP                    88  // Appletalk Remote Access Protocol
  118. #define IF_TYPE_PROP_CNLS               89  // Proprietary Connectionless Proto
  119. #define IF_TYPE_HOSTPAD                 90  // CCITT-ITU X.29 PAD Protocol
  120. #define IF_TYPE_TERMPAD                 91  // CCITT-ITU X.3 PAD Facility
  121. #define IF_TYPE_FRAMERELAY_MPI          92  // Multiproto Interconnect over FR
  122. #define IF_TYPE_X213                    93  // CCITT-ITU X213
  123. #define IF_TYPE_ADSL                    94  // Asymmetric Digital Subscrbr Loop
  124. #define IF_TYPE_RADSL                   95  // Rate-Adapt Digital Subscrbr Loop
  125. #define IF_TYPE_SDSL                    96  // Symmetric Digital Subscriber Loop
  126. #define IF_TYPE_VDSL                    97  // Very H-Speed Digital Subscrb Loop
  127. #define IF_TYPE_ISO88025_CRFPRINT       98  // ISO 802.5 CRFP
  128. #define IF_TYPE_MYRINET                 99  // Myricom Myrinet
  129. #define IF_TYPE_VOICE_EM                100 // Voice recEive and transMit
  130. #define IF_TYPE_VOICE_FXO               101 // Voice Foreign Exchange Office
  131. #define IF_TYPE_VOICE_FXS               102 // Voice Foreign Exchange Station
  132. #define IF_TYPE_VOICE_ENCAP             103 // Voice encapsulation
  133. #define IF_TYPE_VOICE_OVERIP            104 // Voice over IP encapsulation
  134. #define IF_TYPE_ATM_DXI                 105 // ATM DXI
  135. #define IF_TYPE_ATM_FUNI                106 // ATM FUNI
  136. #define IF_TYPE_ATM_IMA                 107 // ATM IMA
  137. #define IF_TYPE_PPPMULTILINKBUNDLE      108 // PPP Multilink Bundle
  138. #define IF_TYPE_IPOVER_CDLC             109 // IBM ipOverCdlc
  139. #define IF_TYPE_IPOVER_CLAW             110 // IBM Common Link Access to Workstn
  140. #define IF_TYPE_STACKTOSTACK            111 // IBM stackToStack
  141. #define IF_TYPE_VIRTUALIPADDRESS        112 // IBM VIPA
  142. #define IF_TYPE_MPC                     113 // IBM multi-proto channel support
  143. #define IF_TYPE_IPOVER_ATM              114 // IBM ipOverAtm
  144. #define IF_TYPE_ISO88025_FIBER          115 // ISO 802.5j Fiber Token Ring
  145. #define IF_TYPE_TDLC                    116 // IBM twinaxial data link control
  146. #define IF_TYPE_GIGABITETHERNET         117
  147. #define IF_TYPE_HDLC                    118
  148. #define IF_TYPE_LAP_F                   119
  149. #define IF_TYPE_V37                     120
  150. #define IF_TYPE_X25_MLP                 121 // Multi-Link Protocol
  151. #define IF_TYPE_X25_HUNTGROUP           122 // X.25 Hunt Group
  152. #define IF_TYPE_TRANSPHDLC              123
  153. #define IF_TYPE_INTERLEAVE              124 // Interleave channel
  154. #define IF_TYPE_FAST                    125 // Fast channel
  155. #define IF_TYPE_IP                      126 // IP (for APPN HPR in IP networks)
  156. #define IF_TYPE_DOCSCABLE_MACLAYER      127 // CATV Mac Layer
  157. #define IF_TYPE_DOCSCABLE_DOWNSTREAM    128 // CATV Downstream interface
  158. #define IF_TYPE_DOCSCABLE_UPSTREAM      129 // CATV Upstream interface
  159. #define IF_TYPE_A12MPPSWITCH            130 // Avalon Parallel Processor
  160. #define IF_TYPE_TUNNEL                  131 // Encapsulation interface
  161. #define IF_TYPE_COFFEE                  132 // Coffee pot
  162. #define IF_TYPE_CES                     133 // Circuit Emulation Service
  163. #define IF_TYPE_ATM_SUBINTERFACE        134 // ATM Sub Interface
  164. #define IF_TYPE_L2_VLAN                 135 // Layer 2 Virtual LAN using 802.1Q
  165. #define IF_TYPE_L3_IPVLAN               136 // Layer 3 Virtual LAN using IP
  166. #define IF_TYPE_L3_IPXVLAN              137 // Layer 3 Virtual LAN using IPX
  167. #define IF_TYPE_DIGITALPOWERLINE        138 // IP over Power Lines
  168. #define IF_TYPE_MEDIAMAILOVERIP         139 // Multimedia Mail over IP
  169. #define IF_TYPE_DTM                     140 // Dynamic syncronous Transfer Mode
  170. #define IF_TYPE_DCN                     141 // Data Communications Network
  171. #define IF_TYPE_IPFORWARD               142 // IP Forwarding Interface
  172. #define IF_TYPE_MSDSL                   143 // Multi-rate Symmetric DSL
  173. #define IF_TYPE_IEEE1394                144 // IEEE1394 High Perf Serial Bus
  174.  
  175. #define MAX_IF_TYPE                     144
  176.  
  177. //////////////////////////////////////////////////////////////////////////////
  178. //                                                                          //
  179. // Access types                                                             //
  180. //                                                                          //
  181. //////////////////////////////////////////////////////////////////////////////
  182.  
  183. #define IF_ACCESS_LOOPBACK              1
  184. #define IF_ACCESS_BROADCAST             2
  185. #define IF_ACCESS_POINTTOPOINT          3
  186. #define IF_ACCESS_POINTTOMULTIPOINT     4
  187.  
  188. //////////////////////////////////////////////////////////////////////////////
  189. //                                                                          //
  190. // Connection Types                                                         //
  191. //                                                                          //
  192. //////////////////////////////////////////////////////////////////////////////
  193.  
  194. #define IF_CONNECTION_DEDICATED         1
  195. #define IF_CONNECTION_PASSIVE           2
  196. #define IF_CONNECTION_DEMAND            3
  197.  
  198.  
  199. #define IF_ADMIN_STATUS_UP              1
  200. #define IF_ADMIN_STATUS_DOWN            2
  201. #define IF_ADMIN_STATUS_TESTING         3
  202.  
  203. //////////////////////////////////////////////////////////////////////////////
  204. //                                                                          //
  205. // The following are the the operational states for WAN and LAN interfaces. //
  206. // The order of the states seems weird, but is done for a purpose. All      //
  207. // states >= CONNECTED can transmit data right away. States >= DISCONNECTED //
  208. // can tx data but some set up might be needed. States < DISCONNECTED can   //
  209. // not transmit data.                                                       //
  210. // A card is marked UNREACHABLE if DIM calls InterfaceUnreachable for       //
  211. // reasons other than failure to connect.                                   //
  212. //                                                                          //
  213. // NON_OPERATIONAL -- Valid for LAN Interfaces. Means the card is not       //
  214. //                      working or not plugged in or has no address.        //
  215. // UNREACHABLE     -- Valid for WAN Interfaces. Means the remote site is    //
  216. //                      not reachable at this time.                         //
  217. // DISCONNECTED    -- Valid for WAN Interfaces. Means the remote site is    //
  218. //                      not connected at this time.                         //
  219. // CONNECTING      -- Valid for WAN Interfaces. Means a connection attempt  //
  220. //                      has been initiated to the remote site.              //
  221. // CONNECTED       -- Valid for WAN Interfaces. Means the remote site is    //
  222. //                      connected.                                          //
  223. // OPERATIONAL     -- Valid for LAN Interfaces. Means the card is plugged   //
  224. //                      in and working.                                     //
  225. //                                                                          //
  226. // It is the users duty to convert these values to MIB-II values if they    //
  227. // are to be used by a subagent                                             //
  228. //                                                                          //
  229. //////////////////////////////////////////////////////////////////////////////
  230.  
  231. #define IF_OPER_STATUS_NON_OPERATIONAL  0
  232. #define IF_OPER_STATUS_UNREACHABLE      1
  233. #define IF_OPER_STATUS_DISCONNECTED     2
  234. #define IF_OPER_STATUS_CONNECTING       3
  235. #define IF_OPER_STATUS_CONNECTED        4
  236. #define IF_OPER_STATUS_OPERATIONAL      5
  237.  
  238. #define MIB_IF_TYPE_OTHER               1
  239. #define MIB_IF_TYPE_ETHERNET            6
  240. #define MIB_IF_TYPE_TOKENRING           9
  241. #define MIB_IF_TYPE_FDDI                15
  242. #define MIB_IF_TYPE_PPP                 23
  243. #define MIB_IF_TYPE_LOOPBACK            24
  244. #define MIB_IF_TYPE_SLIP                28
  245.  
  246. #define MIB_IF_ADMIN_STATUS_UP          1
  247. #define MIB_IF_ADMIN_STATUS_DOWN        2
  248. #define MIB_IF_ADMIN_STATUS_TESTING     3
  249.  
  250. #define MIB_IF_OPER_STATUS_NON_OPERATIONAL      0
  251. #define MIB_IF_OPER_STATUS_UNREACHABLE          1
  252. #define MIB_IF_OPER_STATUS_DISCONNECTED         2
  253. #define MIB_IF_OPER_STATUS_CONNECTING           3
  254. #define MIB_IF_OPER_STATUS_CONNECTED            4
  255. #define MIB_IF_OPER_STATUS_OPERATIONAL          5
  256.  
  257. #pragma option pop /*P_O_Pop*/
  258. #endif //__ROUTING_IPIFCONS_H__
  259.