summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 07:55:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 07:55:57 +0000
commitdf197f7d0a2b85b9b6af1bcf7c7bb383ab8b4446 (patch)
treec5d956e10bc544560eb1e26fd4d8436b4f8ab9ff /cpukit/libnetworking/netinet
parent2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-df197f7d0a2b85b9b6af1bcf7c7bb383ab8b4446.tar.bz2
Remove struct ip_opts (unused).
Diffstat (limited to 'cpukit/libnetworking/netinet')
-rw-r--r--cpukit/libnetworking/netinet/in.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/libnetworking/netinet/in.h b/cpukit/libnetworking/netinet/in.h
index b46b0ea805..d5aea3273f 100644
--- a/cpukit/libnetworking/netinet/in.h
+++ b/cpukit/libnetworking/netinet/in.h
@@ -302,18 +302,6 @@ struct sockaddr_in {
#define IN_LOOPBACKNET (u_int32_t)127 /* official! */
/*
- * Structure used to describe IP options.
- * Used to store options internally, to pass them to a process,
- * or to restore options retrieved earlier.
- * The ip_dst is used for the first-hop gateway when using a source route
- * (this gets put into the header proper).
- */
-struct ip_opts {
- struct in_addr ip_dst; /* first hop, 0 w/o src rt */
- char ip_opts[40]; /* actually variable in size */
-};
-
-/*
* Options for use with [gs]etsockopt at the IP level.
* First word of comment is data type; bool is stored in int.
*/