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