Correct macro usage.
This commit is contained in:
parent
6d8640263f
commit
4d38f47519
@ -24,7 +24,7 @@
|
||||
.\" DEALINGS IN THE SOFTWARE.
|
||||
.\"
|
||||
.\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
|
||||
.\" $NetBSD: multicast.4,v 1.2 2004/09/12 13:06:14 wiz Exp $
|
||||
.\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $
|
||||
.\"
|
||||
.Dd September 4, 2003
|
||||
.Dt MULTICAST 4
|
||||
@ -178,7 +178,7 @@ The
|
||||
contains the
|
||||
.Dv VIFF_*
|
||||
flags as defined in
|
||||
.In netinet/ip_mroute.h .
|
||||
.Aq Pa netinet/ip_mroute.h .
|
||||
The
|
||||
.Va min_ttl_threshold
|
||||
contains the minimum TTL a multicast data packet must have to be
|
||||
@ -215,7 +215,7 @@ The
|
||||
contains the
|
||||
.Dv MIFF_*
|
||||
flags as defined in
|
||||
.In netinet6/ip6_mroute.h .
|
||||
.Aq Pa netinet6/ip6_mroute.h .
|
||||
The
|
||||
.Va pif_index
|
||||
is the physical interface index of the corresponding local interface.
|
||||
@ -245,7 +245,7 @@ or
|
||||
The IPv4 upcalls have
|
||||
.Vt "struct igmpmsg"
|
||||
header (see
|
||||
.In netinet/ip_mroute.h )
|
||||
.Aq Pa netinet/ip_mroute.h )
|
||||
with field
|
||||
.Va im_mbz
|
||||
set to zero.
|
||||
@ -257,7 +257,7 @@ set to zero.
|
||||
The IPv6 upcalls have
|
||||
.Vt "struct mrt6msg"
|
||||
header (see
|
||||
.In netinet6/ip6_mroute.h )
|
||||
.Aq Pa netinet6/ip6_mroute.h )
|
||||
with field
|
||||
.Va im6_mbz
|
||||
set to zero.
|
||||
@ -427,9 +427,9 @@ in the future there will be IPv6 support as well.
|
||||
Below is a summary of the expandable API solution.
|
||||
Note that all new options and structures are defined
|
||||
in
|
||||
.In netinet/ip_mroute.h
|
||||
.Aq Pa netinet/ip_mroute.h
|
||||
and
|
||||
.In netinet6/ip6_mroute.h ,
|
||||
.Aq Pa netinet6/ip6_mroute.h ,
|
||||
unless stated otherwise.
|
||||
.Pp
|
||||
The user-level process uses new
|
||||
|
Loading…
Reference in New Issue
Block a user