diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-26 20:10:16 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-26 20:10:16 +0000 |
commit | b9af273fe3fb2f5a714fb73e252f544b43f899eb (patch) | |
tree | faa1f7cd6653ce009da997fa908ff13510f7aed3 | |
parent | 05f15c3dc385fae9a184a8dbd0f85d315880d78d (diff) |
Notes
-rw-r--r-- | sys/netinet/tcpip.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 2cf3df1d3ba6..92189b960834 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 |