NetBSD/sys/net
cube 0615d0207e Addition of tap(4).
NAME
     tap - virtual Ethernet device

SYNOPSIS
     pseudo-device tap

DESCRIPTION
     The tap driver allows the creation and use of virtual Ethernet devices.
     Those interfaces appear just as any real Ethernet NIC to the kernel, but
     can also be accessed by userland through a character device node in order
     to read frames being sent by the system or to inject frames.

     In that respect it is very similar to what tun(4) provides, but the added
     Ethernet layer allows easy integration with machine emulators or virtual
     Ethernet networks through the use of bridge(4) with tunneling.

``Qui tacet consentire videtur.''
2005-01-08 22:27:54 +00:00
..
bpf_filter.c
bpf.c Clonify bpf. I am not changing /dev/bpfX -> /dev/bpf until all userland 2004-11-30 04:28:43 +00:00
bpf.h
bpfdesc.h Clonify bpf. I am not changing /dev/bpfX -> /dev/bpf until all userland 2004-11-30 04:28:43 +00:00
bridgestp.c
bsd-comp.c
dlt.h
ethertypes.h add ETHERTYPE_SLOWPROTOCOLS. (0x8809) 2005-01-07 12:37:55 +00:00
files.pf
if_arc.h
if_arcsubr.c
if_arp.h
if_atm.h
if_atmsubr.c
if_bridge.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c
if_ether.h constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_ethersubr.c constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_faith.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_gif.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_gif.h
if_gre.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c constify broadcastaddr. 2005-01-08 03:18:18 +00:00
if_llc.h
if_loop.c Use ANSI function decls, change a few 0 to NULL. 2004-12-05 15:02:30 +00:00
if_media.c As pointed out by Greg Troxel, ifmedia_entrys were allocated with 2004-12-08 20:37:43 +00:00
if_media.h
if_ppp.c pasto: simple_lock -> simple_unlock. 2004-12-05 15:03:13 +00:00
if_ppp.h
if_pppoe.c Factor out softc cleanup after loss of session into pppoe_clear_softc. 2004-12-08 07:43:29 +00:00
if_pppoe.h
if_pppvar.h Make ppp a cloning device. Based on the work of Quentin Garnier. 2004-12-05 04:15:16 +00:00
if_sl.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_slvar.h clonify strip and sl. 2004-12-05 05:43:04 +00:00
if_sppp.h
if_spppsubr.c whitespace 2004-12-22 05:11:24 +00:00
if_spppvar.h
if_stf.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_stf.h
if_strip.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_stripvar.h clonify strip and sl. 2004-12-05 05:43:04 +00:00
if_tap.c Addition of tap(4). 2005-01-08 22:27:54 +00:00
if_tap.h Addition of tap(4). 2005-01-08 22:27:54 +00:00
if_token.h
if_tokensubr.c Fixup of bad patch made by me; the #ifdef ought to be also including ISO 2004-12-30 15:38:50 +00:00
if_tun.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
if_tun.h
if_types.h
if_vlan.c Change ifc_destroy to return an int instead of void, so that it 2004-12-04 18:31:43 +00:00
if_vlanvar.h
if.c Fix a typo in Bill Studenmund's name. 2004-12-04 23:03:33 +00:00
if.h constify broadcastaddr. 2005-01-08 03:18:18 +00:00
Makefile
net_osdep.h Convert lo(4) to a clonable device. 2004-12-04 16:10:25 +00:00
netisr_dispatch.h
netisr.h
pfil.c
pfil.h
pfkeyv2.h reqid (for unique policy) is u_int16_t quantity. from markus@openbsd 2004-12-06 08:05:26 +00:00
ppp_defs.h
ppp_tty.c
ppp-comp.h
ppp-deflate.c
radix.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c
route.h
rtsock.c
slcompress.c Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
slcompress.h Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. 2004-12-06 02:59:23 +00:00
slip.h
zlib.c
zlib.h