Lines Matching refs:islcp
515 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
516 if ((islcp && c < 0x20) || (ap->xaccm[c >> 5] & (1 << (c & 0x1f)))) {\
529 int islcp; in ppp_async_encode() local
545 islcp = proto == PPP_LCP && count >= 3 && 1 <= data[2] && data[2] <= 7; in ppp_async_encode()
548 if (islcp) in ppp_async_encode()
555 if (islcp || flag_time == 0 || in ppp_async_encode()
564 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_async_encode()
565 PUT_BYTE(ap, buf, 0xff, islcp); in ppp_async_encode()
567 PUT_BYTE(ap, buf, 0x03, islcp); in ppp_async_encode()
583 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()
601 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()
603 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()