]> git.ozlabs.org Git - ppp.git/commitdiff
define CBCP protocol value
authorPaul Mackerras <paulus@samba.org>
Tue, 8 Oct 1996 04:38:33 +0000 (04:38 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 Oct 1996 04:38:33 +0000 (04:38 +0000)
include/linux/ppp_defs.h
include/net/ppp_defs.h
linux/ppp_defs.h

index 27eaa89deaadc5e12858e7044c60efe3e0681eca..b49f9503cb534913ef73c1f67d7acadcbdaa6983 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
  */
 
 /*
- *  ==FILEVERSION 960918==
+ *  ==FILEVERSION 961008==
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
@@ -77,6 +77,7 @@
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
+#define PPP_CBCP       0xc029  /* Callback Control Protocol */
 
 /*
  * Values for FCS calculations.
 
 /*
  * Values for FCS calculations.
index 20399baffca1edeebe13f86bd028a68ccccf8950..d846d81af417f1d77e6a4a7ef9f6487305cfa62f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: ppp_defs.h,v 1.8 1996/09/26 06:30:22 paulus Exp $  */
+/*     $Id: ppp_defs.h,v 1.9 1996/10/08 04:38:33 paulus Exp $  */
 
 /*
  * ppp_defs.h - PPP definitions.
 
 /*
  * ppp_defs.h - PPP definitions.
@@ -63,6 +63,7 @@
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
+#define PPP_CBCP       0xc029  /* Callback Control Protocol */
 
 /*
  * Values for FCS calculations.
 
 /*
  * Values for FCS calculations.
index 27eaa89deaadc5e12858e7044c60efe3e0681eca..b49f9503cb534913ef73c1f67d7acadcbdaa6983 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
  */
 
 /*
- *  ==FILEVERSION 960918==
+ *  ==FILEVERSION 961008==
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
@@ -77,6 +77,7 @@
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
+#define PPP_CBCP       0xc029  /* Callback Control Protocol */
 
 /*
  * Values for FCS calculations.
 
 /*
  * Values for FCS calculations.