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