NetBSD/sys/net
thorpej 9da505740a Define several constants related to the Ethernet protocol:
- ETHER_ADDR_LEN: length of Ethernet address (actually, we already defined
  this).
- ETHER_TYPE_LEN: length of the Ethernet header `type' field.
- ETHER_CRC_LEN: length of the Ethernet CRC (explorer got this already, mostly
because I forgot to commit these changes earlier).
- ETHER_HDR_LEN: total length of the Ethernet header
- ETHER_MAX_LEN: maximum length of an Ethernet frame, including header and CRC
- ETHER_MIN_LEN: minimum length of an Ethernet frame, including header and CRC

Define ETHERMTU and ETHERMIN (payload sizes) in terms of the above constants.
1999-03-25 23:08:28 +00:00
..
Makefile Add if_token.h to INCS. 1999-03-22 22:27:41 +00:00
bpf.c Init the decriptors at boot time rather than at interface attach time. 1998-12-04 11:04:37 +00:00
bpf.h
bpf_filter.c
bpfdesc.h
bsd-comp.c
ethertypes.h Define the PPPoE Discovery and PPPoE ethertypes. 1999-03-20 03:37:52 +00:00
if.c defopt COMPAT_43 1998-12-10 15:07:01 +00:00
if.h Const poison ether_ifattach(). 1999-03-10 21:05:08 +00:00
if_arc.h So... after all, the ATA878.2 copy I had was buggy. The newer revision has 1999-02-25 11:20:34 +00:00
if_arcsubr.c So... after all, the ATA878.2 copy I had was buggy. The newer revision has 1999-02-25 11:20:34 +00:00
if_arp.h Add ARPHRD_IEEE802. 1999-03-22 22:28:40 +00:00
if_atm.h
if_atmsubr.c
if_dl.h
if_ether.h Define several constants related to the Ethernet protocol: 1999-03-25 23:08:28 +00:00
if_ethersubr.c Const poison ether_ifattach(). 1999-03-10 21:05:08 +00:00
if_fddi.h Changes so that BPF readers will get the data in fddi packet aligned along 1998-09-20 02:36:08 +00:00
if_fddisubr.c IPX fixes. 1998-12-10 15:51:48 +00:00
if_gre.c exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 1999-03-12 22:42:30 +00:00
if_gre.h Add an extern declaration of gre_softc[] here. Wrap it and the prototypes 1998-12-22 01:33:45 +00:00
if_hippi.h
if_hippisubr.c
if_llc.h Add LLC_SNAPFRAMELEN. 1999-03-22 22:29:27 +00:00
if_loop.c
if_media.c Make this compile with -DIFMEDIA_DEBUG. 1998-08-30 07:39:39 +00:00
if_media.h Add a new shared media option, IFM_FLOW, used to enable link-level 1999-03-23 21:46:47 +00:00
if_ppp.c Use M_LINK{0,1} for our own mbuf flags, rather than arbitrarily picking 1999-01-09 21:47:09 +00:00
if_ppp.h
if_pppvar.h
if_sl.c Make it possible to set MTU via "ifconfig" at run time. "SLMTU" is now 1999-03-25 00:52:14 +00:00
if_slvar.h
if_sppp.h put RCS ids in the right place. And yes, this is a SYNC ppp interface, 1999-03-25 05:25:42 +00:00
if_spppsubr.c put RCS ids in the right place. And yes, this is a SYNC ppp interface, 1999-03-25 05:25:42 +00:00
if_strip.c
if_stripvar.h
if_token.h Support routines for Token-Ring network drivers. 1999-03-22 22:22:52 +00:00
if_tokensubr.c Appease GCC. 1999-03-22 23:14:14 +00:00
if_tun.c adjust format args for compiler changes 1999-03-04 02:38:31 +00:00
if_tun.h
if_types.h fix "CMSA CD" to "CSMA/CD" 1999-01-18 06:31:13 +00:00
netisr.h
pfil.c
pfil.h
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.c #include "opt_ppp.h" otherwise struct ppp_softc can be the wrong size 1998-12-12 18:21:32 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c Simplify the rttimer code somewhat; use TAILQs instead of CIRCLEQs (we 1998-12-27 18:27:48 +00:00
route.h Simplify the rttimer code somewhat; use TAILQs instead of CIRCLEQs (we 1998-12-27 18:27:48 +00:00
rtsock.c fix thinko in previous change. 1998-12-12 17:26:09 +00:00
slcompress.c make this compile again 1999-03-13 14:09:46 +00:00
slcompress.h
slip.h
zlib.c RCS ID police 1999-02-15 04:54:34 +00:00
zlib.h RCS ID police 1999-02-15 04:54:34 +00:00