Searched refs:m_settype (Results 1 – 19 of 19) sorted by relevance
/external/libppp/src/ |
D | vjcomp.c | 95 m_settype(bp, MB_VJOUT); in vj_LayerPush() 101 m_settype(bp, MB_VJOUT); in vj_LayerPush() 135 m_settype(bp, MB_VJIN); in VjUncompressTcp() 159 m_settype(bp, MB_VJIN); in VjUncompressTcp()
|
D | acf.c | 66 m_settype(bp, MB_ACFOUT); in acf_LayerPush() 102 m_settype(bp, MB_ACFIN); in acf_LayerPull() 109 m_settype(bp, MB_ACFIN); in acf_LayerPull()
|
D | sync.c | 56 m_settype(bp, MB_SYNCOUT); in sync_LayerPush() 78 m_settype(bp, MB_SYNCIN); in sync_LayerPull()
|
D | proto.c | 78 m_settype(bp, MB_PROTOOUT); in proto_LayerPush() 108 m_settype(bp, MB_PROTOIN); in proto_LayerPull()
|
D | hdlc.c | 148 m_settype(bp, MB_HDLCOUT); in hdlc_LayerPush() 341 m_settype(bp, MB_HDLCIN); in hdlc_LayerPull()
|
D | mbuf.h | 113 extern void m_settype(struct mbuf *, int);
|
D | ccp.c | 677 m_settype(bp, MB_CCPIN); in ccp_Input() 735 m_settype(bp, MB_ICOMPDOUT); in ccp_LayerPush() 738 m_settype(bp, MB_COMPDOUT); in ccp_LayerPush() 767 m_settype(bp, MB_ICOMPDIN); in ccp_LayerPull() 770 m_settype(bp, MB_COMPDIN); in ccp_LayerPull()
|
D | nat_cmd.c | 504 m_settype(bp, MB_NATOUT); in nat_LayerPush() 526 m_settype(bp, MB_NATIN); in nat_LayerPull()
|
D | pap.c | 221 m_settype(bp, MB_PAPIN); in pap_Input()
|
D | ip.c | 966 m_settype(bp, MB_IPIN); in ipv4_Input() 986 m_settype(bp, MB_IPV6IN); in ipv6_Input()
|
D | mbuf.c | 410 m_settype(struct mbuf *bp, int type) in m_settype() function
|
D | lqr.c | 523 m_settype(bp, MB_LQRIN); in lqr_LayerPull()
|
D | mp.c | 624 m_settype(bp, MB_MPIN); in mp_Input() 775 m_settype(mo, MB_MPOUT); in mp_FillPhysicalQueues()
|
D | cbcp.c | 649 m_settype(bp, MB_CBCPIN); in cbcp_Input()
|
D | ipv6cp.c | 354 m_settype(bp, MB_IPV6CPIN); in ipv6cp_Input()
|
D | chap.c | 718 m_settype(bp, MB_CHAPIN); in chap_Input()
|
D | fsm.c | 956 m_settype(bp, MB_ECHOIN); in FsmRecvEchoReq()
|
D | lcp.c | 1302 m_settype(bp, MB_LCPIN); in lcp_Input()
|
D | ipcp.c | 1339 m_settype(bp, MB_IPCPIN); in ipcp_Input()
|