Searched refs:wo (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dipv6cp.c342 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
366 eui64_copy(addr.s6_addr32[2], wo->ourid);
367 wo->opt_local = 1;
382 eui64_copy(addr.s6_addr32[2], wo->hisid);
383 wo->opt_remote = 1;
399 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
401 if (wo->opt_local)
402 printer(arg, "%s", llv6_ntoa(wo->ourid));
404 if (wo->opt_remote)
405 printer(arg, "%s", llv6_ntoa(wo
430 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
511 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
889 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
1069 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
1126 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; local
1153 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
[all...]
H A Dipcp.c451 ipcp_options *wo = &ipcp_wantoptions[0]; local
479 wo->ouraddr = local;
502 wo->hisaddr = remote;
515 ipcp_options *wo = &ipcp_wantoptions[0]; local
517 if (wo->ouraddr != 0)
518 printer(arg, "%I", wo->ouraddr);
520 if (wo->hisaddr != 0)
521 printer(arg, "%I", wo->hisaddr);
595 ipcp_options *wo = &pcb->ipcp_wantoptions; local
612 memset(wo,
714 ipcp_options *wo = &pcb->ipcp_wantoptions; local
750 ipcp_options *wo = &pcb->ipcp_wantoptions; local
1508 ipcp_options *wo = &pcb->ipcp_wantoptions; local
1841 ipcp_options *wo = &ipcp_wantoptions[u]; local
1890 ipcp_options *wo = &pcb->ipcp_wantoptions; local
[all...]
H A Dauth.c739 lcp_options *wo = &pcb->lcp_wantoptions; local
791 || !wo->neg_upap
1372 lcp_options *wo = &lcp_wantoptions[0]; local
1395 if (wo->chap_mdtype)
1396 wo->neg_chap = 1;
1404 && !wo->neg_chap
1407 && !wo->neg_upap
1410 && !wo->neg_eap
1414 wo->neg_chap = CHAP_MDTYPE_SUPPORTED != MDTYPE_NONE;
1415 wo
[all...]
H A Dmultilink.c93 lcp_options *wo = &lcp_wantoptions[0]; local
100 if (!wo->neg_mrru) {
102 wo->mrru = wo->mru;
103 wo->neg_mrru = 1;
108 if (!wo->neg_endpoint && !noendpoint) {
110 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
H A Dlcp.c365 lcp_options *wo = &pcb->lcp_wantoptions; local
374 BZERO(wo, sizeof(*wo));
375 wo->neg_mru = 1;
376 wo->mru = PPP_DEFMRU;
377 wo->neg_asyncmap = 1;
378 wo->neg_magicnumber = 1;
379 wo->neg_pcompression = 1;
380 wo->neg_accompression = 1;
408 lcp_options *wo local
458 lcp_options *wo = &pcb->lcp_wantoptions; local
653 lcp_options *wo = &pcb->lcp_wantoptions; local
1130 lcp_options *wo = &pcb->lcp_wantoptions; local
2292 lcp_options *wo = &pcb->lcp_wantoptions; local
[all...]
H A Dccp.c377 memset(wo, 0, sizeof(*wo));
384 wo->deflate = 1;
385 wo->deflate_size = DEFLATE_MAX_SIZE;
386 wo->deflate_correct = 1;
387 wo->deflate_draft = 1;
395 wo->bsd_compress = 1;
396 wo->bsd_bits = BSD_MAX_BITS;
544 ccp_options *wo = &pcb->ccp_wantoptions; local
557 wo
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dipv6cp.c342 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
366 eui64_copy(addr.s6_addr32[2], wo->ourid);
367 wo->opt_local = 1;
382 eui64_copy(addr.s6_addr32[2], wo->hisid);
383 wo->opt_remote = 1;
399 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
401 if (wo->opt_local)
402 printer(arg, "%s", llv6_ntoa(wo->ourid));
404 if (wo->opt_remote)
405 printer(arg, "%s", llv6_ntoa(wo
430 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
511 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
889 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
1069 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
1126 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; local
1153 ipv6cp_options *wo = &pcb->ipv6cp_wantoptions; local
[all...]
H A Dipcp.c451 ipcp_options *wo = &ipcp_wantoptions[0]; local
479 wo->ouraddr = local;
502 wo->hisaddr = remote;
515 ipcp_options *wo = &ipcp_wantoptions[0]; local
517 if (wo->ouraddr != 0)
518 printer(arg, "%I", wo->ouraddr);
520 if (wo->hisaddr != 0)
521 printer(arg, "%I", wo->hisaddr);
595 ipcp_options *wo = &pcb->ipcp_wantoptions; local
612 memset(wo,
714 ipcp_options *wo = &pcb->ipcp_wantoptions; local
750 ipcp_options *wo = &pcb->ipcp_wantoptions; local
1508 ipcp_options *wo = &pcb->ipcp_wantoptions; local
1841 ipcp_options *wo = &ipcp_wantoptions[u]; local
1890 ipcp_options *wo = &pcb->ipcp_wantoptions; local
[all...]
H A Dauth.c739 lcp_options *wo = &pcb->lcp_wantoptions; local
791 || !wo->neg_upap
1372 lcp_options *wo = &lcp_wantoptions[0]; local
1395 if (wo->chap_mdtype)
1396 wo->neg_chap = 1;
1404 && !wo->neg_chap
1407 && !wo->neg_upap
1410 && !wo->neg_eap
1414 wo->neg_chap = CHAP_MDTYPE_SUPPORTED != MDTYPE_NONE;
1415 wo
[all...]
H A Dmultilink.c93 lcp_options *wo = &lcp_wantoptions[0]; local
100 if (!wo->neg_mrru) {
102 wo->mrru = wo->mru;
103 wo->neg_mrru = 1;
108 if (!wo->neg_endpoint && !noendpoint) {
110 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
H A Dlcp.c365 lcp_options *wo = &pcb->lcp_wantoptions; local
374 BZERO(wo, sizeof(*wo));
375 wo->neg_mru = 1;
376 wo->mru = PPP_DEFMRU;
377 wo->neg_asyncmap = 1;
378 wo->neg_magicnumber = 1;
379 wo->neg_pcompression = 1;
380 wo->neg_accompression = 1;
408 lcp_options *wo local
458 lcp_options *wo = &pcb->lcp_wantoptions; local
653 lcp_options *wo = &pcb->lcp_wantoptions; local
1130 lcp_options *wo = &pcb->lcp_wantoptions; local
2292 lcp_options *wo = &pcb->lcp_wantoptions; local
[all...]
H A Dccp.c377 memset(wo, 0, sizeof(*wo));
384 wo->deflate = 1;
385 wo->deflate_size = DEFLATE_MAX_SIZE;
386 wo->deflate_correct = 1;
387 wo->deflate_draft = 1;
395 wo->bsd_compress = 1;
396 wo->bsd_bits = BSD_MAX_BITS;
544 ccp_options *wo = &pcb->ccp_wantoptions; local
557 wo
[all...]
/barrelfish-master/usr/skb/programs/
H A Dglobalthreadalloc.pl43 % anbietet und dadurch lange im System bleibt und weiss, wo wann welche
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsio.tex864 [eclipse 11]: open(queue(""), update, q), write(q, hello), write(q," wo").
/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex892 \item[wo] Write-only. The value is writable, but not readable. No
943 Register attributes can be \texttt{rw}, \texttt{ro}, or \texttt{wo},

Completed in 130 milliseconds