aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-03-25 10:08:46 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-03-25 10:08:46 +0000
commit3b367e998f1600658eff3ed13d31e7fc77dc1544 (patch)
tree482ae96ad04c293d8cf8975ce736c6bb2b801b1d /lib
parentf8a89f622e28bafafd53b9c90ccc3ea9d874cbdf (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.37
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 9d5ed4632f3e..7fa187b615fc 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -559,7 +559,14 @@ The fifth and sixth level names are as follows:
.It "NET_RT_FLAGS rtflags"
.It "NET_RT_DUMP None"
.It "NET_RT_IFLIST 0 or if_index"
+.It "NET_RT_IFMALIST 0 or if_index"
.El
+.Pp
+The
+.Dv NET_RT_IFMALIST
+name returns information about multicast group memberships on all interfaces
+if 0 is specified, or for the interface specified by
+.Va if_index .
.It Li PF_INET
Get or set various global information about the IPv4
(Internet Protocol version 4).