summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-01-18 21:23:30 +0000
committeryar <yar@FreeBSD.org>2004-01-18 21:23:30 +0000
commit1f04fb4a421adf14be4e68d9e292691b6b9c6dc9 (patch)
tree2159b61e3edcff0e7a5b24cb5f9fdcd44decbf75 /share
parent64a7af666e2e9e1ef947b8792eb7e246bf66a7b2 (diff)
downloadFreeBSD-src-1f04fb4a421adf14be4e68d9e292691b6b9c6dc9.zip
FreeBSD-src-1f04fb4a421adf14be4e68d9e292691b6b9c6dc9.tar.gz
Update the list of possible mbuf flags from <sys/mbuf.h>.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf.94
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 48ee8ac..a10cb21 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -194,8 +194,10 @@ flag bits are defined as follows:
#define M_PROTO3 0x0040 /* protocol-specific */
#define M_PROTO4 0x0080 /* protocol-specific */
#define M_PROTO5 0x0100 /* protocol-specific */
+#define M_PROTO6 0x4000 /* protocol-specific (avoid M_BCAST conflict) */
+#define M_FREELIST 0x8000 /* mbuf is on the free list */
-/* mbuf pkthdr flags, also in m_flags */
+/* mbuf pkthdr flags (also stored in m_flags) */
#define M_BCAST 0x0200 /* send/received as link-level broadcast */
#define M_MCAST 0x0400 /* send/received as link-level multicast */
#define M_FRAG 0x0800 /* packet is fragment of larger packet */
OpenPOWER on IntegriCloud