diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2001-09-27 11:53:22 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2001-09-27 11:53:22 +0000 |
| commit | 832d32eb5b7bd6f47e1f17432dd86d85cc49bc93 (patch) | |
| tree | e313b74d93e1521d4c8401ca34f1a4cd05f36bdd /sys/netinet | |
| parent | fd197202f95711a541ce89d0fc19e6c65dec13e6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/in.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index c4f944d3d0e5..a80877d0047a 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -294,18 +294,6 @@ struct sockaddr_in { #define INET_ADDRSTRLEN 16 /* - * 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. */ |
