summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-06-11 06:01:05 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-06-11 06:01:05 +0000
commit69413e4ef2d10831916eef485692195d527d6b02 (patch)
tree34693cf23978349cad7e4ce2f194d8abdbc15705 /lib
parentf9037b39afb25722659efa884ec84594247fb5c8 (diff)
Add a mention of the tcp ident sysctl.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.310
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 86a2cf3cf80..cb74ecc6fcf 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.9 1998/06/02 06:10:27 deraadt Exp $
+.\" $OpenBSD: sysctl.3,v 1.10 1998/06/11 06:01:04 beck Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -486,6 +486,7 @@ The currently defined protocols and names are:
.It icmp maskrepl integer yes
.It tcp rfc1323 integer yes
.It tcp baddynamic array yes
+.It tcp ident structure no
.It udp checksum integer yes
.It udp baddynamic array yes
.El
@@ -513,6 +514,13 @@ An array of
is returned specifying the bitmask of TCP ports between 512
and 1023 inclusive that should not be allocated dynamically
by the kernel (ie: they must be bound specifically by port number).
+.It Li tcp.ident
+A structure
+.Va struct tcp_ident_mapping
+specifying a local and foreign endpoint of a tcp socket
+is filled in with the euid and ruid of the process that owns the socket.
+If no such socket exists then the euid and ruid values are both
+set to -1.
.It Li udp.checksum
Returns 1 when UDP checksums are being computed and checked.
Disabling UDP checksums is strongly discouraged.