diff options
-rw-r--r-- | sys/sys/mbuf.h | 14 |
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[] */ |