|
Mbed OS Reference
|
Loading...
Searching...
No Matches
142#if PPP_SUPPORT && PPP_IPV6_SUPPORT
158#define CI_COMPRESSTYPE 2
164typedef struct ipv6cp_options {
165 unsigned int neg_ifaceid :1;
166 unsigned int req_ifaceid :1;
167 unsigned int accept_local :1;
168 unsigned int opt_local :1;
169 unsigned int opt_remote :1;
170 unsigned int use_ip :1;
172 unsigned int use_persistent :1;
175 unsigned int neg_vj :1;
181 eui64_t ourid, hisid;
184extern const struct protent ipv6cp_protent;