Home
last modified time | relevance | path

Searched refs:nt_mbc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c412 struct mbdata nt_mbc; /* NT response */ in ntlmssp_put_type3() local
423 bzero(&nt_mbc, sizeof (nt_mbc)); in ntlmssp_put_type3()
471 &lm_mbc, &nt_mbc, ssp_st->ss_ssnkey); in ntlmssp_put_type3()
482 &lm_mbc, &nt_mbc, ssp_st->ss_ssnkey); in ntlmssp_put_type3()
496 &lm_mbc, &nt_mbc, ssp_st->ss_ssnkey); in ntlmssp_put_type3()
521 err = mb_put_sb_data(&mb2, &hdr.h_nt_resp, nt_mbc.mb_top); in ntlmssp_put_type3()
522 nt_mbc.mb_top = NULL; /* consumed */ in ntlmssp_put_type3()
581 mb_done(&nt_mbc); in ntlmssp_put_type3()