Searched defs:curout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c997 mblk_t *curout; local
1100 curout = outmp;
1155 curout = allocb(outmp_len, BPRI_MED);
1156 if ((outmp->b_cont = curout) == NULL)
1159 tp = curout->b_wptr;
1160 tpmax = curout->b_datap->db_lim;
1175 curout = allocb(outmp_len, BPRI_MED);
1176 if ((outmp->b_cont = curout) == NULL)
1179 tp = curout->b_wptr;
1180 tpmax = curout
[all...]

Completed in 45 milliseconds