patch-2.1.109 linux/include/linux/if_ppp.h
Next file: linux/include/linux/if_pppvar.h
Previous file: linux/include/linux/fb.h
Back to the patch index
Back to the overall index
- Lines: 62
- Date:
Fri Jul 10 14:02:00 1998
- Orig file:
v2.1.108/linux/include/linux/if_ppp.h
- Orig date:
Wed Apr 1 20:11:54 1998
diff -u --recursive --new-file v2.1.108/linux/include/linux/if_ppp.h linux/include/linux/if_ppp.h
@@ -1,4 +1,4 @@
-/* $Id: if_ppp.h,v 1.2 1998/01/01 15:05:12 phil Exp $ */
+/* $Id: if_ppp.h,v 1.14 1998/07/07 04:27:33 paulus Exp $ */
/*
* if_ppp.h - Point-to-Point Protocol definitions.
@@ -21,7 +21,7 @@
*/
/*
- * ==FILEVERSION 971223==
+ * ==FILEVERSION 980704==
*
* NOTE TO MAINTAINERS:
* If you modify this file at all, please set the above date.
@@ -76,7 +76,7 @@
#define SC_MASK 0x0f0000ff /* bits that user can change */
/* state bits */
-#define SC_XMIT_BUSY 0x10000000 /* ppp_write_wakeup is active */
+#define SC_XMIT_BUSY 0x10000000 /* (used by isdn_ppp?) */
#define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
#define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
#define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */
@@ -89,8 +89,8 @@
*/
struct npioctl {
- int protocol; /* PPP protocol, e.g. PPP_IP */
- enum NPmode mode;
+ int protocol; /* PPP protocol, e.g. PPP_IP */
+ enum NPmode mode;
};
/* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
@@ -101,13 +101,13 @@
};
struct ifpppstatsreq {
- struct ifreq b;
- struct ppp_stats stats; /* statistic information */
+ struct ifreq b;
+ struct ppp_stats stats; /* statistic information */
};
struct ifpppcstatsreq {
- struct ifreq b;
- struct ppp_comp_stats stats;
+ struct ifreq b;
+ struct ppp_comp_stats stats;
};
#define ifr__name b.ifr_ifrn.ifrn_name
@@ -138,7 +138,7 @@
#define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
#define SIOCGPPPSTATS (SIOCDEVPRIVATE + 0)
-#define SIOCGPPPVER (SIOCDEVPRIVATE + 1) /* NEVER change this!! */
+#define SIOCGPPPVER (SIOCDEVPRIVATE + 1) /* NEVER change this!! */
#define SIOCGPPPCSTATS (SIOCDEVPRIVATE + 2)
#if !defined(ifr_mtu)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov