summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-03-02 09:52:42 +0000
committerpluknet <pluknet@FreeBSD.org>2012-03-02 09:52:42 +0000
commitf90febf94750a1e4d57d01ee20c7d2fc12725531 (patch)
treecdbd52b23a64fd943b891794ea4bea44b509e767 /share
parentcca832bf9d799f80670b8c806b557b652a8b49b6 (diff)
downloadFreeBSD-src-f90febf94750a1e4d57d01ee20c7d2fc12725531.zip
FreeBSD-src-f90febf94750a1e4d57d01ee20c7d2fc12725531.tar.gz
Reflect the renaming of ifmaof_ifpforaddr() to if_findmulti() in r148652.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/ifnet.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index d4dd102..7b5b5aa 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 1, 2012
+.Dd March 2, 2012
.Dt IFNET 9
.Os
.Sh NAME
@@ -91,7 +91,7 @@
.Ft int
.Fn if_delmulti "struct ifnet *ifp" "struct sockaddr *sa"
.Ft "struct ifmultiaddr *"
-.Fn ifmaof_ifpforaddr "struct sockaddr *addr" "struct ifnet *ifp"
+.Fn if_findmulti "struct ifnet *ifp" "struct sockaddr *sa"
.Ss "Output queue macros"
.Fn IF_DEQUEUE "struct ifqueue *ifq" "struct mbuf *m"
.\"
@@ -1347,7 +1347,7 @@ The
.Fn if_addmulti ,
.Fn if_delmulti ,
and
-.Fn ifmaof_ifpforaddr
+.Fn if_findmulti
functions provide support for requesting and relinquishing multicast
group memberships, and for querying an interface's membership list,
respectively.
@@ -1404,11 +1404,11 @@ Both functions return zero on success, or a
standard error number on failure.
.Pp
The
-.Fn ifmaof_ifpforaddr
+.Fn if_findmulti
function examines the membership list of interface
.Fa ifp
for an address matching
-.Fa addr ,
+.Fa sa ,
and returns a pointer to that
.Vt "struct ifmultiaddr"
if one is found, else it returns a null pointer.
OpenPOWER on IntegriCloud