patch-2.1.92 linux/include/linux/if_ppp.h
Next file: linux/include/linux/isdn.h
Previous file: linux/include/linux/console.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Wed Apr 1 16:19:57 1998
- Orig file:
v2.1.91/linux/include/linux/if_ppp.h
- Orig date:
Mon Jan 12 15:28:18 1998
diff -u --recursive --new-file v2.1.91/linux/include/linux/if_ppp.h linux/include/linux/if_ppp.h
@@ -73,12 +73,9 @@
#define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
#define SC_LOG_RAWIN 0x00080000 /* log all chars received */
#define SC_LOG_FLUSH 0x00100000 /* log all chars flushed */
-#define SC_MASK 0x0fE0ffff /* bits that user can change */
+#define SC_MASK 0x0f0000ff /* bits that user can change */
/* state bits */
-#define SC_ESCAPED 0x80000000 /* saw a PPP_ESCAPE */
-#define SC_FLUSH 0x40000000 /* flush input until next PPP_FLAG */
-#define SC_VJ_RESET 0x20000000 /* Need to reset the VJ decompressor */
#define SC_XMIT_BUSY 0x10000000 /* ppp_write_wakeup is active */
#define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
#define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov