Symbol: m_settype
usr.sbin/ppp/acf.c
104
m_settype(bp, MB_ACFIN);
usr.sbin/ppp/acf.c
111
m_settype(bp, MB_ACFIN);
usr.sbin/ppp/acf.c
68
m_settype(bp, MB_ACFOUT);
usr.sbin/ppp/cbcp.c
645
m_settype(bp, MB_CBCPIN);
usr.sbin/ppp/ccp.c
673
m_settype(bp, MB_CCPIN);
usr.sbin/ppp/ccp.c
731
m_settype(bp, MB_ICOMPDOUT);
usr.sbin/ppp/ccp.c
734
m_settype(bp, MB_COMPDOUT);
usr.sbin/ppp/ccp.c
763
m_settype(bp, MB_ICOMPDIN);
usr.sbin/ppp/ccp.c
766
m_settype(bp, MB_COMPDIN);
usr.sbin/ppp/chap.c
713
m_settype(bp, MB_CHAPIN);
usr.sbin/ppp/fsm.c
957
m_settype(bp, MB_ECHOIN);
usr.sbin/ppp/hdlc.c
148
m_settype(bp, MB_HDLCOUT);
usr.sbin/ppp/hdlc.c
337
m_settype(bp, MB_HDLCIN);
usr.sbin/ppp/ip.c
939
m_settype(bp, MB_IPIN);
usr.sbin/ppp/ip.c
959
m_settype(bp, MB_IPV6IN);
usr.sbin/ppp/ipcp.c
1330
m_settype(bp, MB_IPCPIN);
usr.sbin/ppp/ipv6cp.c
353
m_settype(bp, MB_IPV6CPIN);
usr.sbin/ppp/lcp.c
1292
m_settype(bp, MB_LCPIN);
usr.sbin/ppp/lqr.c
440
m_settype(bp, MB_LQRIN);
usr.sbin/ppp/mbuf.h
112
extern void m_settype(struct mbuf *, int);
usr.sbin/ppp/mp.c
625
m_settype(bp, MB_MPIN);
usr.sbin/ppp/mp.c
776
m_settype(mo, MB_MPOUT);
usr.sbin/ppp/nat_cmd.c
481
m_settype(bp, MB_NATOUT);
usr.sbin/ppp/nat_cmd.c
503
m_settype(bp, MB_NATIN);
usr.sbin/ppp/pap.c
221
m_settype(bp, MB_PAPIN);
usr.sbin/ppp/proto.c
110
m_settype(bp, MB_PROTOIN);
usr.sbin/ppp/proto.c
80
m_settype(bp, MB_PROTOOUT);
usr.sbin/ppp/sync.c
58
m_settype(bp, MB_SYNCOUT);
usr.sbin/ppp/sync.c
76
m_settype(bp, MB_SYNCIN);
usr.sbin/ppp/vjcomp.c
102
m_settype(bp, MB_VJOUT);
usr.sbin/ppp/vjcomp.c
136
m_settype(bp, MB_VJIN);
usr.sbin/ppp/vjcomp.c
160
m_settype(bp, MB_VJIN);
usr.sbin/ppp/vjcomp.c
96
m_settype(bp, MB_VJOUT);