Home | History | Annotate | Download | only in src

Lines Matching defs:bp

351 ipv6cp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp)
354 m_settype(bp, MB_IPV6CPIN);
356 fsm_Input(&bundle->ncp.ipv6cp.fsm, bp);
361 m_freem(bp);
425 struct mbuf *bp;
444 bp = m_dequeue(queue);
445 bp = mbuf_Read(bp, &secs, sizeof secs);
446 bp = m_pullup(bp);
447 m_len = m_length(bp);
448 if (!FilterCheck(MBUF_CTOP(bp), AF_INET6, &bundle->filter.alive,
454 link_PushPacket(l, bp, bundle, 0, PROTO_IPV6);