Lines Matching refs:mb_top
125 mb_initm(&tmp_mb, mbp->mb_top); in md_get_sb_data()
205 err = mb_put_sb_data(mbp, sb, tmp_mb.mb_top); in mb_put_sb_string()
286 err = mb_put_mbuf(out_mb, mb2.mb_top); in ntlmssp_put_type1()
314 if (m_totlen(in_mb->mb_top) < min_hdr_sz) { in ntlmssp_get_type2()
355 if ((m_totlen(top_mb.mb_top) > sizeof (hdr)) && in ntlmssp_get_type2()
512 err = mb_put_sb_data(&mb2, &hdr.h_lm_resp, lm_mbc.mb_top); in ntlmssp_put_type3()
513 lm_mbc.mb_top = NULL; /* consumed */ in ntlmssp_put_type3()
516 err = mb_put_sb_data(&mb2, &hdr.h_nt_resp, nt_mbc.mb_top); in ntlmssp_put_type3()
517 nt_mbc.mb_top = NULL; /* consumed */ in ntlmssp_put_type3()
538 err = mb_put_sb_data(&mb2, &hdr.h_ssn_key, ek_mbc.mb_top); in ntlmssp_put_type3()
539 ek_mbc.mb_top = NULL; /* consumed (if any) */ in ntlmssp_put_type3()
564 err = mb_put_mbuf(out_mb, mb2.mb_top); in ntlmssp_put_type3()
565 mb2.mb_top = NULL; /* consumed */ in ntlmssp_put_type3()