Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/ppp/
Dproto.c64 bp = m_prepend(bp, cp + 1, 1, extra); in proto_Prepend()
66 bp = m_prepend(bp, cp, 2, extra); in proto_Prepend()
Dmbuf.c243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) in m_prepend() function
435 m->m_next = m_prepend(NULL, v, sz, 0); in m_append()
437 bp = m_prepend(NULL, v, sz, 0); in m_append()
Dacf.c65 bp = m_prepend(bp, cp, 2, 0); in acf_LayerPush()
Dmbuf.h110 extern struct mbuf *m_prepend(struct mbuf *, const void *, size_t, u_short);
Dvjcomp.c158 bp = m_prepend(bp, bufp, len, 0); in VjUncompressTcp()
Dfsm.c509 bp = m_prepend(bp, lhp, sizeof *lhp, 2); in FsmRecvConfigReq()
1072 bp = m_prepend(bp, &lh, sizeof lh, 0); in fsm_Input()
Dmp.c644 m = m_prepend(m, prepend, 2, 0); in mp_Output()
650 m = m_prepend(m, prepend, 4, 0); in mp_Output()
/freebsd-9-stable/sys/sys/
Dmbuf.h849 _mm = m_prepend(_mm, _mplen, __mhow); \
907 struct mbuf *m_prepend(struct mbuf *, int, int);
/freebsd-9-stable/share/man/man9/
DMakefile887 mbuf.9 m_prepend.9 \
/freebsd-9-stable/sys/kern/
Duipc_mbuf.c493 m_prepend(struct mbuf *m, int len, int how) in m_prepend() function