Searched refs:m_settype (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | vjcomp.c | 97 m_settype(bp, MB_VJOUT); in vj_LayerPush() 103 m_settype(bp, MB_VJOUT); in vj_LayerPush() 137 m_settype(bp, MB_VJIN); in VjUncompressTcp() 161 m_settype(bp, MB_VJIN); in VjUncompressTcp()
|
| H A D | acf.c | 68 m_settype(bp, MB_ACFOUT); in acf_LayerPush() 104 m_settype(bp, MB_ACFIN); in acf_LayerPull() 111 m_settype(bp, MB_ACFIN); in acf_LayerPull()
|
| H A D | sync.c | 58 m_settype(bp, MB_SYNCOUT); in sync_LayerPush() 80 m_settype(bp, MB_SYNCIN); in sync_LayerPull()
|
| H A D | proto.c | 80 m_settype(bp, MB_PROTOOUT); in proto_LayerPush() 110 m_settype(bp, MB_PROTOIN); in proto_LayerPull()
|
| H A D | hdlc.c | 150 m_settype(bp, MB_HDLCOUT); in hdlc_LayerPush() 343 m_settype(bp, MB_HDLCIN); in hdlc_LayerPull()
|
| H A D | ccp.c | 679 m_settype(bp, MB_CCPIN); in ccp_Input() 737 m_settype(bp, MB_ICOMPDOUT); in ccp_LayerPush() 740 m_settype(bp, MB_COMPDOUT); in ccp_LayerPush() 769 m_settype(bp, MB_ICOMPDIN); in ccp_LayerPull() 772 m_settype(bp, MB_COMPDIN); in ccp_LayerPull()
|
| H A D | mbuf.h | 115 extern void m_settype(struct mbuf *, int);
|
| H A D | nat_cmd.c | 507 m_settype(bp, MB_NATOUT); in nat_LayerPush() 529 m_settype(bp, MB_NATIN); in nat_LayerPull()
|
| H A D | pap.c | 223 m_settype(bp, MB_PAPIN); in pap_Input()
|
| H A D | ip.c | 972 m_settype(bp, MB_IPIN); in ipv4_Input() 992 m_settype(bp, MB_IPV6IN); in ipv6_Input()
|
| H A D | mbuf.c | 412 m_settype(struct mbuf *bp, int type) in m_settype() function
|
| H A D | mp.c | 626 m_settype(bp, MB_MPIN); in mp_Input() 777 m_settype(mo, MB_MPOUT); in mp_FillPhysicalQueues()
|
| H A D | lqr.c | 525 m_settype(bp, MB_LQRIN); in lqr_LayerPull()
|
| H A D | cbcp.c | 651 m_settype(bp, MB_CBCPIN); in cbcp_Input()
|
| H A D | ipv6cp.c | 356 m_settype(bp, MB_IPV6CPIN); in ipv6cp_Input()
|
| H A D | chap.c | 720 m_settype(bp, MB_CHAPIN); in chap_Input()
|
| H A D | fsm.c | 958 m_settype(bp, MB_ECHOIN); in FsmRecvEchoReq()
|
| H A D | lcp.c | 1304 m_settype(bp, MB_LCPIN); in lcp_Input()
|
| H A D | ipcp.c | 1346 m_settype(bp, MB_IPCPIN); in ipcp_Input()
|