freebsd-dev/sys/netinet
David Greenman 4a5f1499b0 all:
Removed ifnet.if_init and ifnet.if_reset as they are generally unused.
Change the parameter passed to if_watchdog to be a ifnet * rather than
a unit number. All of this is an attempt to move toward not needing an
array of softc pointers (which is usually static in size) to point to
the driver softc.

if_ed.c:
Changed some of the argument passing to some functions to make a little
more sense.

if_ep.c, if_vx.c:
Killed completely bogus use of if_timer. It was being set in such a way
that the interface was being reset once per second (blech!).
1995-12-05 02:01:59 +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 Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
if_ether.h all: 1995-12-05 02:01:59 +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 Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +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 New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
in_proto.c Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
in_rmx.c Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
in_systm.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_var.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
in.c fix #includes & warnings. 1995-11-20 12:28:21 +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 Fixed the type of a function pointer. 1995-11-18 13:25:41 +00:00
ip_icmp.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
ip_input.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
ip_mroute.c Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
ip_mroute.h Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
ip_output.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
ip_var.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
ip.h Merge 4.4-Lite-2 by updating the version number. 1995-09-21 18:04:43 +00:00
raw_ip.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +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 New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_output.c Fix a logical error in T/TCP: when we actively open a connection, we 1995-11-03 22:08:13 +00:00
tcp_reass.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +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 New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_timer.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_timer.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_timewait.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_usrreq.c New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_var.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +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 Fixed recent staticizations. Some protypes for static functions were 1995-11-16 09:51:22 +00:00
udp_var.h Fixed recent staticizations. Some protypes for static functions were 1995-11-16 09:51:22 +00:00
udp.h Made idempotent. 1994-08-21 05:27:42 +00:00