Searched refs:m_prepend (Results 1 - 7 of 7) sorted by relevance

/external/libppp/src/
H A Dproto.c64 bp = m_prepend(bp, cp + 1, 1, extra);
66 bp = m_prepend(bp, cp, 2, extra);
H A Dacf.c65 bp = m_prepend(bp, cp, 2, 0);
H A Dmbuf.h110 extern struct mbuf *m_prepend(struct mbuf *, const void *, size_t, u_short);
H A Dmbuf.c243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) function
435 m->m_next = m_prepend(NULL, v, sz, 0);
437 bp = m_prepend(NULL, v, sz, 0);
H A Dvjcomp.c158 bp = m_prepend(bp, bufp, len, 0);
H A Dfsm.c509 bp = m_prepend(bp, lhp, sizeof *lhp, 2);
1072 bp = m_prepend(bp, &lh, sizeof lh, 0);
H A Dmp.c644 m = m_prepend(m, prepend, 2, 0);
650 m = m_prepend(m, prepend, 4, 0);

Completed in 110 milliseconds