Lines Matching defs:smb_com_transaction_ssec_req
1432 typedef struct smb_com_transaction_ssec_req { struct
1433 struct smb_hdr hdr; /* wct = 19 */
1434 __u8 MaxSetupCount;
1435 __u16 Reserved;
1436 __le32 TotalParameterCount;
1437 __le32 TotalDataCount;
1438 __le32 MaxParameterCount;
1439 __le32 MaxDataCount;
1440 __le32 ParameterCount;
1441 __le32 ParameterOffset;
1442 __le32 DataCount;
1443 __le32 DataOffset;
1444 __u8 SetupCount; /* no setup words follow subcommand */
1446 __le16 SubCommand; /* 3 = SET_SECURITY_DESC */
1447 __le16 ByteCount; /* bcc = 3 + 8 */
1448 __u8 Pad[3];
1449 __u16 Fid;
1450 __u16 Reserved2;
1451 __le32 AclFlags;