summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-01-23 01:48:19 +0000
committerbrian <brian@FreeBSD.org>2000-01-23 01:48:19 +0000
commitc14760c27b30e0e6821d3afccccd572582d73526 (patch)
treeaef40fb40de8ecfcde00e41bbe45982c893c1d84 /usr.sbin/ppp/bundle.h
parent8efad4996bb383d485f1c8ae1ac16059954d0132 (diff)
downloadFreeBSD-src-c14760c27b30e0e6821d3afccccd572582d73526.zip
FreeBSD-src-c14760c27b30e0e6821d3afccccd572582d73526.tar.gz
Handle the availability of TUNSIFHEAD. If it's there, use it.
For the moment this is just overhead, but it'll be used for INET6 support later.
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 613924c..46d97c3 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -67,6 +67,7 @@ struct bundle {
struct {
char Name[20]; /* The /dev/XXXX name */
int fd; /* The /dev/XXXX descriptor */
+ unsigned header : 1; /* Family header sent & received ? */
} dev;
u_long bandwidth; /* struct tuninfo speed */
OpenPOWER on IntegriCloud