Searched defs:type2hdr (Results 1 – 1 of 1) sorted by relevance
292 struct type2hdr { in ntlmssp_get_type2() struct293 char h_id[ID_SZ]; in ntlmssp_get_type2()294 uint32_t h_type; in ntlmssp_get_type2()295 struct sec_buf h_target_name; in ntlmssp_get_type2()296 uint32_t h_flags; in ntlmssp_get_type2()297 uint8_t h_challenge[8]; in ntlmssp_get_type2()298 uint32_t h_context[2]; /* optional */ in ntlmssp_get_type2()299 struct sec_buf h_target_info; /* optional */ in ntlmssp_get_type2()