Searched refs:link_PushPacket (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | link.h | 71 extern void link_PushPacket(struct link *, struct mbuf *, struct bundle *,
|
| D | pap.c | 112 link_PushPacket(&authp->physical->link, bp, bundle, in pap_Req() 142 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle, in SendPapCode()
|
| D | link.c | 248 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri, in link_PushPacket() function
|
| D | ipv6cp.c | 357 link_PushPacket(l, bp, bundle, 0, PROTO_IPV6); in ipv6cp_PushPacket()
|
| D | lqr.c | 157 link_PushPacket(lcp->fsm.link, bp, lcp->fsm.bundle, in SendLqrData()
|
| D | cbcp.c | 208 link_PushPacket(&cbcp->p->link, bp, cbcp->p->dl->bundle, in cbcp_Output()
|
| D | chap.c | 125 link_PushPacket(&physical->link, bp, physical->dl->bundle, in ChapOutput()
|
| D | fsm.c | 224 link_PushPacket(fp->link, bp, fp->bundle, LINK_QUEUES(fp->link) - 1, in fsm_Output()
|
| D | mp.c | 662 link_PushPacket(l, m, bundle, LINK_QUEUES(l) - 1, PROTO_MP); in mp_Output()
|
| D | ipcp.c | 1474 link_PushPacket(l, bp, bundle, 0, PROTO_IP); in ipcp_PushPacket()
|