Searched refs:buflim (Results 1 – 1 of 1) sorted by relevance
522 unsigned char *buf, *buflim; in ppp_async_encode() local572 buflim = ap->obuf + OBUFSIZE - 6; in ppp_async_encode()573 while (i < count && buf < buflim) { in ppp_async_encode()