summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-07-24 01:14:05 +0000
committerrwatson <rwatson@FreeBSD.org>2006-07-24 01:14:05 +0000
commit3963946dfe9f501e8938069971800a3a2f462184 (patch)
tree95cd081ab5af79148ef9c6fdc9dc5b5523a0b1ec /sys/sys/mbuf.h
parent785a134681af45ce9e5b4061151f88bc872206bf (diff)
downloadFreeBSD-src-3963946dfe9f501e8938069971800a3a2f462184.zip
FreeBSD-src-3963946dfe9f501e8938069971800a3a2f462184.tar.gz
Garbage collect #if 0'd MT_ mbuf types, as they are no longer used, and
there are no plans to re-introduce them.
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index cff5b49..8b5c38d 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -230,22 +230,8 @@ struct mbuf {
#define MT_NOTMBUF 0 /* USED INTERNALLY ONLY! Object is not mbuf */
#define MT_DATA 1 /* dynamic (data) allocation */
#define MT_HEADER MT_DATA /* packet header, use M_PKTHDR instead */
-#if 0
-#define MT_SOCKET 3 /* socket structure */
-#define MT_PCB 4 /* protocol control block */
-#define MT_RTABLE 5 /* routing tables */
-#define MT_HTABLE 6 /* IMP host tables */
-#define MT_ATABLE 7 /* address resolution tables */
-#endif
#define MT_SONAME 8 /* socket name */
-#if 0
-#define MT_SOOPTS 10 /* socket options */
-#endif
#define MT_FTABLE 11 /* fragment reassembly header */
-#if 0
-#define MT_RIGHTS 12 /* access rights */
-#define MT_IFADDR 13 /* interface address */
-#endif
#define MT_CONTROL 14 /* extra-data protocol message */
#define MT_OOBDATA 15 /* expedited data */
#define MT_NTYPES 16 /* number of mbuf types for mbtypes[] */
OpenPOWER on IntegriCloud