summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcpproto.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
committerbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
commit1a67d257255b14fb46fc02630bf861a49bebd625 (patch)
tree5a0190bb42d398d91fc5bbdd17de31f54aec2459 /usr.sbin/ppp/lcpproto.h
parentbbf38e6e36ecd35771c55badcb09ca745a61d881 (diff)
downloadFreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.zip
FreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.tar.gz
Make the code format more in line with style(9).
Update loadalias to use the new libalias api. Update to version 1.1.
Diffstat (limited to 'usr.sbin/ppp/lcpproto.h')
-rw-r--r--usr.sbin/ppp/lcpproto.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h
index f918893..762fae8 100644
--- a/usr.sbin/ppp/lcpproto.h
+++ b/usr.sbin/ppp/lcpproto.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: lcpproto.h,v 1.6 1997/02/22 16:10:25 peter Exp $
+ * $Id: lcpproto.h,v 1.7 1997/06/09 03:27:25 brian Exp $
*
* TODO:
*/
@@ -26,11 +26,11 @@
/*
* Definition of protocol numbers
*/
-#define PROTO_IP 0x0021 /* IP */
-#define PROTO_VJUNCOMP 0x002f /* VJ Uncompressed */
-#define PROTO_VJCOMP 0x002d /* VJ Compressed */
-#define PROTO_ICOMPD 0x00fb /* Individual link compressed */
-#define PROTO_COMPD 0x00fd /* Compressed datagram */
+#define PROTO_IP 0x0021 /* IP */
+#define PROTO_VJUNCOMP 0x002f /* VJ Uncompressed */
+#define PROTO_VJCOMP 0x002d /* VJ Compressed */
+#define PROTO_ICOMPD 0x00fb /* Individual link compressed */
+#define PROTO_COMPD 0x00fd /* Compressed datagram */
#define PROTO_IPCP 0x8021
#define PROTO_ICCP 0x80fb
@@ -41,12 +41,13 @@
#define PROTO_LQR 0xc025
#define PROTO_CHAP 0xc223
-extern void LcpInput(struct mbuf *bp);
-extern void PapInput(struct mbuf *bp);
-extern void LqpInput(struct mbuf *bp);
-extern void ChapInput(struct mbuf *bp);
-extern void IpInput(struct mbuf *bp);
-extern struct mbuf *VjCompInput(struct mbuf *bp, int proto);
-extern void IpcpInput(struct mbuf *bp);
-extern void LqrInput(struct mbuf *bp);
+extern void LcpInput(struct mbuf * bp);
+extern void PapInput(struct mbuf * bp);
+extern void LqpInput(struct mbuf * bp);
+extern void ChapInput(struct mbuf * bp);
+extern void IpInput(struct mbuf * bp);
+extern struct mbuf *VjCompInput(struct mbuf * bp, int proto);
+extern void IpcpInput(struct mbuf * bp);
+extern void LqrInput(struct mbuf * bp);
+
#endif
OpenPOWER on IntegriCloud