summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
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);