New function: m_getptr(), takes as argument an mbuf chain and an
authorangelos <angelos@openbsd.org>
Thu, 2 Mar 2000 21:40:49 +0000 (21:40 +0000)
committerangelos <angelos@openbsd.org>
Thu, 2 Mar 2000 21:40:49 +0000 (21:40 +0000)
commit8147e0b03a6e98e9c473b08850eb91f5bdd9719f
treebf1e92979d5ff97c1b2fa7e8b409adaad3cfa2ba
parent5aec5ea006c51b5b899c5fd77341bfe57928729a
New function: m_getptr(), takes as argument an mbuf chain and an
offset, returns a pointer to them specific mbuf and the offset inside
it that corresponds to the offset argument (so one can find where the
n'th byte is in an mbuf).
sys/kern/uipc_mbuf.c