NetBSD/sys/net
wiz 95f9af9926 Apply patch from PR 23990 by Greg Troxel (s/AF_DLI/AF_LINK/ in a comment):
<net/if_dl.h> defines struct sockaddr_dl.  On the line defining member
"sdl_family" (which overlaps "sa_family" in struct sockaddr), the
comment says AF_DLI.

But,
1) AF_DLI is said to be a DEC Direct data link interface
   (sys/socket.h)
2) The kernel actually sends sockaddr_dl structs with AF_LINK.
2004-11-20 00:53:13 +00:00
..
Makefile
bpf.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +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
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_PAE. 2004-07-23 05:13:15 +00:00
files.pf
if.c Backout last two revision: 2004-10-07 20:06:58 +00:00
if.h
if_arc.h
if_arcsubr.c
if_arp.h
if_atm.h
if_atmsubr.c
if_bridge.c Interfaces that do checksum offloading indicate the checksum status of 2004-10-06 10:01:00 +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
if_ethersubr.c
if_faith.c Fix compilation error introduced by prevoius commit. 2004-08-20 00:37:07 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c
if_gif.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_gif.h
if_gre.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c Pass correct "mbuf" pointer to BPF framework. 2004-08-20 07:46:21 +00:00
if_llc.h
if_loop.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_media.c
if_media.h Add prototypes for functions that convert media to/from strings. 2004-11-11 20:34:30 +00:00
if_ppp.c
if_ppp.h
if_pppoe.c
if_pppoe.h
if_pppvar.h
if_sl.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c call PFIL_IFADDR hooks where appropriate. 2004-09-18 16:04:41 +00:00
if_spppvar.h
if_stf.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_stf.h
if_strip.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_stripvar.h
if_token.h
if_tokensubr.c
if_tun.c Factor out the hand-crafting of mbufs from the interface files. Reviewed by 2004-08-19 20:58:23 +00:00
if_tun.h
if_types.h
if_vlan.c
if_vlanvar.h
net_osdep.h
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
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.c
radix.c initialize max_keylen for ip_encap.c earlier 2004-08-17 07:05:34 +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
slcompress.h
slip.h
zlib.c
zlib.h