Searched refs:proto_Prepend (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/usr.sbin/ppp/
H A Dproto.h62 struct mbuf *proto_Prepend(struct mbuf *, u_short, unsigned, int);
H A Dproto.c56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) function
76 bp = proto_Prepend(bp, *proto, l->lcp.his_protocomp,
H A Dlink.c389 bp = m_pullup(proto_Prepend(bp, proto, 0, 0));
H A Dlqr.c219 bp = m_pullup(proto_Prepend(bp, PROTO_LQR, 0, 0));
H A Dfsm.c510 bp = proto_Prepend(bp, fp->proto, 0, 0);

Completed in 102 milliseconds