HomeSort by relevance Sort by last modified time
    Searched refs:link_PushPacket (Results 1 - 10 of 10) sorted by null

  /external/libppp/src/
link.h 71 extern void link_PushPacket(struct link *, struct mbuf *, struct bundle *,
pap.c 109 link_PushPacket(&authp->physical->link, bp, bundle,
138 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
link.c 248 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri,
270 log_Printf(LogDEBUG, "link_PushPacket: Transmit proto 0x%04x\n", proto);
lqr.c 157 link_PushPacket(lcp->fsm.link, bp, lcp->fsm.bundle,
cbcp.c 208 link_PushPacket(&cbcp->p->link, bp, cbcp->p->dl->bundle,
chap.c 120 link_PushPacket(&physical->link, bp, physical->dl->bundle,
ipv6cp.c 454 link_PushPacket(l, bp, bundle, 0, PROTO_IPV6);
fsm.c 219 link_PushPacket(fp->link, bp, fp->bundle, LINK_QUEUES(fp->link) - 1,
mp.c 662 link_PushPacket(l, m, bundle, LINK_QUEUES(l) - 1, PROTO_MP);
    [all...]
ipcp.c     [all...]

Completed in 83 milliseconds