]> git.ozlabs.org Git - ppp.git/blobdiff - include/net/ppp_defs.h
__linux__ (already defined by compiler) not _linux_ (manually defined)
[ppp.git] / include / net / ppp_defs.h
index ae9bbc34cd53884d94882d2ac266d9a9a5db1fd4..bda882ea1a285d09a8ebc5b23d12ed18b0a59e7c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ppp_defs.h,v 1.13 1998/03/25 04:03:14 paulus Exp $ */
+/*     $Id: ppp_defs.h,v 1.15 2002/05/21 17:26:48 dfs Exp $    */
 
 /*
  * ppp_defs.h - PPP definitions.
@@ -77,7 +77,9 @@
 #define PPP_IPCP       0x8021  /* IP Control Protocol */
 #define PPP_ATCP       0x8029  /* AppleTalk Control Protocol */
 #define PPP_IPXCP      0x802b  /* IPX Control Protocol */
+#define PPP_IPV6CP     0x8057  /* IPv6 Control Protocol */
 #define PPP_CCP                0x80fd  /* Compression Control Protocol */
+#define PPP_ECP                0x8053  /* Encryption Control Protocol */
 #define PPP_LCP                0xc021  /* Link Control Protocol */
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */