summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-24 10:57:21 +0000
committerphk <phk@FreeBSD.org>2000-12-24 10:57:21 +0000
commit6bfb7240b822195a74d4fa5a8268f2143dc0102e (patch)
tree405d81d62b19cc1cbb3560b679a7e9ebbb48cf2e /sys/netinet/tcp_var.h
parentf57db1fdc0f7f85d46f2d4044f81ba307bd16a5d (diff)
downloadFreeBSD-src-6bfb7240b822195a74d4fa5a8268f2143dc0102e.zip
FreeBSD-src-6bfb7240b822195a74d4fa5a8268f2143dc0102e.tar.gz
Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and
to be configurable with respect to acting only in SYN or in all TCP states. PR: 23665 Submitted by: Jesper Skriver <jesper@skriver.dk>
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index e361caf..dc69d3e 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -392,6 +392,7 @@ void tcp_mtudisc __P((struct inpcb *, int));
struct tcpcb *
tcp_newtcpcb __P((struct inpcb *));
int tcp_output __P((struct tcpcb *));
+int tcp_seq_vs_sess __P((struct inpcb *, tcp_seq));
void tcp_quench __P((struct inpcb *, int));
void tcp_respond __P((struct tcpcb *, void *,
struct tcphdr *, struct mbuf *, tcp_seq, tcp_seq, int));
OpenPOWER on IntegriCloud