Searched defs:negotiate_rsp (Results 1 – 1 of 1) sorted by relevance
535 typedef struct negotiate_rsp { struct536 struct smb_hdr hdr; /* wct = 17 */537 __le16 DialectIndex; /* 0xFFFF = no dialect acceptable */538 __u8 SecurityMode;539 __le16 MaxMpxCount;540 __le16 MaxNumberVcs;541 __le32 MaxBufferSize;542 __le32 MaxRawSize;543 __le32 SessionKey;544 __le32 Capabilities; /* see below */[all …]