..
Makefile
…
bpf.c
defparam BPF_BUFSIZE
2002-06-06 23:54:47 +00:00
bpf.h
…
bpf_filter.c
…
bpfdesc.h
…
bridgestp.c
…
bsd-comp.c
…
dlt.h
…
ethertypes.h
…
if.c
Spell '[Rr]ight' correctly. From Jim Bernard.
2002-07-26 14:11:34 +00:00
if.h
<net/if.h> needs <sys/socket.h> for struct sockaddr.
2002-08-09 22:43:15 +00:00
if_arc.h
Eliminate common.
2002-05-13 23:50:32 +00:00
if_arcsubr.c
…
if_arp.h
integrate IEEE1394 ARP into generic ARP logic.
2002-06-24 08:06:20 +00:00
if_atm.h
…
if_atmsubr.c
…
if_bridge.c
reject "add" request if if_mtu is different.
2002-06-08 23:17:01 +00:00
if_bridgevar.h
…
if_dl.h
…
if_eco.h
…
if_ecosubr.c
…
if_ether.h
…
if_ethersubr.c
sync with KAME.
2002-05-18 22:52:44 +00:00
if_faith.c
no need to set rmx_send/recvpipe.
2002-06-04 22:11:15 +00:00
if_faith.h
…
if_fddi.h
…
if_fddisubr.c
add a blank line
2002-06-04 10:00:24 +00:00
if_gif.c
drop too short IPv6 frame
2002-06-13 05:10:34 +00:00
if_gif.h
…
if_gre.c
avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE
2002-08-14 00:23:27 +00:00
if_gre.h
…
if_hippi.h
…
if_hippisubr.c
correect AF_INET6 handling
2002-06-13 05:09:52 +00:00
if_ieee1394.h
…
if_ieee1394subr.c
Fill ar_hrd for AF_ARP.
2002-06-25 03:42:28 +00:00
if_ieee80211.h
* Additional frame control types.
2002-08-11 03:39:21 +00:00
if_ieee80211subr.c
rename WI_ ioctl to make it compile again
2002-08-11 12:08:55 +00:00
if_llc.h
…
if_loop.c
…
if_media.c
…
if_media.h
Add "hostap", "ibss", and "ibss-master" 802.11 media options.
2002-08-10 23:21:58 +00:00
if_ppp.c
new copyright boilerplate from CMU. from openbsd
2002-07-01 22:09:31 +00:00
if_ppp.h
new copyright boilerplate from CMU. from openbsd
2002-07-01 22:09:31 +00:00
if_pppoe.c
- free buf when unneeded.
2002-06-22 17:41:23 +00:00
if_pppoe.h
…
if_pppvar.h
new copyright boilerplate from CMU. from openbsd
2002-07-01 22:09:31 +00:00
if_sl.c
…
if_slvar.h
…
if_sppp.h
…
if_spppsubr.c
Fix async map handling. Many thanks to Joerg Wunsch for the explanation.
2002-07-30 13:16:35 +00:00
if_spppvar.h
Don't throw away the name and the secret lengths. This eliminates all the
2002-07-28 19:54:47 +00:00
if_stf.c
avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE
2002-08-14 00:23:27 +00:00
if_stf.h
…
if_strip.c
…
if_stripvar.h
…
if_token.h
…
if_tokensubr.c
…
if_tun.c
Make tun interfaces perform auto-creation. This means that if a
2002-07-29 16:53:30 +00:00
if_tun.h
…
if_types.h
use iana-assigned value for IFT_STF. sync w/kame
2002-07-10 21:01:06 +00:00
if_vlan.c
fix a few typos in comments
2002-06-11 06:00:57 +00:00
if_vlanvar.h
…
net_osdep.c
…
net_osdep.h
…
netisr.h
Eliminate more commons.
2002-05-12 20:40:11 +00:00
netisr_dispatch.h
…
pfil.c
…
pfil.h
…
pfkeyv2.h
…
ppp-comp.h
new copyright boilerplate from CMU. from openbsd
2002-07-01 22:09:31 +00:00
ppp-deflate.c
…
ppp_defs.h
…
ppp_tty.c
new copyright boilerplate from CMU. from openbsd
2002-07-01 22:09:31 +00:00
radix.c
…
radix.h
…
raw_cb.c
Eliminate more commons.
2002-05-12 20:40:11 +00:00
raw_cb.h
Eliminate more commons.
2002-05-12 20:40:11 +00:00
raw_usrreq.c
…
route.c
Eliminate more commons.
2002-05-12 20:40:11 +00:00
route.h
Eliminate more commons.
2002-05-12 20:40:11 +00:00
rtsock.c
…
slcompress.c
…
slcompress.h
…
slip.h
…
zlib.c
Fix memory leak which occurs after an allocation failure.
2002-05-07 09:14:20 +00:00
zlib.h
…