Searched refs:opt_local (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dipv6cp.h164 unsigned int opt_local :1; /* ourtoken set by option */ member in struct:ipv6cp_options
H A Dipv6cp.c367 wo->opt_local = 1;
401 if (wo->opt_local)
517 if (!wo->opt_local) {
1078 if ((wo->use_persistent) && (!wo->opt_local) && (!wo->opt_remote)) {
1090 wo->opt_local = 1;
1094 if (!wo->opt_local) { /* init interface identifier */
1098 wo->opt_local = 1;
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dipv6cp.c367 wo->opt_local = 1;
401 if (wo->opt_local)
517 if (!wo->opt_local) {
1078 if ((wo->use_persistent) && (!wo->opt_local) && (!wo->opt_remote)) {
1090 wo->opt_local = 1;
1094 if (!wo->opt_local) { /* init interface identifier */
1098 wo->opt_local = 1;

Completed in 92 milliseconds