123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- # converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
- #
- AllocateBlockOfTasks,
- AttachByAddress,
- AttachToFileServer,
- CheckIfConnectionActive,
- CleanLocalConnectionFromNLM,
- ConvertWildString,
- DisableConnection,
- DisplayConnectionsByNLM,
- DisplayConnectionsByServer,
- EnableConnection,
- GetConnectionID,
- GetConnectionInformation,
- GetConnectionList,
- GetConnectionNumber,
- GetCurrentConnection,
- GetCurrentConnectionID,
- GetCurrentFileServerID,
- GetCurrentTask,
- GetCurrentTransportType,
- GetDefaultConnectionID,
- GetDefaultFileServerID,
- GetFileServerID,
- GetInternetAddress,
- GetLANAddress,
- GetMaximumNumberOfStations,
- GetNetNumber,
- GetObjectConnectionNumbers,
- GetSessionListHasChanged,
- GetStationAddress,
- GetUserNameFromNetAddress,
- GiveMeTheConn,
- GiveMeTheSession,
- GiveUpTheConn,
- GiveUpTheSession,
- LoginObject,
- LoginToFileServer,
- Logout,
- LogoutConnection,
- LogoutFromFileServer,
- LogoutObject,
- NCP87GenerateDirBase,
- NCP87GetEntryInformation,
- NCPAllocateTasks,
- NCPAllocFileHandle,
- NCPAllocSearchHandle,
- NCPAttachHandle,
- NCPChangeBinderyObjectPassword,
- NCPCheckForNewPacket,
- NCPCloseDirectory,
- NCPCloseEA,
- NCPCloseFile,
- NCPConnect,
- NCPConnectByAddress,
- NCPConnectUDP,
- NCPConnectByAddressUDP,
- NCPConnectTCP,
- NCPConnectByAddressTCP,
- NCPConvertPath,
- NCPConvertPathToDirEntry,
- NCPCreateSessionKey,
- NCPDirectorySearch,
- NCPDisconnect,
- NCPEraseFile,
- NCPFreeDebugPacket,
- NCPFreeDirHandle,
- NCPFreeFileHandle,
- NCPFreeSearchHandle,
- NCPFreeUserConnections,
- NCPGetCachedConnection,
- NCPGetConnectionFromSlot,
- NCPGetConnectionInfo,
- NCPGetConnectionSlot,
- NCPGetConnectionTask,
- NCPGetConnectionUser,
- NCPGetDirHandle,
- NCPGetDirPath,
- NCPGetEntryAccessRights,
- NCPGetEntryAttributes,
- NCPGetEntryInformation,
- NCPGetFileHandleList,
- NCPGetFileSize,
- NCPGetFullPath,
- NCPGetMonitoredConnection,
- NCPGetNextDebugPacket,
- NCPGetNumOfConnections,
- NCPGetNWCConnectionInfo,
- NCPGetSecurityFlags,
- NCPGetServerConnection,
- NCPGetServerID,
- NCPGetServerIDFromAddress,
- NCPGetServerIDFromName,
- NCPGetServerName,
- NCPGetServerVersion,
- NCPGetSessionKey,
- NCPGetUserConnection,
- NCPGetVolumeNumberFromDirectoryHandle,
- NCPIsValidConnection,
- NCPLockRec,
- NCPLoginToRemoteServer,
- NCPLogout,
- NCPLogoutDSConnection,
- NCPLogoutFromServer,
- NCPMakeDirectory,
- NCPModifyDirectoryEntry,
- NCPOpenCreate,
- NCPOpenDirectory,
- NCPOrderedRequestAll,
- NCPReadFile,
- NCPRegisterPacketDebugger,
- NCPRemoveDirectory,
- NCPRenameEntry,
- NCPRequest,
- NCPRequestAll,
- NCPResetDirHandle,
- NCPReturnTasks,
- NCPScanExtendedTrustees,
- NCPScanFileInformation,
- NCPScanNWCConnectionInfo,
- NCPScanTrustees,
- NCPSend,
- NCPSetConnectionInfo,
- NCPSetConnectionUser,
- NCPSetFileAttributes,
- NCPSetFileInformation,
- NCPSetLicensedBit,
- NCPSetNWCConnectionInfo,
- NCPSetTask,
- NCPStartSigning,
- NCPUnlockRec,
- NCPUnRegisterPacketDebugger,
- NCPVerifyBinderyObjectPassword,
- NCPWriteFile,
- NWGetPacketBurstBufferCount,
- NWGetSecurityLevel,
- NWMapDown,
- NWMapUp,
- NWMapUpPathComponentString,
- NWNCPSend,
- NWSetPacketBurstBufferCount,
- NWSetSecurityLevel,
- PBurstRead,
- PBurstWrite,
- ReEnableConnection,
- RequestrGlobals,
- ReturnAndClearConnection,
- ReturnBlockOfTasks,
- ReturnConnection,
- ReturnLocalConnection,
- SetConnectionCriticalErrorHandler,
- SetCurrentConnection,
- SetCurrentConnectionID,
- SetCurrentFileServerID,
- SetCurrentTask,
- SetSecurityLevel,
- SetSessionListHasChanged,
- TCPRcvCB,
- TCPSendDoneCB,
- TCPGetSendCB,
- UDPRcvCB,
- UDPSendDoneCB,
- _AllocateNCPSlotTCP,
- _AllocateNCPSlotUDP,
- _DSAPICreateSessionKey,
- _getIPAddressFromSLP,
- _NCPConvertNameSpacePath,
- _NCPDisconnect,
- _NCPGetSessionKey,
- _NCPLogout,
- _NWCAttachByAddress,
- _NWCAttachByAddressP,
- _NWCAttachToFileServer,
- _NWCAttachToFileServerP,
- _NWCDecrementConnectionCount,
- _NWCGetConnectionCount,
- _NWCIncrementConnectionCount,
- _NWStoreAsComponentPath,
- _RemoteServerCleanup,
- _ReturnLocalConnectionInfo,
- _SetCriticalErrorHandler
-
|