requestr.imp 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. # converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
  2. #
  3. AllocateBlockOfTasks,
  4. AttachByAddress,
  5. AttachToFileServer,
  6. CheckIfConnectionActive,
  7. CleanLocalConnectionFromNLM,
  8. ConvertWildString,
  9. DisableConnection,
  10. DisplayConnectionsByNLM,
  11. DisplayConnectionsByServer,
  12. EnableConnection,
  13. GetConnectionID,
  14. GetConnectionInformation,
  15. GetConnectionList,
  16. GetConnectionNumber,
  17. GetCurrentConnection,
  18. GetCurrentConnectionID,
  19. GetCurrentFileServerID,
  20. GetCurrentTask,
  21. GetCurrentTransportType,
  22. GetDefaultConnectionID,
  23. GetDefaultFileServerID,
  24. GetFileServerID,
  25. GetInternetAddress,
  26. GetLANAddress,
  27. GetMaximumNumberOfStations,
  28. GetNetNumber,
  29. GetObjectConnectionNumbers,
  30. GetSessionListHasChanged,
  31. GetStationAddress,
  32. GetUserNameFromNetAddress,
  33. GiveMeTheConn,
  34. GiveMeTheSession,
  35. GiveUpTheConn,
  36. GiveUpTheSession,
  37. LoginObject,
  38. LoginToFileServer,
  39. Logout,
  40. LogoutConnection,
  41. LogoutFromFileServer,
  42. LogoutObject,
  43. NCP87GenerateDirBase,
  44. NCP87GetEntryInformation,
  45. NCPAllocateTasks,
  46. NCPAllocFileHandle,
  47. NCPAllocSearchHandle,
  48. NCPAttachHandle,
  49. NCPChangeBinderyObjectPassword,
  50. NCPCheckForNewPacket,
  51. NCPCloseDirectory,
  52. NCPCloseEA,
  53. NCPCloseFile,
  54. NCPConnect,
  55. NCPConnectByAddress,
  56. NCPConnectUDP,
  57. NCPConnectByAddressUDP,
  58. NCPConnectTCP,
  59. NCPConnectByAddressTCP,
  60. NCPConvertPath,
  61. NCPConvertPathToDirEntry,
  62. NCPCreateSessionKey,
  63. NCPDirectorySearch,
  64. NCPDisconnect,
  65. NCPEraseFile,
  66. NCPFreeDebugPacket,
  67. NCPFreeDirHandle,
  68. NCPFreeFileHandle,
  69. NCPFreeSearchHandle,
  70. NCPFreeUserConnections,
  71. NCPGetCachedConnection,
  72. NCPGetConnectionFromSlot,
  73. NCPGetConnectionInfo,
  74. NCPGetConnectionSlot,
  75. NCPGetConnectionTask,
  76. NCPGetConnectionUser,
  77. NCPGetDirHandle,
  78. NCPGetDirPath,
  79. NCPGetEntryAccessRights,
  80. NCPGetEntryAttributes,
  81. NCPGetEntryInformation,
  82. NCPGetFileHandleList,
  83. NCPGetFileSize,
  84. NCPGetFullPath,
  85. NCPGetMonitoredConnection,
  86. NCPGetNextDebugPacket,
  87. NCPGetNumOfConnections,
  88. NCPGetNWCConnectionInfo,
  89. NCPGetSecurityFlags,
  90. NCPGetServerConnection,
  91. NCPGetServerID,
  92. NCPGetServerIDFromAddress,
  93. NCPGetServerIDFromName,
  94. NCPGetServerName,
  95. NCPGetServerVersion,
  96. NCPGetSessionKey,
  97. NCPGetUserConnection,
  98. NCPGetVolumeNumberFromDirectoryHandle,
  99. NCPIsValidConnection,
  100. NCPLockRec,
  101. NCPLoginToRemoteServer,
  102. NCPLogout,
  103. NCPLogoutDSConnection,
  104. NCPLogoutFromServer,
  105. NCPMakeDirectory,
  106. NCPModifyDirectoryEntry,
  107. NCPOpenCreate,
  108. NCPOpenDirectory,
  109. NCPOrderedRequestAll,
  110. NCPReadFile,
  111. NCPRegisterPacketDebugger,
  112. NCPRemoveDirectory,
  113. NCPRenameEntry,
  114. NCPRequest,
  115. NCPRequestAll,
  116. NCPResetDirHandle,
  117. NCPReturnTasks,
  118. NCPScanExtendedTrustees,
  119. NCPScanFileInformation,
  120. NCPScanNWCConnectionInfo,
  121. NCPScanTrustees,
  122. NCPSend,
  123. NCPSetConnectionInfo,
  124. NCPSetConnectionUser,
  125. NCPSetFileAttributes,
  126. NCPSetFileInformation,
  127. NCPSetLicensedBit,
  128. NCPSetNWCConnectionInfo,
  129. NCPSetTask,
  130. NCPStartSigning,
  131. NCPUnlockRec,
  132. NCPUnRegisterPacketDebugger,
  133. NCPVerifyBinderyObjectPassword,
  134. NCPWriteFile,
  135. NWGetPacketBurstBufferCount,
  136. NWGetSecurityLevel,
  137. NWMapDown,
  138. NWMapUp,
  139. NWMapUpPathComponentString,
  140. NWNCPSend,
  141. NWSetPacketBurstBufferCount,
  142. NWSetSecurityLevel,
  143. PBurstRead,
  144. PBurstWrite,
  145. ReEnableConnection,
  146. RequestrGlobals,
  147. ReturnAndClearConnection,
  148. ReturnBlockOfTasks,
  149. ReturnConnection,
  150. ReturnLocalConnection,
  151. SetConnectionCriticalErrorHandler,
  152. SetCurrentConnection,
  153. SetCurrentConnectionID,
  154. SetCurrentFileServerID,
  155. SetCurrentTask,
  156. SetSecurityLevel,
  157. SetSessionListHasChanged,
  158. TCPRcvCB,
  159. TCPSendDoneCB,
  160. TCPGetSendCB,
  161. UDPRcvCB,
  162. UDPSendDoneCB,
  163. _AllocateNCPSlotTCP,
  164. _AllocateNCPSlotUDP,
  165. _DSAPICreateSessionKey,
  166. _getIPAddressFromSLP,
  167. _NCPConvertNameSpacePath,
  168. _NCPDisconnect,
  169. _NCPGetSessionKey,
  170. _NCPLogout,
  171. _NWCAttachByAddress,
  172. _NWCAttachByAddressP,
  173. _NWCAttachToFileServer,
  174. _NWCAttachToFileServerP,
  175. _NWCDecrementConnectionCount,
  176. _NWCGetConnectionCount,
  177. _NWCIncrementConnectionCount,
  178. _NWStoreAsComponentPath,
  179. _RemoteServerCleanup,
  180. _ReturnLocalConnectionInfo,
  181. _SetCriticalErrorHandler