ppp_comp_stats
static void get_ppp_cstats __P((struct ppp_comp_stats *));
struct ppp_comp_stats *csp;
struct ppp_comp_stats *csp;
struct ppp_comp_stats ccs, ocs;
struct ppp_comp_stats *pcsp;
nmp = allocb(sizeof (struct ppp_comp_stats), BPRI_MED);
pcsp = (struct ppp_comp_stats *)nmp->b_wptr;
nmp->b_wptr += sizeof (struct ppp_comp_stats);
bzero((caddr_t)pcsp, sizeof (struct ppp_comp_stats));
struct ppp_comp_stats csp;
bzero((caddr_t)&csp, sizeof (struct ppp_comp_stats));
struct ppp_comp_stats *csp;
mpnext = allocb(sizeof (struct ppp_comp_stats), BPRI_MED);
csp = (struct ppp_comp_stats *)mpnext->b_wptr;
mpnext->b_wptr += sizeof (struct ppp_comp_stats);
bzero((caddr_t)csp, sizeof (struct ppp_comp_stats));
miocack(q, mp, sizeof (struct ppp_comp_stats), 0);