NetBSD/sys/net
yamt d502f705e1 ifioctl: don't use super user priviledge unless it's needed. 2005-01-09 12:18:46 +00:00
..
Makefile Install net/if_tap.h. 2005-01-08 22:28:51 +00:00
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 Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
bpf_filter.c
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 Add several new DLTs. From tcpdump.org. 2004-09-28 03:34:21 +00:00
ethertypes.h add ETHERTYPE_SLOWPROTOCOLS. (0x8809) 2005-01-07 12:37:55 +00:00
files.pf
if.c ifioctl: don't use super user priviledge unless it's needed. 2005-01-09 12:18:46 +00:00
if.h constify broadcastaddr. 2005-01-08 03:18:18 +00:00
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 Apply patch from PR 23990 by Greg Troxel (s/AF_DLI/AF_LINK/ in a comment): 2004-11-20 00:53:13 +00:00
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 Add prototypes for functions that convert media to/from strings. 2004-11-11 20:34:30 +00:00
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
net_osdep.h Convert lo(4) to a clonable device. 2004-12-04 16:10:25 +00:00
netisr.h
netisr_dispatch.h
pfil.c - rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events 2004-07-27 12:22:59 +00:00
pfil.h - rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events 2004-07-27 12:22:59 +00:00
pfkeyv2.h reqid (for unique policy) is u_int16_t quantity. from markus@openbsd 2004-12-06 08:05:26 +00:00
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.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 Fix problem in previous commit; we need to create a new sockaddr. 2004-09-30 00:14:05 +00:00
route.h
rtsock.c PR/27286: Tom Ivar Helbekkmo: Allow RTM_GET to work with RTA_IFA|RTA_IFP set. 2004-10-23 19:13:22 +00:00
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