patch-1.3.69 linux/include/linux/ppp_defs.h
Next file: linux/include/linux/proc_fs.h
Previous file: linux/include/linux/pipe_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Feb 26 11:58:16 1996
- Orig file:
v1.3.68/linux/include/linux/ppp_defs.h
- Orig date:
Tue Oct 10 18:46:38 1995
diff -u --recursive --new-file v1.3.68/linux/include/linux/ppp_defs.h linux/include/linux/ppp_defs.h
@@ -28,7 +28,7 @@
*/
/*
- * ==FILEVERSION 4==
+ * ==FILEVERSION 5==
*
* NOTE TO MAINTAINERS:
* If you modify this file at all, increment the number above.
@@ -66,10 +66,12 @@
* Protocol field values.
*/
#define PPP_IP 0x21 /* Internet Protocol */
+#define PPP_IPX 0x2b /* IPX protocol */
#define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
#define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */
#define PPP_COMP 0xfd /* compressed packet */
#define PPP_IPCP 0x8021 /* IP Control Protocol */
+#define PPP_IPXCP 0x802b /* IPX Control Protocol */
#define PPP_CCP 0x80fd /* Compression Control Protocol */
#define PPP_LCP 0xc021 /* Link Control Protocol */
#define PPP_PAP 0xc023 /* Password Authentication Protocol */
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