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