.. |
Makefile
|
revamp inpcb/in6pcb so that they are more aligned with each other.
|
2003-09-04 09:16:57 +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
|
always compile ip_id.c
|
2003-11-26 21:26:56 +00:00 |
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
|
on arplookup() failure, nuke cloned route - otherwise outsider could use massive
|
2003-09-24 06:52:47 +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
|
There is also no reason to use arc4random() here.
|
2003-10-07 21:24:56 +00:00 |
in.c
|
Change global head-of-local-IP-address list from in_ifaddr to
|
2003-11-11 20:25:26 +00:00 |
in.h
|
Patch back support for (badly) randomized IP ids, by request:
|
2003-11-19 18:39:34 +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 global head-of-local-IP-address list from in_ifaddr to
|
2003-11-11 20:25:26 +00:00 |
in_gif.h
|
…
|
|
in_pcb.c
|
whitespace
|
2004-01-02 15:51:45 +00:00 |
in_pcb.h
|
Remove all the code to maintain ia_inpcbs. This information was only used to
|
2003-10-23 20:55:08 +00:00 |
in_pcb_hdr.h
|
use a hash table to bind to local ports; suggested by markus friedl
|
2003-10-28 17:18:37 +00:00 |
in_proto.c
|
Dynamic sysctl.
|
2003-12-04 19:38:21 +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
|
Change global head-of-local-IP-address list from in_ifaddr to
|
2003-11-11 20:25:26 +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
|
…
|
|
ip_ecn.c
|
…
|
|
ip_ecn.h
|
…
|
|
ip_encap.c
|
Remove some assigned-to but otherwise unused variables.
|
2003-10-30 01:43:08 +00:00 |
ip_encap.h
|
…
|
|
ip_fil.c
|
correct missing inclusion of opt_ipsec.h
|
2003-08-22 22:11:44 +00:00 |
ip_fil.h
|
…
|
|
ip_flow.c
|
Make fast-ipsec and ipflow (Fast Forwarding) interoperate.
|
2003-12-12 21:17:59 +00:00 |
ip_frag.c
|
…
|
|
ip_frag.h
|
…
|
|
ip_ftp_pxy.c
|
…
|
|
ip_gre.c
|
u_short -> u_int16_t
|
2003-09-05 23:02:40 +00:00 |
ip_gre.h
|
…
|
|
ip_h323_pxy.c
|
…
|
|
ip_icmp.c
|
Dynamic sysctl.
|
2003-12-04 19:38:21 +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_id.c
|
no need for tmp = arc4randomid here
|
2004-01-02 20:51:51 +00:00 |
ip_input.c
|
Fix syntax errors in CHECK_NMBCLUSTER_PARAMS().
|
2003-12-14 01:14:24 +00:00 |
ip_ipsec_pxy.c
|
…
|
|
ip_log.c
|
…
|
|
ip_mroute.c
|
Patch back support for (badly) randomized IP ids, by request:
|
2003-11-19 18:39:34 +00:00 |
ip_mroute.h
|
…
|
|
ip_nat.c
|
fix unused variable warnings when LARGE_NAT is defined.
|
2003-12-04 15:32:01 +00:00 |
ip_nat.h
|
Remove extra tokens at end of #undef directive.
|
2004-01-03 22:34:38 +00:00 |
ip_netbios_pxy.c
|
…
|
|
ip_output.c
|
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
|
2003-12-10 11:46:33 +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 fast-ipsec and ipflow (Fast Forwarding) interoperate.
|
2003-12-12 21:17:59 +00:00 |
ipl.h
|
…
|
|
raw_ip.c
|
Patch back support for (badly) randomized IP ids, by request:
|
2003-11-19 18:39:34 +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
|
comments on tcp_outflags.
|
2003-11-20 16:21:48 +00:00 |
tcp_input.c
|
some corrections from markus@openbsd;
|
2004-01-02 12:01:39 +00:00 |
tcp_output.c
|
Remove the FAST_MBSEARCH ifdef, send packet prediction is now default.
|
2003-11-12 10:48:04 +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
|
- Change callout_setfunc() to require that the callout handle is already
|
2003-10-27 16:52:01 +00:00 |
tcp_timer.c
|
some corrections from markus@openbsd;
|
2004-01-02 15:51:04 +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
|
Dynamic sysctl.
|
2003-12-04 19:38:21 +00:00 |
tcp_var.h
|
Rather than zeroing a tcpcb structure and filling in all the fields
|
2003-10-22 02:45:57 +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
|
Dynamic sysctl.
|
2003-12-04 19:38:21 +00:00 |
udp_var.h
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |