summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcpip.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-02-08 20:18:48 +0000
committerwollman <wollman@FreeBSD.org>1995-02-08 20:18:48 +0000
commit25cedbd345ed4b346d3d46291559be67f2b621ce (patch)
tree72d6a2f16cedf0d285c2428b762f112afaea7a08 /sys/netinet/tcpip.h
parent9bf65019e5be06a947d3cfe16b6cbbe307df5687 (diff)
downloadFreeBSD-src-25cedbd345ed4b346d3d46291559be67f2b621ce.zip
FreeBSD-src-25cedbd345ed4b346d3d46291559be67f2b621ce.tar.gz
Merge in T/TCP TCP header file changes.
Diffstat (limited to 'sys/netinet/tcpip.h')
-rw-r--r--sys/netinet/tcpip.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h
index a8a876c..bc71fbc 100644
--- a/sys/netinet/tcpip.h
+++ b/sys/netinet/tcpip.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcpip.h 8.1 (Berkeley) 6/10/93
- * $Id: tcpip.h,v 1.2 1994/08/02 07:49:19 davidg Exp $
+ * $Id: tcpip.h,v 1.3 1994/08/21 05:27:40 paul Exp $
*/
#ifndef _NETINET_TCPIP_H_
@@ -44,6 +44,16 @@ struct tcpiphdr {
struct ipovly ti_i; /* overlaid ip structure */
struct tcphdr ti_t; /* tcp header */
};
+#ifdef notyet
+/*
+ * Tcp+ip header, after ip options removed but including TCP options.
+ */
+struct full_tcpiphdr {
+ struct ipovly ti_i; /* overlaid ip structure */
+ struct tcphdr ti_t; /* tcp header */
+ char ti_o[TCP_MAXOLEN]; /* space for tcp options */
+};
+#endif /* notyet */
#define ti_next ti_i.ih_next
#define ti_prev ti_i.ih_prev
#define ti_x1 ti_i.ih_x1
OpenPOWER on IntegriCloud