Home
last modified time | relevance | path

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

/original-bsd/sys/netiso/
H A Dclnp_input.c298 struct mbuf *mhead; variable
303 for (mhead = m; mhead != NULL; mhead=mhead->m_next) {
304 printf("m x%x, len %d\n", mhead, mhead->m_len);
305 total_len += mhead->m_len;
H A Dif_eon.c186 struct mbuf mhead; variable
218 mhead.m_data = (caddr_t) &hdr->ei_eh;
219 mhead.m_len = sizeof(struct eon_hdr);
220 mhead.m_next = 0;
223 &mhead,
226 iso_gen_csum(&mhead,
H A Dclnp_subr.c83 register struct mbuf *mhead; /* ptr to head of chain */ local
86 mhead = m;
96 clnp_discard(mhead, GEN_INCOMPLETE);
102 m_adj(mhead, -len);
104 return mhead;
/original-bsd/usr.bin/fstat/
H A Dfstat.c515 } *mhead = NULL; local
518 for (mt = mhead; mt != NULL; mt = mt->next)
531 mt->next = mhead;
532 mhead = mt;
/original-bsd/usr.sbin/pstat/
H A Dpstat.c530 } *mhead = NULL; local
533 for (mt = mhead; mt != NULL; mt = mt->next)
540 mt->next = mhead;
541 mhead = mt;