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