X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=include%2Flinux%2Fppp_defs.h;h=489f84ab48b640c167fb896f08946e3eefe73990;hb=7bb8beb860037a6c18dd0b64b8d542a20aa2c8c0;hp=e390c569bdf131359817aa0caf73ae78dc6f948d;hpb=85fb3a1ac84c4bc9bf1b66d00ab0a09def5c38db;p=ppp.git diff --git a/include/linux/ppp_defs.h b/include/linux/ppp_defs.h index e390c56..489f84a 100644 --- a/include/linux/ppp_defs.h +++ b/include/linux/ppp_defs.h @@ -1,4 +1,4 @@ -/* $Id: ppp_defs.h,v 1.9 2000/03/27 06:03:36 paulus Exp $ */ +/* $Id: ppp_defs.h,v 1.10 2002/05/21 17:26:48 dfs Exp $ */ /* * ppp_defs.h - PPP definitions. @@ -28,7 +28,7 @@ */ /* - * ==FILEVERSION 20000114== + * ==FILEVERSION 20020521== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -80,6 +80,8 @@ #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ #define PPP_CCPFRAG 0x80fb /* CCP at link level (below MP bundle) */ #define PPP_CCP 0x80fd /* Compression Control Protocol */ +#define PPP_ECPFRAG 0x8055 /* ECP at link level (below MP bundle) */ +#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 */