Lines Matching defs:smb_negotiate_response
117 struct smb_negotiate_response { struct
118 struct smb_header h;
119 unsigned char word_count;
120 unsigned short dialect_index;
121 unsigned char security_mode;
122 unsigned short max_mpx_count;
123 unsigned short max_number_vcs;
124 unsigned int max_buffer_size;
125 unsigned int max_raw_size;
126 unsigned int session_key;
127 unsigned int capabilities;
128 unsigned int system_time_low;
129 unsigned int system_time_high;
130 unsigned short server_time_zone;
131 unsigned char encryption_key_length;
132 unsigned short byte_count;
133 char bytes[1];