defopt LLC

This commit is contained in:
jonathan 1998-07-05 03:14:41 +00:00
parent 1a0b4c13e3
commit fe484937cf
14 changed files with 29 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_mc.c,v 1.8 1998/07/05 02:12:24 jonathan Exp $ */
/* $NetBSD: if_mc.c,v 1.9 1998/07/05 03:14:41 jonathan Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -37,6 +37,7 @@
#include "opt_ddb.h"
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: am79c950.c,v 1.3 1998/07/05 02:12:24 jonathan Exp $ */
/* $NetBSD: am79c950.c,v 1.4 1998/07/05 03:14:42 jonathan Exp $ */
/*-
* Copyright (c) 1997 David Huang <khym@bga.com>
@ -35,6 +35,7 @@
*/
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mb8795.c,v 1.3 1998/07/05 02:12:25 jonathan Exp $ */
/* $NetBSD: mb8795.c,v 1.4 1998/07/05 03:14:42 jonathan Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
* All rights reserved.
@ -31,6 +31,7 @@
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "bpfilter.h"
#include "rnd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_qe.c,v 1.28 1998/07/05 02:12:28 jonathan Exp $ */
/* $NetBSD: if_qe.c,v 1.29 1998/07/05 03:14:42 jonathan Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@ -141,6 +141,7 @@
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "bpfilter.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ln.c,v 1.3 1998/07/05 02:12:28 jonathan Exp $ */
/* $NetBSD: if_ln.c,v 1.4 1998/07/05 03:14:42 jonathan Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -78,6 +78,7 @@
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "bpfilter.h"
#include "rnd.h"

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.213 1998/07/05 02:25:17 jonathan Exp $
# $NetBSD: files,v 1.214 1998/07/05 03:14:41 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -42,6 +42,7 @@ defopt opt_atalk.h NETATALK
defopt EON # ISO clnp over IP
defopt CCITT #
defopt HDLC # ccitt over HDLC
defopt LLC # LLC2 and IEEE LLC encapsulations
# networking options
defopt GATEWAY

View File

@ -1,4 +1,4 @@
/* $NetBSD: am7990.c,v 1.47 1998/07/05 02:12:30 jonathan Exp $ */
/* $NetBSD: am7990.c,v 1.48 1998/07/05 03:14:43 jonathan Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -79,6 +79,7 @@
#include "opt_ddb.h"
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "bpfilter.h"
#include "rnd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: smc91cxx.c,v 1.8 1998/07/05 02:12:30 jonathan Exp $ */
/* $NetBSD: smc91cxx.c,v 1.9 1998/07/05 03:14:43 jonathan Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -79,6 +79,7 @@
#include "opt_inet.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "bpfilter.h"
#include "rnd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_se.c,v 1.15 1998/07/05 02:12:30 jonathan Exp $ */
/* $NetBSD: if_se.c,v 1.16 1998/07/05 03:14:43 jonathan Exp $ */
/*
* Copyright (c) 1997 Ian W. Dall <ian.dall@dsto.defence.gov.au>
@ -61,6 +61,7 @@
#include "opt_inet.h"
#include "opt_atalk.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "bpfilter.h"
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ethersubr.c,v 1.34 1998/07/05 02:12:33 jonathan Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.35 1998/07/05 03:14:43 jonathan Exp $ */
/*
* Copyright (c) 1982, 1989, 1993
@ -38,6 +38,7 @@
#include "opt_inet.h"
#include "opt_atalk.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include "opt_gateway.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fddisubr.c,v 1.20 1998/07/05 02:12:34 jonathan Exp $ */
/* $NetBSD: if_fddisubr.c,v 1.21 1998/07/05 03:14:43 jonathan Exp $ */
/*
* Copyright (c) 1995, 1996
@ -41,6 +41,7 @@
#include "opt_inet.h"
#include "opt_atalk.h"
#include "opt_ccitt.h"
#include "opt_llc.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ccitt_proto.c,v 1.7 1998/07/05 02:25:17 jonathan Exp $ */
/* $NetBSD: ccitt_proto.c,v 1.8 1998/07/05 03:14:44 jonathan Exp $ */
/*
* Copyright (c) University of British Columbia, 1984
@ -41,6 +41,7 @@
*/
#include "opt_hdlc.h"
#include "opt_llc.h"
#include <sys/param.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pk_input.c,v 1.11 1998/07/05 02:25:17 jonathan Exp $ */
/* $NetBSD: pk_input.c,v 1.12 1998/07/05 03:14:44 jonathan Exp $ */
/*
* Copyright (c) University of British Columbia, 1984
@ -44,6 +44,7 @@
*/
#include "opt_hdlc.h"
#include "opt_llc.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pk_llcsubr.c,v 1.6 1998/03/01 02:24:57 fvdl Exp $ */
/* $NetBSD: pk_llcsubr.c,v 1.7 1998/07/05 03:14:44 jonathan Exp $ */
/*
* Copyright (C) Dirk Husemann, Computer Science Department IV,
@ -41,6 +41,8 @@
* @(#)pk_llcsubr.c 8.2 (Berkeley) 2/9/95
*/
#include "opt_llc.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>