freebsd-nq/sys/netinet
Garrett Wollman ffa5b11ab5 in_var.h: in_multi structures now form a queue(3)-style LIST structure
in.c: when an interface address is deleted, keep its multicast membership
.     records (attached to a struct multi_kludge) for attachment to the
.     next address on the same interface.  Also, in_multi structures now
.     gain a reference to the ifaddr so that they won't point off into
.     freed memory if an interface goes away and doesn't come back before
.     the last socket reference drops.  This is analogous to how it is
.     done for routes, and seems to make the most sense.
1995-03-23 18:14:41 +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 Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
if_ether.h
if_fddi.h Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters. 1995-03-14 09:16:07 +00:00
igmp_var.h Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
igmp.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
igmp.h
in_cksum.c
in_pcb.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
in_pcb.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
in_proto.c Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
in_rmx.c Removed redundant newlines that were in some panic strings. 1995-03-19 14:29:26 +00:00
in_systm.h
in_var.h in_var.h: in_multi structures now form a queue(3)-style LIST structure 1995-03-23 18:14:41 +00:00
in.c in_var.h: in_multi structures now form a queue(3)-style LIST structure 1995-03-23 18:14:41 +00:00
in.h Reject source routes unless configured on by administrator. 1995-03-16 18:22:28 +00:00
ip_fw.c Allocate memory as M_IPFW,now we can watch firewall memory usage 1995-03-12 13:28:13 +00:00
ip_fw.h Allow "via" to be specified ever as IP adress or 1995-02-24 14:33:54 +00:00
ip_fwdef.c
ip_icmp.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
ip_icmp.h
ip_input.c Reject source routes unless configured on by administrator. 1995-03-16 18:22:28 +00:00
ip_mroute.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
ip_mroute.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
ip_output.c This should be splimp() rather than splnet() since ifaddrs might go away 1995-03-20 18:31:51 +00:00
ip_var.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
ip.h
raw_ip.c This set of patches enables IP multicasting to work under FreeBSD. I am 1995-03-16 16:25:55 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h Don't need to retransmit FIN bit in CLOSING state. 1995-02-16 01:53:31 +00:00
tcp_input.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
tcp_output.c Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
tcp_reass.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
tcp_seq.h
tcp_subr.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
tcp_timer.c Transaction TCP support now standard. Hack away! 1995-02-16 00:55:44 +00:00
tcp_timer.h
tcp_timewait.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
tcp_usrreq.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
tcp_var.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
tcp.h
tcpip.h
udp_usrreq.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
udp_var.h Add lots of useful MIB variables and a few not-so-useful ones for 1995-02-16 00:27:47 +00:00
udp.h