.. |
Makefile
|
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
2002-11-26 23:30:07 +00:00 |
fil.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
files.ipfilter
|
…
|
|
files.netinet
|
…
|
|
icmp6.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
icmp_var.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
if_arp.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
if_atm.c
|
…
|
|
if_atm.h
|
…
|
|
if_ether.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
if_inarp.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
igmp.c
|
change the additional arg to be passed to ip{,6}_output to struct socket *.
|
2003-08-22 21:53:01 +00:00 |
igmp.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
igmp_var.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
in.c
|
do not disconnect L4 connections on IP address removal. the behavior
|
2003-08-16 11:30:35 +00:00 |
in.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
in4_cksum.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
in_cksum.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
in_gif.c
|
change the additional arg to be passed to ip{,6}_output to struct socket *.
|
2003-08-22 21:53:01 +00:00 |
in_gif.h
|
…
|
|
in_pcb.c
|
(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if
|
2003-08-15 03:42:00 +00:00 |
in_pcb.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
in_proto.c
|
(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, if
|
2003-08-15 03:42:00 +00:00 |
in_systm.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
in_var.h
|
since we cope with packets with addess on !IFF_UP interface in ip_input()
|
2003-08-18 22:28:51 +00:00 |
ip.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ip6.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ip_auth.c
|
change the additional arg to be passed to ip{,6}_output to struct socket *.
|
2003-08-22 21:53:01 +00:00 |
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
|
switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
|
2003-01-17 08:11:49 +00:00 |
ip_fil.c
|
correct missing inclusion of opt_ipsec.h
|
2003-08-22 22:11:44 +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
|
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
|
2003-08-22 22:00:36 +00:00 |
ip_icmp.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
ip_input.c
|
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
|
2003-08-22 22:00:36 +00:00 |
ip_ipsec_pxy.c
|
…
|
|
ip_log.c
|
…
|
|
ip_mroute.c
|
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
|
2003-08-22 22:00:36 +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
|
need sys/domain.h for FAST_IPSEC case; jonathan
|
2003-08-23 01:41:10 +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
|
make ip_fragment public (it is for coming PF integration)
|
2003-08-19 01:20:03 +00:00 |
ipl.h
|
…
|
|
raw_ip.c
|
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
|
2003-08-22 22:00:36 +00:00 |
tcp.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_debug.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_debug.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_fsm.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_input.c
|
make sure so is properly initialized
|
2003-08-22 22:49:34 +00:00 |
tcp_output.c
|
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
|
2003-08-22 22:00:36 +00:00 |
tcp_seq.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_subr.c
|
tp could be null in tcp_respond()
|
2003-08-22 22:27:07 +00:00 |
tcp_timer.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_timer.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_usrreq.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcp_var.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
tcpip.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
udp.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
udp_usrreq.c
|
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
|
2003-08-22 22:00:36 +00:00 |
udp_var.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |