Deleted Added
full compact
sourcefilter.3 (189336) sourcefilter.3 (233648)
1.\" Copyright (c) 2007-2009 Bruce Simpson.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2007-2009 Bruce Simpson.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libc/net/sourcefilter.3 189336 2009-03-04 01:59:14Z bms $
25.\" $FreeBSD: head/lib/libc/net/sourcefilter.3 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd February 13, 2009
28.Dt SOURCEFILTER 3
29.Os
30.Sh NAME
31.Nm sourcefilter
32.Nd advanced multicast group membership API
33.Sh SYNOPSIS

--- 181 unchanged lines hidden (view full) ---

215arguments do not specify a source list.
216.It Bq Er ENOMEM
217Insufficient memory was available to carry out the requested
218operation.
219.El
220.Sh SEE ALSO
221.Xr ip 4 ,
222.Xr ip6 4 ,
26.\"
27.Dd February 13, 2009
28.Dt SOURCEFILTER 3
29.Os
30.Sh NAME
31.Nm sourcefilter
32.Nd advanced multicast group membership API
33.Sh SYNOPSIS

--- 181 unchanged lines hidden (view full) ---

215arguments do not specify a source list.
216.It Bq Er ENOMEM
217Insufficient memory was available to carry out the requested
218operation.
219.El
220.Sh SEE ALSO
221.Xr ip 4 ,
222.Xr ip6 4 ,
223.Xr multicast 4,
223.Xr multicast 4,
224.Xr ifmcstat 8
225.Rs
226.%A D. Thaler
227.%A B. Fenner
228.%A B. Quinn
229.%T "Socket Interface Extensions for Multicast Source Filters"
230.%N RFC 3678
231.%D Jan 2004
232.Re
233.Sh HISTORY
234The
235.Nm
236functions first appeared in
237.Fx 7.0 .
238.Sh AUTHORS
239Bruce M. Simpson
240.Aq bms@FreeBSD.org
224.Xr ifmcstat 8
225.Rs
226.%A D. Thaler
227.%A B. Fenner
228.%A B. Quinn
229.%T "Socket Interface Extensions for Multicast Source Filters"
230.%N RFC 3678
231.%D Jan 2004
232.Re
233.Sh HISTORY
234The
235.Nm
236functions first appeared in
237.Fx 7.0 .
238.Sh AUTHORS
239Bruce M. Simpson
240.Aq bms@FreeBSD.org