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