summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1997-11-27 06:05:49 +0000
committerPaul Mackerras <paulus@samba.org>1997-11-27 06:05:49 +0000
commit96dad36e1d37716004171559280613739e7df29e (patch)
treee50c343543789ee0274efd99ad0700436a1842a8 /include
parent0631a591f5290ceb3a0eb3004d890f5273f13b42 (diff)
downloadppp-96dad36e1d37716004171559280613739e7df29e.tar.gz
add a few defs
Diffstat (limited to 'include')
-rw-r--r--include/net/ppp_defs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h
index d1383f3..0857e4e 100644
--- a/include/net/ppp_defs.h
+++ b/include/net/ppp_defs.h
@@ -1,4 +1,4 @@
-/* $Id: ppp_defs.h,v 1.11 1997/04/30 05:46:24 paulus Exp $ */
+/* $Id: ppp_defs.h,v 1.12 1997/11/27 06:05:49 paulus Exp $ */
/*
* ppp_defs.h - PPP definitions.
@@ -69,11 +69,14 @@
*/
#define PPP_IP 0x21 /* Internet Protocol */
#define PPP_AT 0x29 /* AppleTalk 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_IPV6 0x57 /* Internet Protocol Version 6 */
#define PPP_COMP 0xfd /* compressed packet */
#define PPP_IPCP 0x8021 /* IP Control Protocol */
#define PPP_ATCP 0x8029 /* AppleTalk 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 */