freebsd-dev/sys/netinet
Guido van Rooij 8dd27fd68b Fix a bug where having a process listening to both a INADDR_ANY and a
local address, that was assigned with ifconfig alias and netmask
0xffffffff, would receive duplictae udp packets.
This behaviour can easily be seen by having named run, and using the alias
address as the name server.
This solution is not the pretiest one, but after talk with Garreth, it
is seen as the most easy one.
1996-01-08 20:59:06 +00:00
..
icmp_var.h Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
if_ether.c in_proto.c: spell ``Internet'' right and put whitespace after commas. 1995-12-20 21:53:53 +00:00
if_ether.h Remove old ballast, clean up a little bit, staticize. 1995-12-09 16:06:54 +00:00
if_fddi.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
igmp_var.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
igmp.c Staticize. 1995-12-09 20:43:53 +00:00
igmp.h Kernel side of 3.5 multicast routing code, based on work by Bill Fenner 1995-06-13 17:51:16 +00:00
in_cksum.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
in_pcb.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
in_pcb.h Added explicit include of <sys/queue.h>. Currently, some things only 1995-12-05 21:26:34 +00:00
in_proto.c in_proto.c: spell ``Internet'' right and put whitespace after commas. 1995-12-20 21:53:53 +00:00
in_rmx.c Actually call in_rtqdrain()as was originally intended. 1995-12-19 20:46:15 +00:00
in_systm.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_var.h Try to make multicast routing work correctly over point-to-point 1996-01-03 20:24:33 +00:00
in.c Fix a bug where having a process listening to both a INADDR_ANY and a 1996-01-08 20:59:06 +00:00
in.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
ip_fw.c Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
ip_fw.h Well..finally..this is the first part..it should take care of 1995-10-01 21:52:50 +00:00
ip_fwdef.c Added $Id$. 1995-07-23 05:36:31 +00:00
ip_icmp.c Uniformized pr_ctlinput protosw functions. The third arg is now `void 1995-12-16 02:14:44 +00:00
ip_icmp.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
ip_input.c Finally demolished the last, tottering remnants of GATEWAY. If you want 1996-01-05 20:47:05 +00:00
ip_mroute.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ip_mroute.h Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
ip_output.c Added a comment about why trying to make a one-behind cache for 1995-12-19 21:24:19 +00:00
ip_var.h Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ip.h If _IP_VHL is defined, declare a single ip_vhl member in struct ip rather 1995-12-21 21:20:27 +00:00
raw_ip.c Staticize. 1995-12-09 20:43:53 +00:00
tcp_debug.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_debug.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_fsm.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_input.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
tcp_output.c Path MTU Discovery is now standard. 1995-12-05 17:46:50 +00:00
tcp_reass.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
tcp_seq.h Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers 1995-10-03 16:54:17 +00:00
tcp_subr.c Fix a nagging divide-by-zero error resulting from the MTU discovery code 1995-12-20 17:42:28 +00:00
tcp_timer.c Reverse the modification which caused the annoying m_copydata crash: set 1996-01-04 21:34:21 +00:00
tcp_timer.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_timewait.c Fix a nagging divide-by-zero error resulting from the MTU discovery code 1995-12-20 17:42:28 +00:00
tcp_usrreq.c Removed unnecessary #includes of vm stuff. Most of them were once 1995-12-06 23:37:44 +00:00
tcp_var.h Remove some bogus externs. 1995-12-29 01:12:02 +00:00
tcp.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
tcpip.h Merge in T/TCP TCP header file changes. 1995-02-08 20:18:48 +00:00
udp_usrreq.c Uniformized pr_ctlinput protosw functions. The third arg is now `void 1995-12-16 02:14:44 +00:00
udp_var.h Uniformized pr_ctlinput protosw functions. The third arg is now `void 1995-12-16 02:14:44 +00:00
udp.h Made idempotent. 1994-08-21 05:27:42 +00:00