summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mbuf.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-07 18:42:51 +0000
committerbrian <brian@FreeBSD.org>1998-08-07 18:42:51 +0000
commitf9ee8808e7fd6798eb442188b9b4b8e23c461f07 (patch)
tree4a1f01689ab26830c419f0100830cd94b3e03a62 /usr.sbin/ppp/mbuf.h
parentda1fbd5e2562a9182735d47266f718c37ce51225 (diff)
downloadFreeBSD-src-f9ee8808e7fd6798eb442188b9b4b8e23c461f07.zip
FreeBSD-src-f9ee8808e7fd6798eb442188b9b4b8e23c461f07.tar.gz
o Support callback types NONE, E.164, AUTH and CBCP.
(see the new ``set callback'' and ``set cbcp'' commands) o Add a ``cbcp'' log level and mbuf type. o Don't dump core when \T is given in ``set login'' or ``set hangup''. o Allow ``*'' and blanks as placeholders in ppp.secret and allow a fifth field for specifying auth/cbcp dialback parameters. o Remove a few extraneous #includes o Define the default number of REQs (restart counter) in defs.h rather than hardcoding ``5'' all over the place. o Fix a few man page inconsistencies.
Diffstat (limited to 'usr.sbin/ppp/mbuf.h')
-rw-r--r--usr.sbin/ppp/mbuf.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h
index 4c7612f..4ee8e40 100644
--- a/usr.sbin/ppp/mbuf.h
+++ b/usr.sbin/ppp/mbuf.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: mbuf.h,v 1.11.2.5 1998/05/01 19:25:24 brian Exp $
+ * $Id: mbuf.h,v 1.12 1998/05/21 21:46:49 brian Exp $
*
* TODO:
*/
@@ -40,14 +40,15 @@ struct mqueue {
#define MB_ASYNC 1
#define MB_FSM 2
-#define MB_HDLCOUT 3
-#define MB_IPIN 4
-#define MB_ECHO 5
-#define MB_LQR 6
-#define MB_LINK 7
-#define MB_VJCOMP 8
-#define MB_IPQ 9
-#define MB_MP 10
+#define MB_CBCP 3
+#define MB_HDLCOUT 4
+#define MB_IPIN 5
+#define MB_ECHO 6
+#define MB_LQR 7
+#define MB_LINK 8
+#define MB_VJCOMP 9
+#define MB_IPQ 10
+#define MB_MP 11
#define MB_MAX MB_MP
struct cmdargs;
OpenPOWER on IntegriCloud