Lines Matching defs:smb_com_transaction_ssec_req
1390 typedef struct smb_com_transaction_ssec_req { struct
1391 struct smb_hdr hdr; /* wct = 19 */
1392 __u8 MaxSetupCount;
1393 __u16 Reserved;
1394 __le32 TotalParameterCount;
1395 __le32 TotalDataCount;
1396 __le32 MaxParameterCount;
1397 __le32 MaxDataCount;
1398 __le32 ParameterCount;
1399 __le32 ParameterOffset;
1400 __le32 DataCount;
1401 __le32 DataOffset;
1402 __u8 SetupCount; /* no setup words follow subcommand */
1404 __le16 SubCommand; /* 3 = SET_SECURITY_DESC */
1405 __le16 ByteCount; /* bcc = 3 + 8 */
1406 __u8 Pad[3];
1407 __u16 Fid;
1408 __u16 Reserved2;
1409 __le32 AclFlags;