15 #define AFPERR_ACCESS (-5000)
16 #define AFPERR_AUTHCONT (-5001)
17 #define AFPERR_BADUAM (-5002)
18 #define AFPERR_BADVERS (-5003)
19 #define AFPERR_BITMAP (-5004)
20 #define AFPERR_CANTMOVE (-5005)
21 #define AFPERR_DENYCONF (-5006)
22 #define AFPERR_DIRNEMPT (-5007)
23 #define AFPERR_DFULL (-5008)
24 #define AFPERR_EOF (-5009)
25 #define AFPERR_BUSY (-5010)
26 #define AFPERR_FLATVOL (-5011)
27 #define AFPERR_NOITEM (-5012)
28 #define AFPERR_LOCK (-5013)
29 #define AFPERR_MISC (-5014)
30 #define AFPERR_NLOCK (-5015)
31 #define AFPERR_NOSRVR (-5016)
32 #define AFPERR_EXIST (-5017)
33 #define AFPERR_NOOBJ (-5018)
34 #define AFPERR_PARAM (-5019)
35 #define AFPERR_NORANGE (-5020)
36 #define AFPERR_RANGEOVR (-5021)
37 #define AFPERR_SESSCLOS (-5022)
38 #define AFPERR_NOTAUTH (-5023)
39 #define AFPERR_NOOP (-5024)
40 #define AFPERR_BADTYPE (-5025)
41 #define AFPERR_NFILE (-5026)
42 #define AFPERR_SHUTDOWN (-5027)
43 #define AFPERR_NORENAME (-5028)
44 #define AFPERR_NODIR (-5029)
45 #define AFPERR_ITYPE (-5030)
46 #define AFPERR_VLOCK (-5031)
47 #define AFPERR_OLOCK (-5032)
48 #define AFPERR_CTNSHRD (-5033)
49 #define AFPERR_NOID (-5034)
50 #define AFPERR_EXISTID (-5035)
51 #define AFPERR_DIFFVOL (-5036)
52 #define AFPERR_CATCHNG (-5037)
53 #define AFPERR_SAMEOBJ (-5038)
54 #define AFPERR_BADID (-5039)
55 #define AFPERR_PWDSAME (-5040)
56 #define AFPERR_PWDSHORT (-5041)
57 #define AFPERR_PWDEXPR (-5042)
58 #define AFPERR_INSHRD (-5043)
60 #define AFPERR_INTRASH (-5044)
61 #define AFPERR_PWDCHNG (-5045)
62 #define AFPERR_PWDPOLCY (-5046)
63 #define AFPERR_USRLOGIN (-5047)
70 #define AFPSRVRINFO_COPY (1<<0)
71 #define AFPSRVRINFO_PASSWD (1<<1)
72 #define AFPSRVRINFO_NOSAVEPASSWD (1<<2)
73 #define AFPSRVRINFO_SRVMSGS (1<<3)
74 #define AFPSRVRINFO_SRVSIGNATURE (1<<4)
75 #define AFPSRVRINFO_TCPIP (1<<5)
76 #define AFPSRVRINFO_SRVNOTIFY (1<<6)
77 #define AFPSRVRINFO_SRVRECONNECT (1<<7)
78 #define AFPSRVRINFO_SRVDIRECTORY (1<<8)
79 #define AFPSRVRINFO_SRVUTF8 (1<<9)
80 #define AFPSRVRINFO_UUID (1<<10)
81 #define AFPSRVRINFO_EXT_SLEEP (1<<11)
82 #define AFPSRVRINFO_FASTBOZO (1<<15)
85 #define AFPSTATUS_MACHOFF 0
86 #define AFPSTATUS_VERSOFF 2
87 #define AFPSTATUS_UAMSOFF 4
88 #define AFPSTATUS_ICONOFF 6
89 #define AFPSTATUS_FLAGOFF 8
90 #define AFPSTATUS_PRELEN 10
91 #define AFPSTATUS_POSTLEN 4
92 #define AFPSTATUS_LEN (AFPSTATUS_PRELEN + AFPSTATUS_POSTLEN)
121 guint32 frame_req, frame_res;
123 guint32 spotlight_req_command;
Definition: value_string.h:170
Definition: packet-afp.h:118
Definition: packet-afp.h:102