38#define AFPSRVRINFO_COPY (1<<0)
40#define AFPSRVRINFO_PASSWD (1<<1)
42#define AFPSRVRINFO_NOSAVEPASSWD (1<<2)
44#define AFPSRVRINFO_SRVMSGS (1<<3)
46#define AFPSRVRINFO_SRVSIGNATURE (1<<4)
48#define AFPSRVRINFO_TCPIP (1<<5)
50#define AFPSRVRINFO_SRVNOTIFY (1<<6)
52#define AFPSRVRINFO_SRVRECONNECT (1<<7)
54#define AFPSRVRINFO_SRVRDIR (1<<8)
56#define AFPSRVRINFO_SRVUTF8 (1<<9)
58#define AFPSRVRINFO_UUID (1<<10)
60#define AFPSRVRINFO_EXTSLEEP (1<<11)
62#define AFPSRVRINFO_FASTBOZO (1<<15)
66#define AFPERR_MAXSESS -1068
68#define AFPERR_DID1 -4000
70#define AFPERR_ACCESS -5000
72#define AFPERR_AUTHCONT -5001
74#define AFPERR_BADUAM -5002
76#define AFPERR_BADVERS -5003
78#define AFPERR_BITMAP -5004
80#define AFPERR_CANTMOVE -5005
82#define AFPERR_DENYCONF -5006
84#define AFPERR_DIRNEMPT -5007
86#define AFPERR_DFULL -5008
88#define AFPERR_EOF -5009
90#define AFPERR_BUSY -5010
92#define AFPERR_FLATVOL -5011
94#define AFPERR_NOITEM -5012
96#define AFPERR_LOCK -5013
98#define AFPERR_MISC -5014
100#define AFPERR_NLOCK -5015
102#define AFPERR_NOSRVR -5016
104#define AFPERR_EXIST -5017
106#define AFPERR_NOOBJ -5018
108#define AFPERR_PARAM -5019
110#define AFPERR_NORANGE -5020
112#define AFPERR_RANGEOVR -5021
114#define AFPERR_SESSCLOS -5022
116#define AFPERR_NOTAUTH -5023
118#define AFPERR_NOOP -5024
120#define AFPERR_BADTYPE -5025
122#define AFPERR_NFILE -5026
124#define AFPERR_SHUTDOWN -5027
126#define AFPERR_NORENAME -5028
128#define AFPERR_NODIR -5029
130#define AFPERR_ITYPE -5030
132#define AFPERR_VLOCK -5031
134#define AFPERR_OLOCK -5032
136#define AFPERR_CTNSHRD -5033
138#define AFPERR_NOID -5034
140#define AFPERR_EXISTID -5035
142#define AFPERR_DIFFVOL -5036
144#define AFPERR_CATCHNG -5037
146#define AFPERR_SAMEOBJ -5038
148#define AFPERR_BADID -5039
150#define AFPERR_PWDSAME -5040
152#define AFPERR_PWDSHORT -5041
154#define AFPERR_PWDEXPR -5042
157#define AFPERR_INSHRD -5043
159#define AFPERR_INTRASH -5044
161#define AFPERR_PWDCHNG -5045
163#define AFPERR_PWDPOLCY -5046
165#define AFPERR_USRLOGIN -5047
169#define AFPATTN_SHUTDOWN (1 << 15)
171#define AFPATTN_CRASH (1 << 14)
173#define AFPATTN_MESG (1 << 13)
175#define AFPATTN_NORECONNECT (1 << 12)
177#define AFPATTN_NOTIFY (AFPATTN_MESG | AFPATTN_NORECONNECT)
182#define AFPATTN_VOLCHANGED (1 << 0)
184#define AFPATTN_TIME(x) ((x) & 0xfff)
192#define AFPZZZ_EXT_SLEEP 1
193#define AFPZZZ_EXT_WAKEUP 2
197#define AFP_BYTELOCK 1
198#define AFP_CLOSEVOL 2
199#define AFP_CLOSEDIR 3
200#define AFP_CLOSEFORK 4
201#define AFP_COPYFILE 5
202#define AFP_CREATEDIR 6
203#define AFP_CREATEFILE 7
205#define AFP_ENUMERATE 9
207#define AFP_FLUSHFORK 11
209#define AFP_GETFORKPARAM 14
210#define AFP_GETSRVINFO 15
211#define AFP_GETSRVPARAM 16
212#define AFP_GETVOLPARAM 17
214#define AFP_LOGINCONT 19
217#define AFP_MAPNAME 22
219#define AFP_OPENVOL 24
220#define AFP_OPENDIR 25
221#define AFP_OPENFORK 26
224#define AFP_SETDIRPARAM 29
225#define AFP_SETFILEPARAM 30
226#define AFP_SETFORKPARAM 31
227#define AFP_SETVOLPARAM 32
229#define AFP_GETFLDRPARAM 34
230#define AFP_SETFLDRPARAM 35
231#define AFP_CHANGEPW 36
232#define AFP_GETUSERINFO 37
233#define AFP_GETSRVRMSG 38
234#define AFP_CREATEID 39
235#define AFP_DELETEID 40
236#define AFP_RESOLVEID 41
237#define AFP_EXCHANGEFILE 42
238#define AFP_CATSEARCH 43
241#define AFP_CLOSEDT 49
243#define AFP_GETICON 51
244#define AFP_GTICNINFO 52
245#define AFP_ADDAPPL 53
246#define AFP_RMVAPPL 54
248#define AFP_GETAPPL 55
252#define AFP_ADDICON 192
255#define AFP_BYTELOCK_EXT 59
256#define AFP_CATSEARCH_EXT 67
257#define AFP_ENUMERATE_EXT 66
258#define AFP_READ_EXT 60
259#define AFP_WRITE_EXT 61
260#define AFP_LOGIN_EXT 63
261#define AFP_GETSESSTOKEN 64
262#define AFP_DISCTOLDSESS 65
265#define AFP_ENUMERATE_EXT2 68
266#define AFP_SPOTLIGHT_PRIVATE 76
267#define AFP_SYNCDIR 78
268#define AFP_SYNCFORK 79
272#define AFP_GETEXTATTR 69
273#define AFP_SETEXTATTR 70
274#define AFP_REMOVEATTR 71
275#define AFP_LISTEXTATTR 72
281#define REPLAYCACHE_SIZE 128
afpmessage_t
Definition include/atalk/afp.h:186
@ AFPMESG_LOGIN
Definition include/atalk/afp.h:187
@ AFPMESG_SERVER
Definition include/atalk/afp.h:188
uint16_t AFPUserBytes
Definition include/atalk/afp.h:30