aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-09-18 20:04:30 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-09-18 20:04:30 +0000
commit0b1c0994a5841aaca600309fcde2ae3048e5d285 (patch)
tree6981b96ec69089947473672874ed45e70ebedfe5
parent2201e1b039774ef6387bc538aa7597f9e8d9fe9b (diff)
Notes
-rw-r--r--share/man/man9/mbuf.910
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index d7fc0d028b5a..0aa93aff4cb1 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -113,6 +113,10 @@
.Fc
.Ft void
.Fn m_cat "struct mbuf *m" "struct mbuf *n"
+.Ft unsigned
+.Fn m_fixhdr "struct mbuf *mbuf"
+.Ft unsigned
+.Fn m_length "struct mbuf *mbuf" "struct mbuf **last"
.Ft struct mbuf *
.Fn m_split "struct mbuf *mbuf" "int len" "int how"
.\"
@@ -469,6 +473,12 @@ It's safe to set
beyond the current chain end: zeroed mbufs will be allocated to fill the
space.
.\"
+.It Fn m_length buf last
+Return the length of the mbuf chain, and optionally a pointer to the last mbuf.
+.\"
+.It Fn m_fixhdr buf
+Set the packet-header length to the length of the mbuf chain.
+.\"
.It Fn m_devget buf len offset ifp copy
Copy data from a device local memory pointed to by
.Fa buf