summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-12-30 18:45:45 +0100
committerSteven Barth <steven@midlink.org>2013-12-30 18:45:45 +0100
commitefb1a99e7cbaf9841226bb7564d07a76411a2552 (patch)
tree46a48692224d320c3d27e991e6c66870978efd22 /src/odhcp6c.h
parent2967807d6c9ea297a97b79c9b98e7b361d948e56 (diff)
downloadodhcp6c-efb1a99e7cbaf9841226bb7564d07a76411a2552.tar.gz
Revert "Server unicast option support"
This reverts commit 348cbc2efee1281c3b39e705114f44eca72a8247. Avoid too much bloat for rarely useful functionality
Diffstat (limited to 'src/odhcp6c.h')
-rw-r--r--src/odhcp6c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index a33a92e..85ebf2f 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -41,7 +41,6 @@ enum dhcvp6_opt {
DHCPV6_OPT_ELAPSED = 8,
DHCPV6_OPT_RELAY_MSG = 9,
DHCPV6_OPT_AUTH = 11,
- DHCPV6_OPT_UNICAST = 12,
DHCPV6_OPT_STATUS = 13,
DHCPV6_OPT_RAPID_COMMIT = 14,
DHCPV6_OPT_RECONF_MESSAGE = 19,
@@ -174,7 +173,6 @@ struct dhcpv6_server_cand {
int16_t preference;
uint8_t duid_len;
uint8_t duid[130];
- struct in6_addr server_addr;
uint32_t sol_max_rt;
uint32_t inf_max_rt;
void *ia_na;
@@ -258,7 +256,6 @@ bool odhcp6c_signal_process(void);
uint64_t odhcp6c_get_milli_time(void);
void odhcp6c_random(void *buf, size_t len);
bool odhcp6c_is_bound(void);
-bool odhcp6c_addr_in_scope(const struct in6_addr *addr);
// State manipulation
void odhcp6c_clear_state(enum odhcp6c_state state);