summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcpip.h
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-26 20:10:16 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-26 20:10:16 +0000
commitc5bcdc484862f3390e4b2301fe8a97b9ac96aef0 (patch)
tree583ac2ac702d69a09be0884ee164ff8ab71841f6 /sys/netinet/tcpip.h
parent0a64ce36e0d06c169c165aa106df0672da8e06b6 (diff)
downloadFreeBSD-src-c5bcdc484862f3390e4b2301fe8a97b9ac96aef0.zip
FreeBSD-src-c5bcdc484862f3390e4b2301fe8a97b9ac96aef0.tar.gz
Remove struct full_tcpiphdr{}.
This piece of code has not been referenced since it was put there in 1995. Also done a codebased search on popular networking libraries and third-party applications. This is an orphan. Reviewed by: jesper
Diffstat (limited to 'sys/netinet/tcpip.h')
-rw-r--r--sys/netinet/tcpip.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h
index 2cf3df1..92189b9 100644
--- a/sys/netinet/tcpip.h
+++ b/sys/netinet/tcpip.h
@@ -44,16 +44,6 @@ 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_x1 ti_i.ih_x1
#define ti_pr ti_i.ih_pr
#define ti_len ti_i.ih_len
OpenPOWER on IntegriCloud