]> git.ozlabs.org Git - ppp.git/blobdiff - include/linux/ppp_defs.h
define CBCP protocol value
[ppp.git] / include / linux / ppp_defs.h
index 160cbaf5613109fa36aec59abffda2b41411b2e4..b49f9503cb534913ef73c1f67d7acadcbdaa6983 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
  */
 
 /*
- *  ==FILEVERSION 960302==
+ *  ==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.