Home
last modified time | relevance | path

Searched defs:type2hdr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c295 struct type2hdr { in ntlmssp_get_type2() struct
296 char h_id[ID_SZ]; in ntlmssp_get_type2()
297 uint32_t h_type; in ntlmssp_get_type2()
298 struct sec_buf h_target_name; in ntlmssp_get_type2()
299 uint32_t h_flags; in ntlmssp_get_type2()
300 uint8_t h_challenge[8]; in ntlmssp_get_type2()
301 uint32_t h_context[2]; /* optional */ in ntlmssp_get_type2()
302 struct sec_buf h_target_info; /* optional */ in ntlmssp_get_type2()