Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dprivate.h122 size_t m_totlen(struct mbuf *);
H A Dntlmssp.c314 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()
H A Dmbuf.c106 m_totlen(struct mbuf *m0) in m_totlen() function
130 totlen = m_totlen(m0); in m_lineup()
H A Drq.c239 len = m_totlen(mbp->mb_top); in smb_rq_simple()