patch-1.3.69 linux/include/linux/isdn_ppp.h
Next file: linux/include/linux/isdnif.h
Previous file: linux/include/linux/isdn.h
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon Feb 26 11:58:16 1996
- Orig file:
v1.3.68/linux/include/linux/isdn_ppp.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.68/linux/include/linux/isdn_ppp.h linux/include/linux/isdn_ppp.h
@@ -0,0 +1,30 @@
+extern int isdn_ppp_dial_slave(char *);
+
+struct pppinfo
+{
+ int type; /* set by user */
+ union {
+ char clid[32]; /* calling ID */
+ int bundles;
+ int linknumber;
+ } info;
+};
+
+
+#define PPPIOCLINKINFO _IOWR('t',128,struct pppinfo)
+#define PPPIOCBUNDLE _IOW('t',129,int)
+#define PPPIOCGMPFLAGS _IOR('t',130,int)
+#define PPPIOCSMPFLAGS _IOW('t',131,int)
+#define PPPIOCSMPMTU _IOW('t',132,int)
+#define PPPIOCSMPMRU _IOW('t',133,int)
+
+#define PPP_MP 0x003d
+
+#define SC_MP_PROT 0x00000200
+#define SC_REJ_MP_PROT 0x00000400
+#define SC_OUT_SHORT_SEQ 0x00000800
+#define SC_IN_SHORT_SEQ 0x00004000
+
+#define MP_END_FRAG 0x40
+#define MP_BEGIN_FRAG 0x80
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this