.. |
icmp6.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
icmp_var.h
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
if_arc.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
if_atm.c
|
KNF - return is not a function. sync w/kame
|
2002-09-11 03:15:36 +00:00 |
if_atm.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
if_ether.c
|
don't send ARP for secondary IPv4 addresses, treat them as local.
|
2003-05-17 15:15:23 +00:00 |
if_ether.h
|
move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.
|
2003-05-14 02:02:55 +00:00 |
igmp_var.h
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
igmp.c
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
igmp.h
|
First round of __P removal in sys
|
2002-03-14 01:26:25 +00:00 |
in4_cksum.c
|
be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C
|
2002-07-29 09:26:15 +00:00 |
in_cksum.c
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
in_gif.c
|
Fix a problem where passing NULL as a pointer with varargs does not promote
|
2002-08-28 15:43:02 +00:00 |
in_gif.h
|
First round of __P removal in sys
|
2002-03-14 01:26:25 +00:00 |
in_pcb.c
|
use M_NOWAIT instead of WAITOK for the hashtable allocation. ok itojun@
|
2003-05-06 20:35:14 +00:00 |
in_pcb.h
|
pass struct proc * down to in6_pcbsetport
|
2002-09-04 07:26:53 +00:00 |
in_proto.c
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
in_systm.h
|
First round of __P removal in sys
|
2002-03-14 01:26:25 +00:00 |
in_var.h
|
First round of __P removal in sys
|
2002-03-14 01:26:25 +00:00 |
in.c
|
Prevent packet processing while tweaking address and routing tables.
|
2002-10-04 05:23:39 +00:00 |
in.h
|
First round of __P removal in sys
|
2002-03-14 01:26:25 +00:00 |
ip6.h
|
nuke !PULLDOWN_TEST case. (leftover from yesterday)
|
2003-05-14 17:46:23 +00:00 |
ip_ah.c
|
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
|
2003-05-03 01:43:07 +00:00 |
ip_ah.h
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
ip_ecn.c
|
bring in ECN support from KAME.
|
2002-05-16 14:10:51 +00:00 |
ip_ecn.h
|
bring in ECN support from KAME.
|
2002-05-16 14:10:51 +00:00 |
ip_esp.c
|
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
|
2003-05-03 01:43:07 +00:00 |
ip_esp.h
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
ip_ether.c
|
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
|
2003-05-03 01:43:07 +00:00 |
ip_ether.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
ip_gre.c
|
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
|
2003-05-03 01:43:07 +00:00 |
ip_gre.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
ip_icmp.c
|
Remove redundant assignment. Found by Julien Bordet. ok itojun@
|
2003-05-14 05:58:36 +00:00 |
ip_icmp.h
|
"enought to" -> "enough to" comment typo
|
2003-05-10 22:39:20 +00:00 |
ip_id.c
|
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
|
2002-03-15 18:19:52 +00:00 |
ip_input.c
|
string fixes; tedu ok
|
2003-05-03 21:14:59 +00:00 |
ip_ipcomp.c
|
o sanity check mbuf earlier.
|
2003-04-02 20:09:26 +00:00 |
ip_ipcomp.h
|
Grr, forgot to commit this earlier: add ipcomps_minlen
|
2003-02-19 19:19:54 +00:00 |
ip_ipip.c
|
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
|
2003-05-03 01:43:07 +00:00 |
ip_ipip.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
ip_ipsp.c
|
string cleaning; ok tedu
|
2003-05-09 14:59:19 +00:00 |
ip_ipsp.h
|
string cleaning; tedu ok
|
2003-05-06 07:28:38 +00:00 |
ip_mroute.c
|
KNF. markus ok
|
2003-05-14 20:35:06 +00:00 |
ip_mroute.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
ip_output.c
|
kill vaxisms
|
2003-03-14 18:28:12 +00:00 |
ip_spd.c
|
Check for undersized IP header, found by jbm@, ok angelos@
|
2002-11-12 13:38:41 +00:00 |
ip_var.h
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
ip.h
|
fix typo; Patrick Latifi
|
2003-04-24 15:58:42 +00:00 |
ipsec_input.c
|
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
|
2003-05-03 01:43:07 +00:00 |
ipsec_output.c
|
add a counter for times ipcomp is skipped because the packet is below the
|
2003-02-19 19:15:13 +00:00 |
raw_ip.c
|
rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@
|
2003-02-15 16:43:10 +00:00 |
tcp_debug.c
|
remove the last of the MI commons
|
2003-05-14 01:12:27 +00:00 |
tcp_debug.h
|
remove the last of the MI commons
|
2003-05-14 01:12:27 +00:00 |
tcp_fsm.h
|
const char *
|
2003-03-28 14:51:46 +00:00 |
tcp_input.c
|
Bad switch condition used for SO_DEBUG, ok itojun@
|
2003-05-19 02:03:28 +00:00 |
tcp_output.c
|
don't send more than half of the send buffer space limit in
|
2003-01-25 15:27:29 +00:00 |
tcp_seq.h
|
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
|
2003-05-12 00:48:52 +00:00 |
tcp_subr.c
|
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
|
2003-05-12 00:48:52 +00:00 |
tcp_timer.c
|
remove useless assignment
|
2003-02-21 20:52:06 +00:00 |
tcp_timer.h
|
another const char * from David Hill
|
2003-03-28 16:33:52 +00:00 |
tcp_usrreq.c
|
Remove commons; inspired by netbsd.
|
2003-02-12 14:41:07 +00:00 |
tcp_var.h
|
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
|
2003-05-12 00:48:52 +00:00 |
tcp.h
|
whitespace
|
2002-06-09 16:26:10 +00:00 |
tcpip.h
|
Inclusion protection.
|
2001-06-09 07:03:39 +00:00 |
udp_usrreq.c
|
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
|
2003-05-12 00:48:52 +00:00 |
udp_var.h
|
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
|
2003-05-12 00:48:52 +00:00 |
udp.h
|
Inclusion protection.
|
2001-06-09 07:03:39 +00:00 |