summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-26 15:06:06 +0000
committerume <ume@FreeBSD.org>2003-10-26 15:06:06 +0000
commitdfe92b1d1c8d9d8d4f3db97bfcb5793f98648655 (patch)
tree9d612f3af68df054c0ff3f7dfd320f9ea7aa1137 /sys/netinet6/nd6.h
parent3481896a413a63a3f7529ed832d60da293a99b74 (diff)
downloadFreeBSD-src-dfe92b1d1c8d9d8d4f3db97bfcb5793f98648655.zip
FreeBSD-src-dfe92b1d1c8d9d8d4f3db97bfcb5793f98648655.tar.gz
drop unused fields.
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r--sys/netinet6/nd6.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index c60dc60..927fa48 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -334,7 +334,7 @@ extern u_int32_t ip6_temp_valid_lifetime; /* seconds */
extern int ip6_temp_regen_advance; /* seconds */
union nd_opts {
- struct nd_opt_hdr *nd_opt_array[13]; /* max = target address list */
+ struct nd_opt_hdr *nd_opt_array[8]; /* max = target address list */
struct {
struct nd_opt_hdr *zero;
struct nd_opt_hdr *src_lladdr;
@@ -342,11 +342,6 @@ union nd_opts {
struct nd_opt_prefix_info *pi_beg; /* multiple opts, start */
struct nd_opt_rd_hdr *rh;
struct nd_opt_mtu *mtu;
- struct nd_opt_hdr *six;
- struct nd_opt_advinterval *adv;
- struct nd_opt_homeagent_info *hai;
- struct nd_opt_hdr *src_addrlist;
- struct nd_opt_hdr *tgt_addrlist;
struct nd_opt_hdr *search; /* multiple opts */
struct nd_opt_hdr *last; /* multiple opts */
int done;
OpenPOWER on IntegriCloud