141 #include "netif/ppp/ppp_opts.h" 142 #if PPP_SUPPORT && PPP_IPV6_SUPPORT 154 #define CI_COMPRESSTYPE 2 160 typedef struct ipv6cp_options {
161 unsigned int neg_ifaceid :1;
162 unsigned int req_ifaceid :1;
163 unsigned int accept_local :1;
164 unsigned int opt_local :1;
165 unsigned int opt_remote :1;
166 unsigned int use_ip :1;
168 unsigned int use_persistent :1;
171 unsigned int neg_vj :1;
177 eui64_t ourid, hisid;
180 extern const struct protent ipv6cp_protent;