Lines Matching refs:islcp
523 #define PUT_BYTE(ap, buf, c, islcp) do { \ argument
524 if ((islcp && c < 0x20) || (ap->xaccm[c >> 5] & (1 << (c & 0x1f)))) {\
537 int islcp; in ppp_async_encode() local
553 islcp = proto == PPP_LCP && 1 <= data[2] && data[2] <= 7; in ppp_async_encode()
556 if (islcp) in ppp_async_encode()
563 if (islcp || flag_time == 0 || in ppp_async_encode()
572 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_async_encode()
573 PUT_BYTE(ap, buf, 0xff, islcp); in ppp_async_encode()
575 PUT_BYTE(ap, buf, 0x03, islcp); in ppp_async_encode()
591 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()
609 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()
611 PUT_BYTE(ap, buf, c, islcp); in ppp_async_encode()