diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-02-18 09:34:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-02-18 09:34:55 +0000 |
| commit | 90fcbbd6354bc360cc2b9881027a0290df8fc168 (patch) | |
| tree | cdceb4557f647af9bd8bfc42bc8d49f14d5591b9 /sys/netinet/tcp_var.h | |
| parent | 3e8bea9634ab85d8b13764affeb81df185de5977 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
| -rw-r--r-- | sys/netinet/tcp_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index dc69d3e0c11e..3b3f8515a787 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -388,6 +388,7 @@ void tcp_input __P((struct mbuf *, int, int)); void tcp_mss __P((struct tcpcb *, int)); int tcp_mssopt __P((struct tcpcb *)); void tcp_drop_syn_sent __P((struct inpcb *, int)); +void tcp_drop_all_states __P((struct inpcb *, int)); void tcp_mtudisc __P((struct inpcb *, int)); struct tcpcb * tcp_newtcpcb __P((struct inpcb *)); |
