Subject: Re: CVS commit: src/sys
To: None <thorpej@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 04/11/2003 23:05:14
Jason R Thorpe <thorpej@netbsd.org> writes:
> Log Message:
> Add two new mbuf routines:
> * m_apply(), which applies a function to each mbuf in chain
>   starting at a specified offset, for a specified length.
> * m_getptr(), which returns a pointer to the mbuf, as well as
>   the offset into that mbuf, corresponding to an offset from
>   the beginning of an mbuf chain.

Are there section 9 man page additions?

Perry