summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2004-04-27 18:29:26 +0000
committermarkus <markus@openbsd.org>2004-04-27 18:29:26 +0000
commit4b9445ff86bd967b1913493bbb7672e7b73698b9 (patch)
tree1d5fe939fc4958f175d821de16f78711a37ae7d7 /usr.sbin/tcpdrop
parentvalidate the sequence numbers on TCP resets are an exact match. check is only (diff)
downloadwireguard-openbsd-4b9445ff86bd967b1913493bbb7672e7b73698b9.tar.xz
wireguard-openbsd-4b9445ff86bd967b1913493bbb7672e7b73698b9.zip
initial documentation
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.841
1 files changed, 41 insertions, 0 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8
new file mode 100644
index 00000000000..f85fdd59361
--- /dev/null
+++ b/usr.sbin/tcpdrop/tcpdrop.8
@@ -0,0 +1,41 @@
+.\" $OpenBSD: tcpdrop.8,v 1.1 2004/04/27 18:29:26 markus Exp $
+.\"
+.\" Copyright (c) 2004 Markus Friedl <markus@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd March 21, 2004
+.Dt TCPDROP 8
+.Os
+.Sh NAME
+.Nm tcpdrop
+.Nd drop a TCP connection
+.Sh SYNOPSIS
+.Nm tcpdrop
+.Ar laddr
+.Ar lport
+.Ar faddr
+.Ar fport
+.Sh DESCRIPTION
+The
+.Nm
+command drops the TCP connection specified by the local address
+.Ar laddr ,
+port
+.Ar laddr
+and the foreign address
+.Ar faddr ,
+port
+.Ar faddr .
+.Sh SEE ALSO
+.Xr netstat 1