Symbol: ppp_comp_stats
usr/src/cmd/cmd-inet/usr.bin/pppstats/pppstats.c
119
static void get_ppp_cstats __P((struct ppp_comp_stats *));
usr/src/cmd/cmd-inet/usr.bin/pppstats/pppstats.c
175
struct ppp_comp_stats *csp;
usr/src/cmd/cmd-inet/usr.bin/pppstats/pppstats.c
281
struct ppp_comp_stats *csp;
usr/src/cmd/cmd-inet/usr.bin/pppstats/pppstats.c
322
struct ppp_comp_stats ccs, ocs;
usr/src/uts/common/io/ppp/sppp/sppp.c
475
struct ppp_comp_stats *pcsp;
usr/src/uts/common/io/ppp/sppp/sppp.c
663
nmp = allocb(sizeof (struct ppp_comp_stats), BPRI_MED);
usr/src/uts/common/io/ppp/sppp/sppp.c
675
pcsp = (struct ppp_comp_stats *)nmp->b_wptr;
usr/src/uts/common/io/ppp/sppp/sppp.c
676
nmp->b_wptr += sizeof (struct ppp_comp_stats);
usr/src/uts/common/io/ppp/sppp/sppp.c
677
bzero((caddr_t)pcsp, sizeof (struct ppp_comp_stats));
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1722
struct ppp_comp_stats csp;
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1729
bzero((caddr_t)&csp, sizeof (struct ppp_comp_stats));
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
941
struct ppp_comp_stats *csp;
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
945
mpnext = allocb(sizeof (struct ppp_comp_stats), BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
954
csp = (struct ppp_comp_stats *)mpnext->b_wptr;
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
955
mpnext->b_wptr += sizeof (struct ppp_comp_stats);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
956
bzero((caddr_t)csp, sizeof (struct ppp_comp_stats));
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
965
miocack(q, mp, sizeof (struct ppp_comp_stats), 0);