NetBSD/sys/netinet
thorpej 389da54091 Garbage collect imp' and hy'. We don't have the rest of the code, and
it's not like anyone is ever going to be using either of them.
1998-07-15 17:39:20 +00:00
..
fil.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
icmp_var.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
if_arp.c defopt INET, NETATALK. 1998-07-05 00:51:04 +00:00
if_atm.c defopt NATM. 1998-07-05 22:48:05 +00:00
if_atm.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
if_ether.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
if_inarp.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
igmp_var.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
igmp.c Change list of interface IP addresses to a hash. Improves performance on hosts with a large number of IP addresses significantly. 1998-02-13 18:21:38 +00:00
igmp.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
in_cksum.c backout previous kprintf changes 1996-10-13 02:03:00 +00:00
in_pcb.c Add correct copyright notice for IP address hash change. This code is donated to TNF by the original copyright holder, Panix. 1998-02-15 18:24:23 +00:00
in_pcb.h Move the ppcb pointer towards the front of the structure so that it and the 1998-05-18 17:10:37 +00:00
in_proto.c Garbage collect imp' and hy'. We don't have the rest of the code, and 1998-07-15 17:39:20 +00:00
in_systm.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
in_var.h The rewrite of if_arp.c to work with the hashed interface address lists 1998-07-02 11:39:56 +00:00
in.c Garbage-collect ``needs-flag'' from attributes ether, fddi, arc: 1998-07-05 22:29:51 +00:00
in.h Default IP flow to being enabled. Add a sysctl to control the maximum 1998-05-04 19:24:53 +00:00
ip_auth.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_auth.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
ip_compat.h Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_fil.c Resolve conflicts 1998-05-17 16:50:15 +00:00
ip_fil.h Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_flow.c Truncate mbufs to the correct length before forwarding; fixes pr5560 1998-06-10 00:47:57 +00:00
ip_frag.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_frag.h Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:24:36 +00:00
ip_ftp_pxy.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_icmp.c Add support for deletion of routes added by path MTU discovery; 1998-04-29 03:44:11 +00:00
ip_icmp.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
ip_input.c Protect the ipflow_reap() call with splsoftnet. 1998-06-01 00:39:37 +00:00
ip_log.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_mroute.c add flags arg to hashinit(), to pass to malloc(). 1998-02-07 02:44:44 +00:00
ip_mroute.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
ip_nat.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_nat.h Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:24:36 +00:00
ip_output.c Only transmit fragments if the send queue of interface can actually hold 1998-04-28 15:26:00 +00:00
ip_proxy.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_proxy.h Resolve conflicts 1998-05-17 16:50:15 +00:00
ip_state.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_state.h Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:24:36 +00:00
ip_var.h In addition to the IP flow hash table, put the flows on a list. The table 1998-06-02 15:48:03 +00:00
ip.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
raw_ip.c Fix a bug which would cause a panic in soreceive() if multiple raw 1998-04-03 07:49:16 +00:00
tcp_debug.c backout previous kprintf change 1996-10-13 16:50:51 +00:00
tcp_debug.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
tcp_fsm.h Back out the change from TCP/IP vol 2, in revision 1.7, which removed TH_FIN 1998-07-09 05:49:56 +00:00
tcp_input.c Add a comment explaining why we do _not_ ACK data that might accompany 1998-06-02 18:33:02 +00:00
tcp_output.c Delete bogus (void) cast of m_freem (which is already a void function..) 1998-07-07 00:04:59 +00:00
tcp_seq.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
tcp_subr.c Changed initialization of peermss to ensure that it didn't have 1998-05-12 21:45:51 +00:00
tcp_timer.c Loss window MUST be one segment, per draft-floyd-incr-init-win-03. 1998-06-02 17:22:26 +00:00
tcp_timer.h Define all TCP timers in terms of PRT timers. 1998-05-07 01:30:46 +00:00
tcp_usrreq.c Use macros from tcp_timer.h to manipulate TCP timers, so that their 1998-05-06 01:21:20 +00:00
tcp_var.h Nuke TUBA per my note to tech-net; there's no reason to keep it around. 1998-05-11 19:57:23 +00:00
tcp.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
tcpip.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
udp_usrreq.c Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes 1998-01-05 10:31:44 +00:00
udp_var.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00
udp.h add/cleanup multiple inclusion protection. 1998-02-10 01:26:19 +00:00