freebsd-dev/sys/netinet
Garrett Wollman ee3c980de5 Some days, it just doesn't pay to get out of bed. Fix another broken
reference to the now-dead-for-real-this-time ia_next field.

Reminded by: Russell Vincent
1996-12-15 22:44:00 +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 Attempt to complete the fix in the previous revision. This version 1996-12-15 20:38:30 +00:00
if_ether.h Include <net/if_arp.h> in the one header that requires it, 1996-12-11 17:46:33 +00:00
if_fddi.h The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
igmp_var.h IGMPv2 routines rewritten, to be more compact and to fully comply 1996-03-14 16:59:20 +00:00
igmp.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
igmp.h IGMPv2 routines rewritten, to be more compact and to fully comply 1996-03-14 16:59:20 +00:00
in_cksum.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
in_pcb.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
in_pcb.h Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
in_proto.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
in_rmx.c Put the 'debug' messages of the type: 1996-06-20 15:41:23 +00:00
in_systm.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_var.h Somehow the removal of ia_next didn't make it in the last time. Hope 1996-12-15 20:46:39 +00:00
in.c Some days, it just doesn't pay to get out of bed. Fix another broken 1996-12-15 22:44:00 +00:00
in.h Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
ip_divert.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
ip_fw.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
ip_fw.h Add hooks for an IP NAT module, much like the firewall stuff... 1996-08-21 21:37:07 +00:00
ip_icmp.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
ip_icmp.h Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types. 1996-08-20 23:11:30 +00:00
ip_input.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
ip_mroute.c Allocate a header mbuf for the start of the encapsulated packet. 1996-11-23 19:07:02 +00:00
ip_mroute.h Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
ip_output.c Convert the interface address and IP interface address structures 1996-12-13 21:29:07 +00:00
ip_var.h Forward-declare `struct inpcb' so that including this file doesn't cause 1996-11-12 10:02:09 +00:00
ip.h Give ip_len and ip_off more natural, unsigned types. 1996-10-23 18:35:50 +00:00
raw_ip.c Use queue macros for the list of interfaces. Next stop: ifaddrs! 1996-12-11 20:38:25 +00:00
tcp_debug.c Eliminated sloppy common-style declarations. Now there are no duplicated 1996-04-13 12:45:57 +00:00
tcp_debug.h Eliminated sloppy common-style declarations. Now there are no duplicated 1996-04-13 12:45:57 +00:00
tcp_fsm.h New style sysctl & staticize alot of stuff. 1995-11-14 20:34:56 +00:00
tcp_input.c Re-enable the TCP SYN-attack protection code. I was the one who didn't 1996-11-10 07:37:24 +00:00
tcp_output.c Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
tcp_reass.c Re-enable the TCP SYN-attack protection code. I was the one who didn't 1996-11-10 07:37:24 +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 Eliminate some more references to separate ip_v and ip_hl fields. 1996-07-24 18:46:19 +00:00
tcp_timer.c Make the misnamed tcp initial keepalive timer value (which is really the 1996-09-13 23:51:44 +00:00
tcp_timer.h Make the misnamed tcp initial keepalive timer value (which is really the 1996-09-13 23:51:44 +00:00
tcp_timewait.c Eliminate some more references to separate ip_v and ip_hl fields. 1996-07-24 18:46:19 +00:00
tcp_usrreq.c Improved in_pcblookuphash() to support wildcarding, and changed relavent 1996-10-07 19:06:12 +00:00
tcp_var.h Move TCPCTL_KEEPINIT to end of MIB list (sigh) 1996-09-13 23:54:03 +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 Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
udp_var.h Instrument UDP PCB hashing to see how often the hash lookup is effective 1996-06-05 17:20:35 +00:00
udp.h Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count 1996-10-25 17:57:53 +00:00