tag
line
file
source code
curpt
1297
drivers/net/ppp.c
int curpt = ppp->xhead - ppp->xbuff;
curpt
1298
drivers/net/ppp.c
if ((curpt < 0) || (curpt > 3000)) {
curpt
1300
drivers/net/ppp.c
(unsigned int) ppp->xbuff, (unsigned int) ppp->xhead, curpt))