Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_6lowpan.c575 mbuf_t mc, m_temp; in sixlowpan_input() local
590 for (m_temp = m, off = 0; m_temp != NULL; m_temp = m_temp->m_next) { in sixlowpan_input()
591 if (m_temp->m_len > 0) { in sixlowpan_input()
592 m_copyback(mc, off, m_temp->m_len, mtod(m_temp, void *)); in sixlowpan_input()
593 off += m_temp->m_len; in sixlowpan_input()