.. |
Makefile
|
…
|
|
fil.c
|
…
|
|
files.ipfilter
|
…
|
|
files.netinet
|
…
|
|
icmp6.h
|
separate RFC2292 decls for MLD; sync w/ kame
|
2003-06-06 09:37:29 +00:00 |
icmp_var.h
|
…
|
|
if_arp.c
|
Add MBUFTRACE kernel option.
|
2003-02-26 06:31:08 +00:00 |
if_atm.c
|
…
|
|
if_atm.h
|
…
|
|
if_ether.h
|
…
|
|
if_inarp.h
|
…
|
|
igmp.c
|
purge rti structure (in igmp.c) for removed ifp on if_detach().
|
2003-06-26 03:11:08 +00:00 |
igmp.h
|
…
|
|
igmp_var.h
|
purge rti structure (in igmp.c) for removed ifp on if_detach().
|
2003-06-26 03:11:08 +00:00 |
in.c
|
cleanup multicast routing stuff on if_detach().
|
2003-06-26 03:35:00 +00:00 |
in.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
in4_cksum.c
|
…
|
|
in_cksum.c
|
…
|
|
in_gif.c
|
…
|
|
in_gif.h
|
…
|
|
in_pcb.c
|
check if INADDR_TO_IA gets us valid in_ifaddr or not. hopefully fix PR21964
|
2003-06-26 00:19:13 +00:00 |
in_pcb.h
|
Change the way multicasts are kept. They now use a hash table in the same
|
2003-06-15 02:49:32 +00:00 |
in_proto.c
|
…
|
|
in_systm.h
|
…
|
|
in_var.h
|
tabify
|
2003-06-26 00:43:31 +00:00 |
ip.h
|
bring into conformance with RFC 3514
|
2003-04-01 07:39:47 +00:00 |
ip6.h
|
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
|
2003-06-06 08:13:43 +00:00 |
ip_auth.c
|
…
|
|
ip_auth.h
|
…
|
|
ip_compat.h
|
tabify
|
2003-06-26 00:43:31 +00:00 |
ip_ecn.c
|
…
|
|
ip_ecn.h
|
…
|
|
ip_encap.c
|
correct panic when ip-in-ip encapsulation is used. found by Masanori Kanaoka
|
2003-01-21 03:23:44 +00:00 |
ip_encap.h
|
…
|
|
ip_fil.c
|
remove IPv4 hook if IPv6 hook fails (seems to be cut-and-paste error).
|
2003-06-30 00:15:12 +00:00 |
ip_fil.h
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
ip_flow.c
|
…
|
|
ip_frag.c
|
…
|
|
ip_frag.h
|
…
|
|
ip_ftp_pxy.c
|
…
|
|
ip_gre.c
|
tabify
|
2003-06-26 00:43:31 +00:00 |
ip_gre.h
|
…
|
|
ip_h323_pxy.c
|
#ifdef _KERNEL_OPT police
|
2003-06-23 14:59:21 +00:00 |
ip_icmp.c
|
fix comment
|
2003-06-26 21:43:39 +00:00 |
ip_icmp.h
|
…
|
|
ip_input.c
|
minor KNF
|
2003-07-03 05:03:53 +00:00 |
ip_ipsec_pxy.c
|
…
|
|
ip_log.c
|
…
|
|
ip_mroute.c
|
better ip_mrouter_detach(). by ono@kame
|
2003-06-30 10:34:53 +00:00 |
ip_mroute.h
|
cleanup multicast routing stuff on if_detach().
|
2003-06-26 03:35:00 +00:00 |
ip_nat.c
|
…
|
|
ip_nat.h
|
…
|
|
ip_netbios_pxy.c
|
…
|
|
ip_output.c
|
freebsd code somehow crept in
|
2003-06-30 02:08:28 +00:00 |
ip_proxy.c
|
…
|
|
ip_proxy.h
|
…
|
|
ip_raudio_pxy.c
|
…
|
|
ip_rcmd_pxy.c
|
…
|
|
ip_state.c
|
…
|
|
ip_state.h
|
…
|
|
ip_var.h
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
ipl.h
|
…
|
|
raw_ip.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
tcp.h
|
Header cleanup: Hide all of this file apart from the socket options
|
2003-05-05 14:36:13 +00:00 |
tcp_debug.c
|
…
|
|
tcp_debug.h
|
…
|
|
tcp_fsm.h
|
…
|
|
tcp_input.c
|
Fix previous bug. Thanks to Enami for spotting the (obvious) error, and
|
2003-07-02 19:33:20 +00:00 |
tcp_output.c
|
Make the fast-search stuff an option. There are still reports on
|
2003-07-02 21:43:49 +00:00 |
tcp_seq.h
|
…
|
|
tcp_subr.c
|
Make it possible to set TCP_INIT_WIN and TCP_INIT_WIN_LOCAL in the config
|
2003-07-03 08:28:16 +00:00 |
tcp_timer.c
|
Test callout_pending(), not callout_active(), and eliminate now-unnecessary
|
2003-02-03 23:50:59 +00:00 |
tcp_timer.h
|
Use callout_setfunc() and callout_schedule().
|
2003-02-04 03:31:32 +00:00 |
tcp_usrreq.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
tcp_var.h
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
tcpip.h
|
…
|
|
udp.h
|
…
|
|
udp_usrreq.c
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |
udp_var.h
|
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
|
2003-06-29 22:28:00 +00:00 |