Searched defs:type2hdr (Results 1 – 1 of 1) sorted by relevance
297 struct type2hdr { in ntlmssp_get_type2() struct298 char h_id[ID_SZ]; in ntlmssp_get_type2()299 uint32_t h_type; in ntlmssp_get_type2()300 struct sec_buf h_target_name; in ntlmssp_get_type2()301 uint32_t h_flags; in ntlmssp_get_type2()302 uint8_t h_challenge[8]; in ntlmssp_get_type2()303 uint32_t h_context[2]; /* optional */ in ntlmssp_get_type2()304 struct sec_buf h_target_info; /* optional */ in ntlmssp_get_type2()