Deleted Added
full compact
accept_filter.9 (72513) accept_filter.9 (79366)
1.\"
2.\" Copyright (c) 2000 Alfred Perlstein
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2000 Alfred Perlstein
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man9/accept_filter.9 72513 2001-02-15 11:58:38Z bde $
26.\" $FreeBSD: head/share/man/man9/accept_filter.9 79366 2001-07-06 16:46:48Z ru $
27.\" "
28.Dd June 25, 2000
29.Os
30.Dt ACCEPT_FILTER 9
31.Sh NAME
32.Nm accept_filter ,
33.Nm accept_filt_add ,
34.Nm accept_filt_del ,

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

118code for accept filters which don't use
119argument field to load and unload
120themselves. It is a function that can be
121put in the load/unload struct
122for the
123.Fn DECLARE_MODULE
124macro.
125.Sh SEE ALSO
27.\" "
28.Dd June 25, 2000
29.Os
30.Dt ACCEPT_FILTER 9
31.Sh NAME
32.Nm accept_filter ,
33.Nm accept_filt_add ,
34.Nm accept_filt_del ,

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

118code for accept filters which don't use
119argument field to load and unload
120themselves. It is a function that can be
121put in the load/unload struct
122for the
123.Fn DECLARE_MODULE
124macro.
125.Sh SEE ALSO
126.Xr accf_http 9 ,
127.Xr accf_data 9 ,
128.Xr setsockopt 2 ,
126.Xr setsockopt 2 ,
127.Xr accf_data 9 ,
128.Xr accf_http 9 ,
129.Xr malloc 9
130.Sh HISTORY
131The accept filter mechanism was introduced in
132.Fx 4.0 .
133.Sh AUTHORS
134This manual page was written by
135.An Alfred Perlstein ,
136Sheldon Hearn and Jeroen Ruigrok van der Werven.
137The accept filter concept was pioneered by David Filo at Yahoo!
138and refined to be a loadable module system by Alfred Perlstein.
129.Xr malloc 9
130.Sh HISTORY
131The accept filter mechanism was introduced in
132.Fx 4.0 .
133.Sh AUTHORS
134This manual page was written by
135.An Alfred Perlstein ,
136Sheldon Hearn and Jeroen Ruigrok van der Werven.
137The accept filter concept was pioneered by David Filo at Yahoo!
138and refined to be a loadable module system by Alfred Perlstein.