From: Paul Mackerras Date: Thu, 27 Nov 1997 06:05:49 +0000 (+0000) Subject: add a few defs X-Git-Tag: RELEASE_2_3_6~157 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=96dad36e1d37716004171559280613739e7df29e;hp=0631a591f5290ceb3a0eb3004d890f5273f13b42 add a few defs --- 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 */