63#define __attribute__(x)
71#define kXR_PROTOCOLVERSION 0x00000400
72#define kXR_PROTSIGNVERSION 0x00000310
73#define kXR_PROTOCOLVSTRING "4.0.0"
80#define kXR_DataServer 1
81#define kXR_LBalServer 0
86#define kXR_isManager 0x00000002
87#define kXR_isServer 0x00000001
88#define kXR_attrMeta 0x00000100
89#define kXR_attrProxy 0x00000200
90#define kXR_attrSuper 0x00000400
91#define kXR_attrVirtRdr 0x00000800
93#define kXR_maxReqRetry 10
280#define kXR_secver_0 0
749#define kXR_secOData 0x01
750#define kXR_secOFrce 0x02
755#define kXR_secCompatible 1
756#define kXR_secStandard 2
757#define kXR_secIntense 3
758#define kXR_secPedantic 4
762#define kXR_signIgnore 0
763#define kXR_signLikely 1
764#define kXR_signNeeded 2
776#define kXR_ShortProtRespLen sizeof(ServerResponseBody_Protocol)-\
777 sizeof(ServerResponseReqs_Protocol)
899#if !defined(ENETUNREACH)
900#define ENETUNREACH 114
905#define ENOATTR ENODATA
915 {
if (rc < 0) rc = -rc;
979 default:
return ENOMSG;
XActionCode
Definition: XProtocol.hh:314
@ kXR_asyncgo
Definition: XProtocol.hh:322
@ kXR_asyncwt
Definition: XProtocol.hh:319
@ kXR_asynunav
Definition: XProtocol.hh:321
@ kXR_asynresp
Definition: XProtocol.hh:323
@ kXR_asyncav
Definition: XProtocol.hh:320
@ kXR_asyncms
Definition: XProtocol.hh:317
@ kXR_asyncab
Definition: XProtocol.hh:315
@ kXR_asyncrd
Definition: XProtocol.hh:318
@ kXR_asyncdi
Definition: XProtocol.hh:316
XErrorCode
Definition: XProtocol.hh:330
@ kXR_ArgInvalid
Definition: XProtocol.hh:331
@ kXR_InvalidRequest
Definition: XProtocol.hh:337
@ kXR_ArgMissing
Definition: XProtocol.hh:332
@ kXR_fsReadOnly
Definition: XProtocol.hh:356
@ kXR_TLSRequired
Definition: XProtocol.hh:359
@ kXR_SigVerErr
Definition: XProtocol.hh:353
@ kXR_AttrNotFound
Definition: XProtocol.hh:358
@ kXR_NotAuthorized
Definition: XProtocol.hh:341
@ kXR_NotFound
Definition: XProtocol.hh:342
@ kXR_FileLocked
Definition: XProtocol.hh:334
@ kXR_ERRFENCE
Definition: XProtocol.hh:361
@ kXR_noErrorYet
Definition: XProtocol.hh:362
@ kXR_ChkSumErr
Definition: XProtocol.hh:350
@ kXR_DecryptErr
Definition: XProtocol.hh:354
@ kXR_overQuota
Definition: XProtocol.hh:352
@ kXR_BadPayload
Definition: XProtocol.hh:357
@ kXR_NoSpace
Definition: XProtocol.hh:340
@ kXR_FileNotOpen
Definition: XProtocol.hh:335
@ kXR_isDirectory
Definition: XProtocol.hh:347
@ kXR_noReplicas
Definition: XProtocol.hh:360
@ kXR_inProgress
Definition: XProtocol.hh:351
@ kXR_NotFile
Definition: XProtocol.hh:346
@ kXR_Unsupported
Definition: XProtocol.hh:344
@ kXR_Cancelled
Definition: XProtocol.hh:348
@ kXR_ServerError
Definition: XProtocol.hh:343
@ kXR_Overloaded
Definition: XProtocol.hh:355
@ kXR_ArgTooLong
Definition: XProtocol.hh:333
@ kXR_noserver
Definition: XProtocol.hh:345
@ kXR_ChkLenErr
Definition: XProtocol.hh:349
@ kXR_IOError
Definition: XProtocol.hh:338
@ kXR_FSError
Definition: XProtocol.hh:336
@ kXR_NoMemory
Definition: XProtocol.hh:339
XReqErrorType
Definition: XProtocol.hh:97
@ kNOMORESTREAMS
Definition: XProtocol.hh:103
@ kOK
Definition: XProtocol.hh:102
@ kREAD
Definition: XProtocol.hh:99
@ kGENERICERR
Definition: XProtocol.hh:98
@ kWRITE
Definition: XProtocol.hh:100
@ kREDIRCONNECT
Definition: XProtocol.hh:101
void ServerResponseHeader2NetFmt(struct ServerResponseHeader *srh)
XVerifyType
Definition: XProtocol.hh:254
@ kXR_crc32
Definition: XProtocol.hh:256
@ kXR_nocrc
Definition: XProtocol.hh:255
#define ENOATTR
Definition: XProtocol.hh:905
XOpenRequestOption
Definition: XProtocol.hh:215
@ kXR_open_wrto
Definition: XProtocol.hh:233
@ kXR_compress
Definition: XProtocol.hh:216
@ kXR_async
Definition: XProtocol.hh:222
@ kXR_delete
Definition: XProtocol.hh:217
@ kXR_prefname
Definition: XProtocol.hh:225
@ kXR_nowait
Definition: XProtocol.hh:231
@ kXR_open_read
Definition: XProtocol.hh:220
@ kXR_open_updt
Definition: XProtocol.hh:221
@ kXR_mkpath
Definition: XProtocol.hh:224
@ kXR_seqio
Definition: XProtocol.hh:232
@ kXR_replica
Definition: XProtocol.hh:229
@ kXR_posc
Definition: XProtocol.hh:230
@ kXR_refresh
Definition: XProtocol.hh:223
@ kXR_new
Definition: XProtocol.hh:219
@ kXR_force
Definition: XProtocol.hh:218
@ kXR_4dirlist
Definition: XProtocol.hh:228
@ kXR_open_apnd
Definition: XProtocol.hh:226
@ kXR_retstat
Definition: XProtocol.hh:227
XResponseType
Definition: XProtocol.hh:298
@ kXR_noResponsesYet
Definition: XProtocol.hh:307
@ kXR_waitresp
Definition: XProtocol.hh:306
@ kXR_redirect
Definition: XProtocol.hh:304
@ kXR_oksofar
Definition: XProtocol.hh:300
@ kXR_ok
Definition: XProtocol.hh:299
@ kXR_authmore
Definition: XProtocol.hh:302
@ kXR_attn
Definition: XProtocol.hh:301
@ kXR_wait
Definition: XProtocol.hh:305
@ kXR_error
Definition: XProtocol.hh:303
XDirlistRequestOption
Definition: XProtocol.hh:210
@ kXR_dstat
Definition: XProtocol.hh:212
@ kXR_online
Definition: XProtocol.hh:211
XRequestTypes
Definition: XProtocol.hh:111
@ kXR_read
Definition: XProtocol.hh:125
@ kXR_open
Definition: XProtocol.hh:122
@ kXR_writev
Definition: XProtocol.hh:143
@ kXR_readv
Definition: XProtocol.hh:137
@ kXR_mkdir
Definition: XProtocol.hh:120
@ kXR_sync
Definition: XProtocol.hh:128
@ kXR_REQFENCE
Definition: XProtocol.hh:144
@ kXR_chmod
Definition: XProtocol.hh:114
@ kXR_getfile
Definition: XProtocol.hh:117
@ kXR_decrypt
Definition: XProtocol.hh:142
@ kXR_bind
Definition: XProtocol.hh:136
@ kXR_dirlist
Definition: XProtocol.hh:116
@ kXR_sigver
Definition: XProtocol.hh:141
@ kXR_rm
Definition: XProtocol.hh:126
@ kXR_query
Definition: XProtocol.hh:113
@ kXR_write
Definition: XProtocol.hh:131
@ kXR_login
Definition: XProtocol.hh:119
@ kXR_auth
Definition: XProtocol.hh:112
@ kXR_endsess
Definition: XProtocol.hh:135
@ kXR_set
Definition: XProtocol.hh:130
@ kXR_rmdir
Definition: XProtocol.hh:127
@ kXR_statx
Definition: XProtocol.hh:134
@ kXR_truncate
Definition: XProtocol.hh:140
@ kXR_protocol
Definition: XProtocol.hh:118
@ kXR_verifyw
Definition: XProtocol.hh:138
@ kXR_mv
Definition: XProtocol.hh:121
@ kXR_admin
Definition: XProtocol.hh:132
@ kXR_ping
Definition: XProtocol.hh:123
@ kXR_stat
Definition: XProtocol.hh:129
@ kXR_locate
Definition: XProtocol.hh:139
@ kXR_close
Definition: XProtocol.hh:115
@ kXR_putfile
Definition: XProtocol.hh:124
@ kXR_prepare
Definition: XProtocol.hh:133
XLoginCapVer
Definition: XProtocol.hh:178
@ kXR_vermask
Definition: XProtocol.hh:180
@ kXR_asyncap
Definition: XProtocol.hh:181
@ kXR_lcvnone
Definition: XProtocol.hh:179
XStatRequestOption
Definition: XProtocol.hh:194
@ kXR_vfs
Definition: XProtocol.hh:195
XMkdirOptions
Definition: XProtocol.hh:160
@ kXR_mkdirpath
Definition: XProtocol.hh:162
@ kXR_mknone
Definition: XProtocol.hh:161
XPrepRequestOption
Definition: XProtocol.hh:264
@ kXR_wmode
Definition: XProtocol.hh:269
@ kXR_evict
Definition: XProtocol.hh:274
@ kXR_usetcp
Definition: XProtocol.hh:272
@ kXR_cancel
Definition: XProtocol.hh:265
@ kXR_fresh
Definition: XProtocol.hh:271
@ kXR_notify
Definition: XProtocol.hh:266
@ kXR_coloc
Definition: XProtocol.hh:270
@ kXR_stage
Definition: XProtocol.hh:268
@ kXR_noerrs
Definition: XProtocol.hh:267
XSecFlags
Definition: XProtocol.hh:283
@ kXR_nodata
Definition: XProtocol.hh:284
XLogonType
Definition: XProtocol.hh:259
@ kXR_useradmin
Definition: XProtocol.hh:261
@ kXR_useruser
Definition: XProtocol.hh:260
XOpenRequestMode
Definition: XProtocol.hh:148
@ kXR_gw
Definition: XProtocol.hh:153
@ kXR_ur
Definition: XProtocol.hh:149
@ kXR_uw
Definition: XProtocol.hh:150
@ kXR_gr
Definition: XProtocol.hh:152
@ kXR_ow
Definition: XProtocol.hh:156
@ kXR_gx
Definition: XProtocol.hh:154
@ kXR_or
Definition: XProtocol.hh:155
@ kXR_ox
Definition: XProtocol.hh:157
@ kXR_ux
Definition: XProtocol.hh:151
XStatRespFlags
Definition: XProtocol.hh:198
@ kXR_readable
Definition: XProtocol.hh:204
@ kXR_file
Definition: XProtocol.hh:199
@ kXR_isDir
Definition: XProtocol.hh:201
@ kXR_offline
Definition: XProtocol.hh:203
@ kXR_bkpexist
Definition: XProtocol.hh:207
@ kXR_other
Definition: XProtocol.hh:202
@ kXR_poscpend
Definition: XProtocol.hh:206
@ kXR_writable
Definition: XProtocol.hh:205
@ kXR_xset
Definition: XProtocol.hh:200
XQueryType
Definition: XProtocol.hh:240
@ kXR_QPrep
Definition: XProtocol.hh:242
@ kXR_Qopaqug
Definition: XProtocol.hh:251
@ kXR_Qconfig
Definition: XProtocol.hh:247
@ kXR_Qopaquf
Definition: XProtocol.hh:250
@ kXR_Qckscan
Definition: XProtocol.hh:246
@ kXR_Qxattr
Definition: XProtocol.hh:244
@ kXR_Qspace
Definition: XProtocol.hh:245
@ kXR_Qvisa
Definition: XProtocol.hh:248
@ kXR_QStats
Definition: XProtocol.hh:241
@ kXR_Qcksum
Definition: XProtocol.hh:243
@ kXR_Qopaque
Definition: XProtocol.hh:249
XLoginVersion
Definition: XProtocol.hh:186
@ kXR_ver001
Definition: XProtocol.hh:188
@ kXR_ver003
Definition: XProtocol.hh:190
@ kXR_ver000
Definition: XProtocol.hh:187
@ kXR_ver004
Definition: XProtocol.hh:191
@ kXR_ver002
Definition: XProtocol.hh:189
XLoginAbility
Definition: XProtocol.hh:166
@ kXR_readrdok
Definition: XProtocol.hh:170
@ kXR_fullurl
Definition: XProtocol.hh:168
@ kXR_onlyprv4
Definition: XProtocol.hh:172
@ kXR_lclfile
Definition: XProtocol.hh:174
@ kXR_multipr
Definition: XProtocol.hh:169
@ kXR_nothing
Definition: XProtocol.hh:167
@ kXR_hasipv64
Definition: XProtocol.hh:171
@ kXR_onlyprv6
Definition: XProtocol.hh:173
XSecCrypto
Definition: XProtocol.hh:288
@ kXR_SHA256
Definition: XProtocol.hh:289
@ kXR_HashMask
Definition: XProtocol.hh:290
@ kXR_rsaKey
Definition: XProtocol.hh:291
XProtocolRequestFlags
Definition: XProtocol.hh:236
@ kXR_secreqs
Definition: XProtocol.hh:237
kXR_int32 ServerResponseType
Definition: XProtocol.hh:878
unsigned long long kXR_unt64
Definition: XPtypes.hh:99
long long kXR_int64
Definition: XPtypes.hh:98
int kXR_int32
Definition: XPtypes.hh:89
short kXR_int16
Definition: XPtypes.hh:66
unsigned short kXR_unt16
Definition: XPtypes.hh:67
unsigned char kXR_char
Definition: XPtypes.hh:65
#define close(a)
Definition: XrdPosix.hh:43
#define rmdir(a)
Definition: XrdPosix.hh:92
#define write(a, b, c)
Definition: XrdPosix.hh:110
#define mkdir(a, b)
Definition: XrdPosix.hh:69
#define open
Definition: XrdPosix.hh:71
#define writev(a, b, c)
Definition: XrdPosix.hh:112
#define readv(a, b, c)
Definition: XrdPosix.hh:79
#define stat(a, b)
Definition: XrdPosix.hh:96
#define truncate(a, b)
Definition: XrdPosix.hh:106
#define read(a, b, c)
Definition: XrdPosix.hh:77
Definition: XProtocol.hh:909
static int toErrno(int xerr)
Definition: XProtocol.hh:946
static const char * errName(kXR_int32 errCode)
static int mapError(int rc)
Definition: XProtocol.hh:914
static const char * reqName(kXR_unt16 reqCode)
Definition: XProtocol.hh:685
Definition: XProtocol.hh:880
char chkszreq[25-sizeof(ClientRequest)]
Definition: XProtocol.hh:880
char chkszrsp[9-sizeof(ServerResponseHeader)]
Definition: XProtocol.hh:881
Definition: XProtocol.hh:379
kXR_int32 dlen
Definition: XProtocol.hh:383
kXR_char streamid[2]
Definition: XProtocol.hh:380
kXR_unt16 requestid
Definition: XProtocol.hh:381
kXR_char reserved[16]
Definition: XProtocol.hh:382
Definition: XProtocol.hh:385
kXR_int32 dlen
Definition: XProtocol.hh:390
kXR_char streamid[2]
Definition: XProtocol.hh:386
kXR_char credtype[4]
Definition: XProtocol.hh:389
kXR_char reserved[12]
Definition: XProtocol.hh:388
kXR_unt16 requestid
Definition: XProtocol.hh:387
Definition: XProtocol.hh:392
kXR_int32 dlen
Definition: XProtocol.hh:396
kXR_char streamid[2]
Definition: XProtocol.hh:393
kXR_char sessid[16]
Definition: XProtocol.hh:395
kXR_unt16 requestid
Definition: XProtocol.hh:394
Definition: XProtocol.hh:398
kXR_unt16 mode
Definition: XProtocol.hh:402
kXR_char reserved[14]
Definition: XProtocol.hh:401
kXR_int32 dlen
Definition: XProtocol.hh:403
kXR_unt16 requestid
Definition: XProtocol.hh:400
kXR_char streamid[2]
Definition: XProtocol.hh:399
Definition: XProtocol.hh:405
kXR_unt16 requestid
Definition: XProtocol.hh:407
kXR_char streamid[2]
Definition: XProtocol.hh:406
kXR_int32 dlen
Definition: XProtocol.hh:411
kXR_char fhandle[4]
Definition: XProtocol.hh:408
kXR_int64 fsize
Definition: XProtocol.hh:409
kXR_char reserved[4]
Definition: XProtocol.hh:410
Definition: XProtocol.hh:413
kXR_char streamid[2]
Definition: XProtocol.hh:414
kXR_char flags
Definition: XProtocol.hh:418
kXR_unt16 expectrid
Definition: XProtocol.hh:416
kXR_int32 dlen
Definition: XProtocol.hh:420
kXR_char reserved[12]
Definition: XProtocol.hh:419
kXR_unt16 requestid
Definition: XProtocol.hh:415
kXR_char version
Definition: XProtocol.hh:417
Definition: XProtocol.hh:422
kXR_char options[1]
Definition: XProtocol.hh:426
kXR_unt16 requestid
Definition: XProtocol.hh:424
kXR_char streamid[2]
Definition: XProtocol.hh:423
kXR_char reserved[15]
Definition: XProtocol.hh:425
kXR_int32 dlen
Definition: XProtocol.hh:427
Definition: XProtocol.hh:429
kXR_unt16 requestid
Definition: XProtocol.hh:431
kXR_char sessid[16]
Definition: XProtocol.hh:432
kXR_int32 dlen
Definition: XProtocol.hh:433
kXR_char streamid[2]
Definition: XProtocol.hh:430
Definition: XProtocol.hh:435
kXR_unt16 requestid
Definition: XProtocol.hh:437
kXR_int32 options
Definition: XProtocol.hh:438
kXR_int32 buffsz
Definition: XProtocol.hh:440
kXR_char reserved[8]
Definition: XProtocol.hh:439
kXR_int32 dlen
Definition: XProtocol.hh:441
kXR_char streamid[2]
Definition: XProtocol.hh:436
Definition: XProtocol.hh:861
kXR_int32 fourth
Definition: XProtocol.hh:865
kXR_int32 first
Definition: XProtocol.hh:862
kXR_int32 fifth
Definition: XProtocol.hh:866
kXR_int32 third
Definition: XProtocol.hh:864
kXR_int32 second
Definition: XProtocol.hh:863
Definition: XProtocol.hh:443
kXR_char streamid[2]
Definition: XProtocol.hh:444
kXR_unt16 requestid
Definition: XProtocol.hh:445
kXR_char reserved[14]
Definition: XProtocol.hh:447
kXR_int32 dlen
Definition: XProtocol.hh:448
kXR_unt16 options
Definition: XProtocol.hh:446
Definition: XProtocol.hh:450
kXR_int32 pid
Definition: XProtocol.hh:453
kXR_char role[1]
Definition: XProtocol.hh:458
kXR_unt16 requestid
Definition: XProtocol.hh:452
kXR_char streamid[2]
Definition: XProtocol.hh:451
kXR_char username[8]
Definition: XProtocol.hh:454
kXR_char ability
Definition: XProtocol.hh:456
kXR_char reserved
Definition: XProtocol.hh:455
kXR_int32 dlen
Definition: XProtocol.hh:459
kXR_char capver[1]
Definition: XProtocol.hh:457
Definition: XProtocol.hh:461
kXR_unt16 mode
Definition: XProtocol.hh:466
kXR_char streamid[2]
Definition: XProtocol.hh:462
kXR_unt16 requestid
Definition: XProtocol.hh:463
kXR_char options[1]
Definition: XProtocol.hh:464
kXR_char reserved[13]
Definition: XProtocol.hh:465
kXR_int32 dlen
Definition: XProtocol.hh:467
Definition: XProtocol.hh:469
kXR_int16 arg1len
Definition: XProtocol.hh:473
kXR_char streamid[2]
Definition: XProtocol.hh:470
kXR_int32 dlen
Definition: XProtocol.hh:474
kXR_unt16 requestid
Definition: XProtocol.hh:471
kXR_char reserved[14]
Definition: XProtocol.hh:472
Definition: XProtocol.hh:476
kXR_unt16 requestid
Definition: XProtocol.hh:478
kXR_unt16 options
Definition: XProtocol.hh:480
kXR_int32 dlen
Definition: XProtocol.hh:482
kXR_unt16 mode
Definition: XProtocol.hh:479
kXR_char reserved[12]
Definition: XProtocol.hh:481
kXR_char streamid[2]
Definition: XProtocol.hh:477
Definition: XProtocol.hh:485
kXR_unt16 requestid
Definition: XProtocol.hh:487
kXR_char streamid[2]
Definition: XProtocol.hh:486
kXR_int32 dlen
Definition: XProtocol.hh:489
kXR_char reserved[16]
Definition: XProtocol.hh:488
Definition: XProtocol.hh:499
kXR_unt16 requestid
Definition: XProtocol.hh:501
kXR_int32 dlen
Definition: XProtocol.hh:507
kXR_char reserved[10]
Definition: XProtocol.hh:506
kXR_unt16 optionX
Definition: XProtocol.hh:505
kXR_char options
Definition: XProtocol.hh:502
kXR_unt16 port
Definition: XProtocol.hh:504
kXR_char streamid[2]
Definition: XProtocol.hh:500
kXR_char prty
Definition: XProtocol.hh:503
Definition: XProtocol.hh:491
kXR_char reserved[11]
Definition: XProtocol.hh:496
kXR_int32 clientpv
Definition: XProtocol.hh:494
kXR_unt16 requestid
Definition: XProtocol.hh:493
kXR_char flags
Definition: XProtocol.hh:495
kXR_int32 dlen
Definition: XProtocol.hh:497
kXR_char streamid[2]
Definition: XProtocol.hh:492
Definition: XProtocol.hh:509
kXR_char reserved[8]
Definition: XProtocol.hh:513
kXR_int32 dlen
Definition: XProtocol.hh:515
kXR_int32 buffsz
Definition: XProtocol.hh:514
kXR_char streamid[2]
Definition: XProtocol.hh:510
kXR_unt16 requestid
Definition: XProtocol.hh:511
kXR_int32 options
Definition: XProtocol.hh:512
Definition: XProtocol.hh:517
kXR_unt16 requestid
Definition: XProtocol.hh:519
kXR_int32 dlen
Definition: XProtocol.hh:524
kXR_char reserved1[2]
Definition: XProtocol.hh:521
kXR_unt16 infotype
Definition: XProtocol.hh:520
kXR_char reserved2[8]
Definition: XProtocol.hh:523
kXR_char fhandle[4]
Definition: XProtocol.hh:522
kXR_char streamid[2]
Definition: XProtocol.hh:518
Definition: XProtocol.hh:526
kXR_int64 offset
Definition: XProtocol.hh:530
kXR_unt16 requestid
Definition: XProtocol.hh:528
kXR_char streamid[2]
Definition: XProtocol.hh:527
kXR_char fhandle[4]
Definition: XProtocol.hh:529
kXR_int32 dlen
Definition: XProtocol.hh:532
kXR_int32 rlen
Definition: XProtocol.hh:531
Definition: XProtocol.hh:534
kXR_char reserved[15]
Definition: XProtocol.hh:537
kXR_unt16 requestid
Definition: XProtocol.hh:536
kXR_char streamid[2]
Definition: XProtocol.hh:535
kXR_int32 dlen
Definition: XProtocol.hh:539
kXR_char pathid
Definition: XProtocol.hh:538
Definition: XProtocol.hh:623
kXR_char body[16]
Definition: XProtocol.hh:626
kXR_char streamid[2]
Definition: XProtocol.hh:624
kXR_unt16 requestid
Definition: XProtocol.hh:625
kXR_int32 dlen
Definition: XProtocol.hh:627
Definition: XProtocol.hh:541
kXR_char reserved[16]
Definition: XProtocol.hh:544
kXR_int32 dlen
Definition: XProtocol.hh:545
kXR_char streamid[2]
Definition: XProtocol.hh:542
kXR_unt16 requestid
Definition: XProtocol.hh:543
Definition: XProtocol.hh:547
kXR_int32 dlen
Definition: XProtocol.hh:551
kXR_char streamid[2]
Definition: XProtocol.hh:548
kXR_unt16 requestid
Definition: XProtocol.hh:549
kXR_char reserved[16]
Definition: XProtocol.hh:550
Definition: XProtocol.hh:553
kXR_char streamid[2]
Definition: XProtocol.hh:554
kXR_unt16 requestid
Definition: XProtocol.hh:555
kXR_int32 dlen
Definition: XProtocol.hh:558
kXR_char modifier
Definition: XProtocol.hh:557
kXR_char reserved[15]
Definition: XProtocol.hh:556
Definition: XProtocol.hh:560
kXR_char streamid[2]
Definition: XProtocol.hh:561
kXR_unt16 requestid
Definition: XProtocol.hh:562
kXR_char crypto
Definition: XProtocol.hh:567
kXR_char rsvd2[3]
Definition: XProtocol.hh:568
kXR_unt16 expectrid
Definition: XProtocol.hh:563
kXR_unt64 seqno
Definition: XProtocol.hh:566
kXR_char flags
Definition: XProtocol.hh:565
kXR_int32 dlen
Definition: XProtocol.hh:569
kXR_char version
Definition: XProtocol.hh:564
Definition: XProtocol.hh:571
kXR_char streamid[2]
Definition: XProtocol.hh:572
kXR_char fhandle[4]
Definition: XProtocol.hh:576
kXR_char reserved[11]
Definition: XProtocol.hh:575
kXR_unt16 requestid
Definition: XProtocol.hh:573
kXR_int32 dlen
Definition: XProtocol.hh:577
kXR_char options
Definition: XProtocol.hh:574
Definition: XProtocol.hh:579
kXR_char reserved[12]
Definition: XProtocol.hh:583
kXR_char fhandle[4]
Definition: XProtocol.hh:582
kXR_char streamid[2]
Definition: XProtocol.hh:580
kXR_int32 dlen
Definition: XProtocol.hh:584
kXR_unt16 requestid
Definition: XProtocol.hh:581
Definition: XProtocol.hh:586
kXR_unt16 requestid
Definition: XProtocol.hh:588
kXR_int64 offset
Definition: XProtocol.hh:590
kXR_char fhandle[4]
Definition: XProtocol.hh:589
kXR_int32 dlen
Definition: XProtocol.hh:592
kXR_char reserved[4]
Definition: XProtocol.hh:591
kXR_char streamid[2]
Definition: XProtocol.hh:587
Definition: XProtocol.hh:612
kXR_unt16 requestid
Definition: XProtocol.hh:614
kXR_int64 offset
Definition: XProtocol.hh:616
kXR_int32 dlen
Definition: XProtocol.hh:620
kXR_char reserved[2]
Definition: XProtocol.hh:619
kXR_char pathid
Definition: XProtocol.hh:617
kXR_char vertype
Definition: XProtocol.hh:618
kXR_char streamid[2]
Definition: XProtocol.hh:613
kXR_char fhandle[4]
Definition: XProtocol.hh:615
Definition: XProtocol.hh:594
kXR_unt16 requestid
Definition: XProtocol.hh:596
kXR_char reserved[3]
Definition: XProtocol.hh:600
kXR_char fhandle[4]
Definition: XProtocol.hh:597
kXR_char streamid[2]
Definition: XProtocol.hh:595
kXR_char pathid
Definition: XProtocol.hh:599
kXR_int32 dlen
Definition: XProtocol.hh:601
kXR_int64 offset
Definition: XProtocol.hh:598
Definition: XProtocol.hh:603
kXR_char streamid[2]
Definition: XProtocol.hh:604
kXR_int32 dlen
Definition: XProtocol.hh:608
kXR_char reserved[15]
Definition: XProtocol.hh:607
kXR_unt16 requestid
Definition: XProtocol.hh:605
static const kXR_int32 doSync
Definition: XProtocol.hh:610
kXR_char options
Definition: XProtocol.hh:606
Definition: XProtocol.hh:870
kXR_int32 msglen
Definition: XProtocol.hh:871
kXR_int32 protover
Definition: XProtocol.hh:872
kXR_int32 msgval
Definition: XProtocol.hh:873
Definition: XProtocol.hh:826
kXR_int32 msec
Definition: XProtocol.hh:829
kXR_int32 actnum
Definition: XProtocol.hh:827
kXR_int32 wsec
Definition: XProtocol.hh:828
Definition: XProtocol.hh:808
kXR_int32 actnum
Definition: XProtocol.hh:809
kXR_int32 port
Definition: XProtocol.hh:810
char host[4092]
Definition: XProtocol.hh:811
Definition: XProtocol.hh:821
kXR_int32 wsec
Definition: XProtocol.hh:823
kXR_int32 actnum
Definition: XProtocol.hh:822
Definition: XProtocol.hh:814
char reserved[4]
Definition: XProtocol.hh:816
char respdata[4096]
Definition: XProtocol.hh:818
kXR_int32 actnum
Definition: XProtocol.hh:815
ServerResponseHeader resphdr
Definition: XProtocol.hh:817
Definition: XProtocol.hh:803
char parms[4096]
Definition: XProtocol.hh:805
kXR_int32 actnum
Definition: XProtocol.hh:804
Definition: XProtocol.hh:832
char data[4096]
Definition: XProtocol.hh:833
Definition: XProtocol.hh:718
kXR_char substreamid
Definition: XProtocol.hh:719
Definition: XProtocol.hh:836
char data[4096]
Definition: XProtocol.hh:837
Definition: XProtocol.hh:789
char errmsg[4096]
Definition: XProtocol.hh:791
kXR_int32 errnum
Definition: XProtocol.hh:790
Definition: XProtocol.hh:779
kXR_char sec[4096]
Definition: XProtocol.hh:781
kXR_char sessid[16]
Definition: XProtocol.hh:780
Definition: XProtocol.hh:723
kXR_int32 cpsize
Definition: XProtocol.hh:725
kXR_char cptype[4]
Definition: XProtocol.hh:726
kXR_char fhandle[4]
Definition: XProtocol.hh:724
Definition: XProtocol.hh:767
kXR_int32 pval
Definition: XProtocol.hh:768
kXR_int32 flags
Definition: XProtocol.hh:769
ServerResponseReqs_Protocol secreq
Definition: XProtocol.hh:770
Definition: XProtocol.hh:784
char host[4096]
Definition: XProtocol.hh:786
kXR_int32 port
Definition: XProtocol.hh:785
Definition: XProtocol.hh:794
kXR_int32 seconds
Definition: XProtocol.hh:795
char infomsg[4096]
Definition: XProtocol.hh:796
Definition: XProtocol.hh:799
kXR_int32 seconds
Definition: XProtocol.hh:800
Definition: XProtocol.hh:737
kXR_char secopt
Definition: XProtocol.hh:741
ServerResponseSVec_Protocol secvec
Definition: XProtocol.hh:744
kXR_char secvsz
Definition: XProtocol.hh:743
kXR_char theTag
Definition: XProtocol.hh:738
kXR_char rsvd
Definition: XProtocol.hh:739
kXR_char seclvl
Definition: XProtocol.hh:742
kXR_char secver
Definition: XProtocol.hh:740
Definition: XProtocol.hh:732
kXR_char reqsreq
Definition: XProtocol.hh:734
kXR_char reqindx
Definition: XProtocol.hh:733
Definition: XProtocol.hh:841
union ServerResponse::@0 body
ServerResponseBody_Error error
Definition: XProtocol.hh:845
ServerResponseBody_Redirect redirect
Definition: XProtocol.hh:849
ServerResponseBody_Wait wait
Definition: XProtocol.hh:847
ServerResponseBody_Attn attn
Definition: XProtocol.hh:850
ServerResponseBody_Waitresp waitresp
Definition: XProtocol.hh:848
ServerResponseBody_Login login
Definition: XProtocol.hh:852
ServerResponseBody_Buffer buffer
Definition: XProtocol.hh:853
ServerResponseBody_Authmore authmore
Definition: XProtocol.hh:846
ServerResponseBody_Bind bind
Definition: XProtocol.hh:854
ServerResponseBody_Protocol protocol
Definition: XProtocol.hh:851
ServerResponseHeader hdr
Definition: XProtocol.hh:842
Definition: XProtocol.hh:686
kXR_int32 rlen
Definition: XProtocol.hh:688
kXR_char fhandle[4]
Definition: XProtocol.hh:687
kXR_int64 offset
Definition: XProtocol.hh:689
Definition: XProtocol.hh:692
kXR_char fhandle[4]
Definition: XProtocol.hh:693
kXR_int64 offset
Definition: XProtocol.hh:695
kXR_int32 wlen
Definition: XProtocol.hh:694
Definition: XProtocol.hh:676
kXR_char pathid
Definition: XProtocol.hh:677
kXR_char reserved[7]
Definition: XProtocol.hh:678
Definition: XProtocol.hh:670
kXR_char fhandle[4]
Definition: XProtocol.hh:671
kXR_int32 rlen
Definition: XProtocol.hh:672
kXR_int64 offset
Definition: XProtocol.hh:673
Definition: XProtocol.hh:630
Definition: XProtocol.hh:664