Lines Matching defs:m_outbuf
210 struct mbuf *m_outbuf = NULL;
252 m_outbuf = m_gethdr(M_WAIT, MT_DATA);
253 m_clget(m_outbuf, M_WAIT);
254 m_outbuf->m_len = packetlen;
255 m_outbuf->m_pkthdr.len = packetlen;
256 m_reset_rcvif(m_outbuf);
258 tftp = mtod(m_outbuf, struct tftphdr *);
288 if ((error = nfs_boot_sendrecv(so, &sin, NULL, m_outbuf,
299 m_outbuf->m_len = hdrlen;
300 m_outbuf->m_pkthdr.len = hdrlen;
321 m_outbuf, NULL, 0, l)) != 0) {
327 m_outbuf = NULL;
340 m_freem(m_outbuf);