⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 afsops.h

📁 This directory contains source code for tcpdump, a tool for network monitoring and data acquisition
💻 H
字号:
/*
 * Copyright (C) 1992 Transarc Corporation - All rights reserved
 *
 */

/* File Server ops
 */
#define AFSOP_FetchData        130
#define AFSOP_FetchACL         131
#define AFSOP_FetchStatus      132
#define AFSOP_StoreData        133
#define AFSOP_StoreACL         134
#define AFSOP_StoreStatus      135
#define AFSOP_RemoveFile       136
#define AFSOP_CreateFile       137
#define AFSOP_Rename           138
#define AFSOP_Symlink          139
#define AFSOP_Link             140
#define AFSOP_MakeDir          141
#define AFSOP_RemoveDir        142
#define AFSOP_OldSetLock       143
#define AFSOP_OldExtendLock    144
#define AFSOP_OldReleaseLock   145
#define AFSOP_GetStatistics    146
#define AFSOP_GiveUpCallBacks  147
#define AFSOP_GetVolumeInfo    148
#define AFSOP_GetVolumeStatus  149
#define AFSOP_SetVolumeStatus  150
#define AFSOP_GetRootVolume    151
#define AFSOP_CheckToken       152
#define AFSOP_GetTime          153
#define AFSOP_NGetVolumeInfo   154
#define AFSOP_BulkStatus       155
#define AFSOP_SetLock          156
#define AFSOP_ExtendLock       157
#define AFSOP_ReleaseLock      158
#define AFSOP_XStatsVersion    159
#define AFSOP_GetXStats        160
#define AFSOP_Lookup           161
#define AFSOP_FlushCPS         162
#define AFSOP_DFSSymlink       163

/* Cache Manager ops
 */
#define AFSOP_CallBack          204
#define AFSOP_InitCallBackState 205
#define AFSOP_Probe             206
#define AFSOP_GetLock           207
#define AFSOP_GetCE             208
#define AFSOP_CMXStatsVersion   209
#define AFSOP_CMGetXStats       210

#define AFSOP_LowestOpcode      130
#define AFSOP_HighestOpcode     210

#define SMALLESTPORT        7000
#define AFS_FSPORT          7000
#define AFS_CMPORT          7001
#define AFS_PTPORT          7002
#define AFS_VLPORT          7003
#define AFS_KAPORT          7004
#define AFS_VOSPORT         7005
#define AFS_ERRPORT         7006
#define AFS_BOSPORT         7007
#define AFS_UPPORT          7008
#define AFS_RMTPORT         7009
#define AFS_XXPORT          7013
#define AFS_BUDBPORT        7021


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -