freebsd-skq/sys/netinet
Garrett Wollman cc766e041e After wading in the cesspool of ip_input for an hour, I have managed to
convince myself that nothing will break if we permit IP input while
interface addresses are unconfigured.  (At worst, they will hit some
ULP's PCB scan and fail if nobody is listening.)  So, remove the restriction
that addresses must be configured before packets can be input.  Assume
that any unicast packet we receive while unconfigured is potentially ours.
1999-02-09 16:55:46 +00:00
..
libalias If we can't open alias.log, don't try to write to the 1999-01-10 02:05:13 +00:00
fil.c
icmp_var.h
if_atm.c
if_atm.h
if_ether.c Fix bug in last commit (la was used uninitialized if no route was passed in). 1999-01-19 23:17:03 +00:00
if_ether.h
if_fddi.h
igmp_var.h
igmp.c Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. 1999-01-18 01:56:31 +00:00
igmp.h
in_cksum.c
in_hostcache.c
in_hostcache.h
in_pcb.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
in_pcb.h
in_proto.c
in_rmx.c
in_systm.h
in_var.h
in.c
in.h
ip_auth.c
ip_auth.h
ip_compat.h
ip_divert.c remove leftover garbage line. 1999-02-08 05:53:39 +00:00
ip_dummynet.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
ip_dummynet.h Move kernel-only declarations to within #ifdef KERNEL 1999-01-23 23:59:50 +00:00
ip_fil.c
ip_fil.h
ip_flow.c
ip_flow.h
ip_frag.c
ip_frag.h
ip_ftp_pxy.c
ip_fw.c
ip_fw.h
ip_icmp.c
ip_icmp.h
ip_input.c After wading in the cesspool of ip_input for an hour, I have managed to 1999-02-09 16:55:46 +00:00
ip_log.c
ip_mroute.c Use dynamic memory allocation instead of mbuf's for multicast routing 1999-01-18 02:06:59 +00:00
ip_mroute.h Use dynamic memory allocation instead of mbuf's for multicast routing 1999-01-18 02:06:59 +00:00
ip_nat.c
ip_nat.h
ip_output.c
ip_proxy.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
ip_proxy.h
ip_state.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
ip_state.h
ip_var.h
ip.h
ipl.h
mlf_ipl.c
raw_ip.c
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. 1999-02-06 00:47:45 +00:00
tcp_output.c Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This 1999-01-20 17:32:01 +00:00
tcp_reass.c Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. 1999-02-06 00:47:45 +00:00
tcp_seq.h
tcp_subr.c Nuke all the stupid ffs() stuff and use powerof2() instead. 1999-02-04 03:27:43 +00:00
tcp_timer.c
tcp_timer.h
tcp_timewait.c Nuke all the stupid ffs() stuff and use powerof2() instead. 1999-02-04 03:27:43 +00:00
tcp_usrreq.c Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This 1999-01-20 17:32:01 +00:00
tcp_var.h Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This 1999-01-20 17:32:01 +00:00
tcp.h
tcpip.h
udp_usrreq.c
udp_var.h
udp.h