Deleted Added
full compact
mbchain.9 (88509) mbchain.9 (89124)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2001 Boris Popov
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

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

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

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/mbchain.9 88509 2001-12-26 23:14:04Z davidc $
25.\" $FreeBSD: head/share/man/man9/mbchain.9 89124 2002-01-09 11:43:48Z mpp $
26.\"
27.Dd February 20, 2001
28.Dt MBCHAIN 9
29.Os
30.Sh NAME
31.Nm mbchain ,
32.Nm mb_init ,
33.Nm mb_initm ,

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

107number of bytes left in the current mbuf
108.It Va mb_count
109.Vt ( int )
110total number of bytes placed in the mbuf chain
111.It Va mb_copy
112.Vt ( "mb_copy_t *" )
113user-defined function to perform a copy into mbuf;
114useful if any unusual
26.\"
27.Dd February 20, 2001
28.Dt MBCHAIN 9
29.Os
30.Sh NAME
31.Nm mbchain ,
32.Nm mb_init ,
33.Nm mb_initm ,

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

107number of bytes left in the current mbuf
108.It Va mb_count
109.Vt ( int )
110total number of bytes placed in the mbuf chain
111.It Va mb_copy
112.Vt ( "mb_copy_t *" )
113user-defined function to perform a copy into mbuf;
114useful if any unusual
115data conversion is necessesary
115data conversion is necessary
116.It Va mb_udata
117.Vt ( "void *" )
118user-supplied data which can be used in the
119.Va mb_copy
120function
121.El
122.Pp
123.Fn mb_done

--- 99 unchanged lines hidden ---
116.It Va mb_udata
117.Vt ( "void *" )
118user-supplied data which can be used in the
119.Va mb_copy
120function
121.El
122.Pp
123.Fn mb_done

--- 99 unchanged lines hidden ---