Searched refs:link_PushPacket (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/usr.sbin/ppp/
H A Dlink.h73 extern void link_PushPacket(struct link *, struct mbuf *, struct bundle *,
H A Dpap.c111 link_PushPacket(&authp->physical->link, bp, bundle,
140 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
H A Dlink.c250 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri, function
272 log_Printf(LogDEBUG, "link_PushPacket: Transmit proto 0x%04x\n", proto);
H A Dlqr.c160 link_PushPacket(lcp->fsm.link, bp, lcp->fsm.bundle,
H A Dcbcp.c210 link_PushPacket(&cbcp->p->link, bp, cbcp->p->dl->bundle,
H A Dchap.c122 link_PushPacket(&physical->link, bp, physical->dl->bundle,
H A Dipv6cp.c456 link_PushPacket(l, bp, bundle, 0, PROTO_IPV6);
H A Dfsm.c221 link_PushPacket(fp->link, bp, fp->bundle, LINK_QUEUES(fp->link) - 1,
H A Dmp.c664 link_PushPacket(l, m, bundle, LINK_QUEUES(l) - 1, PROTO_MP);
H A Dipcp.c1477 link_PushPacket(l, bp, bundle, 0, PROTO_IP);

Completed in 65 milliseconds