summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-03 02:08:20 +0000
committerbrian <brian@FreeBSD.org>1997-09-03 02:08:20 +0000
commita5b9ae295918c9219a141f439a54c0478e8463c3 (patch)
treef025931d5d51eb8c3d89f9373f64572853a573de /usr.sbin/ppp/ipcp.h
parent2ee142dce306fa15e6b932e9243a4fed3e1be7c8 (diff)
downloadFreeBSD-src-a5b9ae295918c9219a141f439a54c0478e8463c3.zip
FreeBSD-src-a5b9ae295918c9219a141f439a54c0478e8463c3.tar.gz
Bring CCP and IPCP layers down properly when LCP
comes down. Give a count of bytes sent/received in IPCP log.
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h
index 4f76105..aea08d5 100644
--- a/usr.sbin/ppp/ipcp.h
+++ b/usr.sbin/ppp/ipcp.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.h,v 1.8 1997/08/19 01:10:22 brian Exp $
+ * $Id: ipcp.h,v 1.9 1997/08/25 00:29:15 brian Exp $
*
* TODO:
*/
@@ -76,5 +76,7 @@ extern struct in_addr nbns_entries[2];
extern void IpcpInit(void);
extern void IpcpDefAddress(void);
+extern int IpcpOctetsIn(void);
+extern int IpcpOctetsOut(void);
#endif
OpenPOWER on IntegriCloud