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