Symbol: m_settype
usr.sbin/ppp/acf.c
102
m_settype(bp, MB_ACFIN);
usr.sbin/ppp/acf.c
109
m_settype(bp, MB_ACFIN);
usr.sbin/ppp/acf.c
66
m_settype(bp, MB_ACFOUT);
usr.sbin/ppp/cbcp.c
649
m_settype(bp, MB_CBCPIN);
usr.sbin/ppp/ccp.c
677
m_settype(bp, MB_CCPIN);
usr.sbin/ppp/ccp.c
735
m_settype(bp, MB_ICOMPDOUT);
usr.sbin/ppp/ccp.c
738
m_settype(bp, MB_COMPDOUT);
usr.sbin/ppp/ccp.c
767
m_settype(bp, MB_ICOMPDIN);
usr.sbin/ppp/ccp.c
770
m_settype(bp, MB_COMPDIN);
usr.sbin/ppp/chap.c
718
m_settype(bp, MB_CHAPIN);
usr.sbin/ppp/fsm.c
956
m_settype(bp, MB_ECHOIN);
usr.sbin/ppp/hdlc.c
148
m_settype(bp, MB_HDLCOUT);
usr.sbin/ppp/hdlc.c
341
m_settype(bp, MB_HDLCIN);
usr.sbin/ppp/ip.c
968
m_settype(bp, MB_IPIN);
usr.sbin/ppp/ip.c
988
m_settype(bp, MB_IPV6IN);
usr.sbin/ppp/ipcp.c
1344
m_settype(bp, MB_IPCPIN);
usr.sbin/ppp/ipv6cp.c
354
m_settype(bp, MB_IPV6CPIN);
usr.sbin/ppp/lcp.c
1302
m_settype(bp, MB_LCPIN);
usr.sbin/ppp/lqr.c
523
m_settype(bp, MB_LQRIN);
usr.sbin/ppp/mbuf.h
113
extern void m_settype(struct mbuf *, int);
usr.sbin/ppp/mp.c
624
m_settype(bp, MB_MPIN);
usr.sbin/ppp/mp.c
775
m_settype(mo, MB_MPOUT);
usr.sbin/ppp/nat_cmd.c
505
m_settype(bp, MB_NATOUT);
usr.sbin/ppp/nat_cmd.c
527
m_settype(bp, MB_NATIN);
usr.sbin/ppp/pap.c
221
m_settype(bp, MB_PAPIN);
usr.sbin/ppp/proto.c
108
m_settype(bp, MB_PROTOIN);
usr.sbin/ppp/proto.c
78
m_settype(bp, MB_PROTOOUT);
usr.sbin/ppp/sync.c
56
m_settype(bp, MB_SYNCOUT);
usr.sbin/ppp/sync.c
78
m_settype(bp, MB_SYNCIN);
usr.sbin/ppp/vjcomp.c
101
m_settype(bp, MB_VJOUT);
usr.sbin/ppp/vjcomp.c
135
m_settype(bp, MB_VJIN);
usr.sbin/ppp/vjcomp.c
159
m_settype(bp, MB_VJIN);
usr.sbin/ppp/vjcomp.c
95
m_settype(bp, MB_VJOUT);