Lines Matching defs:negotiate_rsp
495 typedef struct negotiate_rsp { struct
496 struct smb_hdr hdr; /* wct = 17 */
497 __le16 DialectIndex; /* 0xFFFF = no dialect acceptable */
498 __u8 SecurityMode;
499 __le16 MaxMpxCount;
500 __le16 MaxNumberVcs;
501 __le32 MaxBufferSize;
502 __le32 MaxRawSize;
503 __le32 SessionKey;
504 __le32 Capabilities; /* see below */
505 __le32 SystemTimeLow;
506 __le32 SystemTimeHigh;
507 __le16 ServerTimeZone;
508 __u8 EncryptionKeyLength;
509 __u16 ByteCount;
510 union {
520 } __attribute__((packed)) u;