summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sppp.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-05-22 22:15:39 +0000
committerjoerg <joerg@FreeBSD.org>1997-05-22 22:15:39 +0000
commit6c60e808838991bbedd72ec1f46a6e207c8de916 (patch)
tree08dc1ae84bc28d6e2f2c441aa1ed02308c981d36 /sys/net/if_sppp.h
parent4425defa7cb6ebb2f1a103c4859adda28147991c (diff)
downloadFreeBSD-src-6c60e808838991bbedd72ec1f46a6e207c8de916.zip
FreeBSD-src-6c60e808838991bbedd72ec1f46a6e207c8de916.tar.gz
Introduce a third queue per interface, serving only PPP control
protocol packets. This queue is the only one being enabled until network phase has been reached.
Diffstat (limited to 'sys/net/if_sppp.h')
-rw-r--r--sys/net/if_sppp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h
index d40b591..3bee402 100644
--- a/sys/net/if_sppp.h
+++ b/sys/net/if_sppp.h
@@ -16,7 +16,7 @@
*
* From: Version 1.7, Wed Jun 7 22:12:02 MSD 1995
*
- * $Id$
+ * $Id: if_sppp.h,v 1.5 1997/05/19 22:03:08 joerg Exp $
*/
#ifndef _NET_IF_HDLC_H_
@@ -63,6 +63,7 @@ struct sppp {
/* NB: pp_if _must_ be first */
struct ifnet pp_if; /* network interface data */
struct ifqueue pp_fastq; /* fast output queue */
+ struct ifqueue pp_cpq; /* PPP control protocol queue */
struct sppp *pp_next; /* next interface in keepalive list */
u_int pp_flags; /* use Cisco protocol instead of PPP */
u_short pp_alivecnt; /* keepalive packets counter */
OpenPOWER on IntegriCloud