diff options
Diffstat (limited to 'networking/udhcp/d6_common.h')
-rw-r--r-- | networking/udhcp/d6_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h index 36d822f7e..4dd7e621e 100644 --- a/networking/udhcp/d6_common.h +++ b/networking/udhcp/d6_common.h | |||
@@ -81,11 +81,16 @@ struct d6_option { | |||
81 | #define D6_OPT_RECONF_MSG 19 | 81 | #define D6_OPT_RECONF_MSG 19 |
82 | #define D6_OPT_RECONF_ACCEPT 20 | 82 | #define D6_OPT_RECONF_ACCEPT 20 |
83 | 83 | ||
84 | #define D6_OPT_IA_PD 25 | ||
85 | #define D6_OPT_IAPREFIX 26 | ||
86 | |||
84 | /*** Other shared functions ***/ | 87 | /*** Other shared functions ***/ |
85 | 88 | ||
86 | struct client6_data_t { | 89 | struct client6_data_t { |
87 | struct d6_option *server_id; | 90 | struct d6_option *server_id; |
88 | struct d6_option *ia_na; | 91 | struct d6_option *ia_na; |
92 | char **env_ptr; | ||
93 | unsigned env_idx; | ||
89 | }; | 94 | }; |
90 | 95 | ||
91 | #define client6_data (*(struct client6_data_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE - sizeof(struct client6_data_t)])) | 96 | #define client6_data (*(struct client6_data_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE - sizeof(struct client6_data_t)])) |