Lines Matching refs:islcp
510 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
511 if ((islcp && c < 0x20) || (ap->xaccm[c >> 5] & (1 << (c & 0x1f)))) {\
524 int islcp; in ppp_async_encode() local
540 islcp = proto == PPP_LCP && 1 <= data[2] && data[2] <= 7; in ppp_async_encode()
543 if (islcp) in ppp_async_encode()
550 if (islcp || flag_time == 0 || in ppp_async_encode()
559 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_async_encode()
560 PUT_BYTE(ap, buf, 0xff, islcp); in ppp_async_encode()
562 PUT_BYTE(ap, buf, 0x03, islcp); in ppp_async_encode()
578 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()
596 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()
598 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()