freebsd-dev/sys/netinet
Garrett Wollman 748e0b0acc Make networking domains drop-ins, through the magic of GNU ld. (Some day,
there may even be LKMs.)  Also, change the internal name of `unixdomain'
to `localdomain' since AF_LOCAL is now the preferred name of this family.
Declare netisr correctly and in the right place.
1995-05-11 00:13:26 +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 Make networking domains drop-ins, through the magic of GNU ld. (Some day, 1995-05-11 00:13:26 +00:00
if_ether.h Add declaration for struct ether_addr (this is where Sun documents 1995-04-02 01:26:26 +00:00
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 Cleanup loopback interface support. 1995-04-26 18:10:58 +00:00
igmp.h Initial get-the-easy-case-working upgrade of the multicast code 1994-09-06 22:42:31 +00:00
in_cksum.c Added $Id$ 1994-08-02 07:55:43 +00:00
in_pcb.c Changed in_pcblookuphash() to not automatically call in_pcblookup() if 1995-05-03 07:16:53 +00:00
in_pcb.h Backed out Jordan's #include of queue.h 1995-04-10 00:43:18 +00:00
in_proto.c Make networking domains drop-ins, through the magic of GNU ld. (Some day, 1995-05-11 00:13:26 +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 Made idempotent. 1994-08-21 05:27:42 +00:00
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 Cleanup loopback interface support. 1995-04-26 18:10:58 +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_fwdef.c was missing some assignments , and this 1995-01-26 10:26:15 +00:00
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 Made idempotent. 1994-08-21 05:27:42 +00:00
ip_input.c Make networking domains drop-ins, through the magic of GNU ld. (Some day, 1995-05-11 00:13:26 +00:00
ip_mroute.c Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +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 Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. 1995-05-09 13:35:48 +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 Add IPTOS_MINCOST according to RFC 1349 1995-05-05 14:36:38 +00:00
raw_ip.c Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +00:00
tcp_debug.c Include <sys/queue.h> because <netinet/in_pcb.h> (also included 1995-04-19 10:26:04 +00:00
tcp_debug.h Made idempotent. 1994-08-21 05:27:42 +00:00
tcp_fsm.h Backed out changes in rev 1.5 that prevent sending FIN if in CLOSING 1995-03-30 23:35:55 +00:00
tcp_input.c Fix a misspelled constant in tcp_input.c. 1995-05-09 12:32:06 +00:00
tcp_output.c Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. 1995-05-09 13:35:48 +00:00
tcp_reass.c Fix a misspelled constant in tcp_input.c. 1995-05-09 12:32:06 +00:00
tcp_seq.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_subr.c Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +00:00
tcp_timer.c Fixed bug I introduced when changing PCB list to use 4.4BSD style queue 1995-04-12 06:49:56 +00:00
tcp_timer.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_timewait.c Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +00:00
tcp_usrreq.c Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +00:00
tcp_var.h Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +00:00
tcp.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcpip.h Merge in T/TCP TCP header file changes. 1995-02-08 20:18:48 +00:00
udp_usrreq.c Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. 1995-05-09 13:35:48 +00:00
udp_var.h Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, 1995-04-09 01:29:31 +00:00
udp.h Made idempotent. 1994-08-21 05:27:42 +00:00