Searched refs:pptps (Results 1 – 1 of 1) sorted by relevance
262 pptp_side_t *pptps; local273 pptps = &pptp->pptp_side[rev];287 if (pptps->pptps_next > end && pptps->pptps_next > start)290 if (pptps->pptps_next != start) {293 pptps->pptps_next, start);300 off += pptps->pptps_bytes;301 if (pptps->pptps_gothdr == 0) {308 len = MIN(8 - pptps->pptps_bytes, dlen);309 COPYDATA(fin->fin_m, off, len, pptps->pptps_wptr);310 pptps->pptps_bytes += len;[all …]