summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-10-08 04:38:33 +0000
committerPaul Mackerras <paulus@samba.org>1996-10-08 04:38:33 +0000
commit880789e51156bd894663279f091a261eb24342bd (patch)
tree549a87dcf2da69a65114199950ce7087dad14d46 /include/net
parent21cdaec64fc3385795f4318fdf2358f503ec26ba (diff)
downloadppp-880789e51156bd894663279f091a261eb24342bd.tar.gz
define CBCP protocol value
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ppp_defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ppp_defs.h b/include/net/ppp_defs.h
index 20399ba..d846d81 100644
--- a/include/net/ppp_defs.h
+++ b/include/net/ppp_defs.h
@@ -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.
@@ -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_CBCP 0xc029 /* Callback Control Protocol */
/*
* Values for FCS calculations.