Lines Matching refs:h_flags
226 uint32_t h_flags; in ntlmssp_put_type1() member
265 hdr.h_flags = ssp_st->ss_flags; in ntlmssp_put_type1()
282 (void) mb_put_uint32le(out_mb, hdr.h_flags); in ntlmssp_put_type1()
301 uint32_t h_flags; in ntlmssp_get_type2() member
336 (void) md_get_uint32le(in_mb, &hdr.h_flags); in ntlmssp_get_type2()
342 ssp_st->ss_flags = hdr.h_flags; in ntlmssp_get_type2()
349 uc = hdr.h_flags & NTLMSSP_NEGOTIATE_UNICODE; in ntlmssp_get_type2()
409 uint32_t h_flags; in ntlmssp_put_type3() member
440 hdr.h_flags = ssp_st->ss_flags; in ntlmssp_put_type3()
454 hdr.h_flags |= NTLMSSP_NEGOTIATE_NULL_SESSION; in ntlmssp_put_type3()
558 (void) mb_put_uint32le(out_mb, hdr.h_flags); in ntlmssp_put_type3()