Home
last modified time | relevance | path

Searched refs:mbuf_Read (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dacf.c87 bp = mbuf_Read(bp, cp, 2); in acf_LayerPull()
108 bp = mbuf_Read(bp, cp, 2); in acf_LayerPull()
H A Dproto.c102 bp = mbuf_Read(bp, cp, 2); in proto_LayerPull()
105 bp = mbuf_Read(bp, cp, 1); in proto_LayerPull()
H A Dpap.c225 bp = mbuf_Read(bp, &nlen, 1); in pap_Input()
254 bp = mbuf_Read(bp, &klen, 1); in pap_Input()
263 bp = mbuf_Read(bp, key, klen); in pap_Input()
H A Dmbuf.h108 extern struct mbuf *mbuf_Read(struct mbuf *, void *, size_t);
H A Dchap.c746 bp = mbuf_Read(bp, &alen, 1); in chap_Input()
754 bp = mbuf_Read(bp, chap->challenge.peer + 1, alen); in chap_Input()
768 bp = mbuf_Read(bp, &alen, 1); in chap_Input()
781 bp = mbuf_Read(bp, ans + 1, alen); in chap_Input()
797 bp = mbuf_Read(bp, ans, len); in chap_Input()
H A Dauth.c450 bp = mbuf_Read(bp, (u_char *)&authp->in.hdr, sizeof authp->in.hdr); in auth_ReadHeader()
478 bp = mbuf_Read(bp, (u_char *)authp->in.name, len); in auth_ReadName()
H A Dvjcomp.c148 bp = mbuf_Read(bp, bufp, rlen); in VjUncompressTcp()
H A Dmppe.c255 mp = mbuf_Read(mp, &prefix, 2); in MPPEInput()
357 mp = mbuf_Read(mp, proto, 2); in MPPEInput()
H A Dpred.c192 mbuf_Read(bp, cp, orglen - 2); in Pred1Output()
H A Dmbuf.c195 mbuf_Read(struct mbuf *bp, void *v, size_t len) in mbuf_Read() function
H A Dnat_cmd.c552 bp = mbuf_Read(bp, fptr, bp->m_len); in nat_LayerPull()
H A Dfsm.c886 bp = mbuf_Read(bp, &proto, 2); in FsmRecvProtoRej()
1055 bp = mbuf_Read(bp, &lh, sizeof lh); in fsm_Input()
H A Ddeflate.c209 mi_head = mi = mbuf_Read(mi, hdr, 2); in DeflateInput()
H A Dlqr.c95 m_freem(mbuf_Read(bp, &lqr, sizeof lqr)); in lqr_RecvEcho()
H A Dipv6cp.c445 bp = mbuf_Read(bp, &secs, sizeof secs); in ipv6cp_PushPacket()
H A Dip.c923 mbuf_Read(bp, tun.data, nb); in ip_Input()
H A Dmp.c780 m = mbuf_Read(m, MBUF_CTOP(mo), mo->m_len); in mp_FillPhysicalQueues()
H A Dipcp.c1466 bp = mbuf_Read(bp, &secs, sizeof secs); in ipcp_PushPacket()