Searched refs:go (Results 1 - 25 of 82) sorted by relevance

1234

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c378 memset(go, 0, sizeof(*go));
411 ccp_options *go = &pcb->ccp_gotoptions; local
421 if (!ccp_anycompress(go))
457 ccp_options *go = &pcb->ccp_gotoptions; local
468 if (go->mppe) {
480 && !ccp_anycompress(go))
523 ccp_options *go = &pcb->ccp_gotoptions; local
530 if (go->mppe) {
543 ccp_options *go local
745 ccp_options *go = &pcb->ccp_gotoptions; local
770 ccp_options *go = &pcb->ccp_gotoptions; local
837 ccp_options *go = &pcb->ccp_gotoptions; local
930 ccp_options *go = &pcb->ccp_gotoptions; local
1023 ccp_options *go = &pcb->ccp_gotoptions; local
1461 ccp_options *go = &pcb->ccp_gotoptions; local
1492 ccp_options *go = &pcb->ccp_gotoptions; local
1663 ccp_options *go = &pcb->ccp_gotoptions; local
[all...]
H A Dipcp.c715 ipcp_options *go = &pcb->ipcp_gotoptions; local
727 *go = *wo;
729 go->ouraddr = 0;
748 ipcp_options *go = &pcb->ipcp_gotoptions; local
770 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
771 go->neg_addr = 0;
774 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
778 go
808 ipcp_options *go = &pcb->ipcp_gotoptions; local
923 ipcp_options *go = &pcb->ipcp_gotoptions; local
1078 ipcp_options *go = &pcb->ipcp_gotoptions; local
1343 ipcp_options *go = &pcb->ipcp_gotoptions; local
1889 ipcp_options *go = &pcb->ipcp_gotoptions; local
2121 ipcp_options *go = &pcb->ipcp_gotoptions; local
[all...]
H A Dlcp.c525 lcp_options *go = &pcb->lcp_gotoptions; local
537 PUTLONG(go->magicnumber, magp);
654 lcp_options *go = &pcb->lcp_gotoptions; local
748 *go = *wo;
751 go->neg_mrru = 0;
753 go->neg_ssnhf = 0;
754 go->neg_endpoint = 0;
772 lcp_options *go = &pcb->lcp_gotoptions; local
789 return (LENCISHORT(go->neg_mru && go
836 lcp_options *go = &pcb->lcp_gotoptions; local
949 lcp_options *go = &pcb->lcp_gotoptions; local
1129 lcp_options *go = &pcb->lcp_gotoptions; local
1591 lcp_options *go = &pcb->lcp_gotoptions; local
1822 lcp_options *go = &pcb->lcp_gotoptions; local
2294 lcp_options *go = &pcb->lcp_gotoptions; local
2341 lcp_options *go = &pcb->lcp_gotoptions; local
2688 lcp_options *go = &pcb->lcp_gotoptions; local
2714 lcp_options *go = &pcb->lcp_gotoptions; local
[all...]
H A Dipv6cp.c512 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
521 *go = *wo;
522 eui64_zero(go->hisid); /* last proposed interface identifier */
531 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
538 return (LENCIIFACEID(go->neg_ifaceid) +
540 LENCIVJ(go->neg_vj) +
551 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
580 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
583 ADDCIVJ(CI_COMPRESSTYPE, go
599 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
673 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
808 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
892 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
1155 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
1275 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
[all...]
H A Dmultilink.c121 lcp_options *go = &lcp_gotoptions[0]; local
131 if (!go->neg_mrru || !ho->neg_mrru) {
141 if (!go->neg_mrru || !ho->neg_mrru) {
143 if (go->neg_mrru)
200 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
246 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
H A Dauth.c617 * LCP has terminated the link; go to the Dead phase and take the
741 lcp_options *go = &pcb->lcp_gotoptions; local
767 || go->neg_upap
770 || go->neg_chap
773 || go->neg_eap
809 if (go->neg_eap) {
815 if (go->neg_chap) {
816 chap_auth_peer(pcb, PPP_OUR_NAME, CHAP_DIGEST(go->chap_mdtype));
821 if (go->neg_upap) {
865 lcp_options *go
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.c378 memset(go, 0, sizeof(*go));
411 ccp_options *go = &pcb->ccp_gotoptions; local
421 if (!ccp_anycompress(go))
457 ccp_options *go = &pcb->ccp_gotoptions; local
468 if (go->mppe) {
480 && !ccp_anycompress(go))
523 ccp_options *go = &pcb->ccp_gotoptions; local
530 if (go->mppe) {
543 ccp_options *go local
745 ccp_options *go = &pcb->ccp_gotoptions; local
770 ccp_options *go = &pcb->ccp_gotoptions; local
837 ccp_options *go = &pcb->ccp_gotoptions; local
930 ccp_options *go = &pcb->ccp_gotoptions; local
1023 ccp_options *go = &pcb->ccp_gotoptions; local
1461 ccp_options *go = &pcb->ccp_gotoptions; local
1492 ccp_options *go = &pcb->ccp_gotoptions; local
1663 ccp_options *go = &pcb->ccp_gotoptions; local
[all...]
H A Dipcp.c715 ipcp_options *go = &pcb->ipcp_gotoptions; local
727 *go = *wo;
729 go->ouraddr = 0;
748 ipcp_options *go = &pcb->ipcp_gotoptions; local
770 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
771 go->neg_addr = 0;
774 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
778 go
808 ipcp_options *go = &pcb->ipcp_gotoptions; local
923 ipcp_options *go = &pcb->ipcp_gotoptions; local
1078 ipcp_options *go = &pcb->ipcp_gotoptions; local
1343 ipcp_options *go = &pcb->ipcp_gotoptions; local
1889 ipcp_options *go = &pcb->ipcp_gotoptions; local
2121 ipcp_options *go = &pcb->ipcp_gotoptions; local
[all...]
H A Dlcp.c525 lcp_options *go = &pcb->lcp_gotoptions; local
537 PUTLONG(go->magicnumber, magp);
654 lcp_options *go = &pcb->lcp_gotoptions; local
748 *go = *wo;
751 go->neg_mrru = 0;
753 go->neg_ssnhf = 0;
754 go->neg_endpoint = 0;
772 lcp_options *go = &pcb->lcp_gotoptions; local
789 return (LENCISHORT(go->neg_mru && go
836 lcp_options *go = &pcb->lcp_gotoptions; local
949 lcp_options *go = &pcb->lcp_gotoptions; local
1129 lcp_options *go = &pcb->lcp_gotoptions; local
1591 lcp_options *go = &pcb->lcp_gotoptions; local
1822 lcp_options *go = &pcb->lcp_gotoptions; local
2294 lcp_options *go = &pcb->lcp_gotoptions; local
2341 lcp_options *go = &pcb->lcp_gotoptions; local
2688 lcp_options *go = &pcb->lcp_gotoptions; local
2714 lcp_options *go = &pcb->lcp_gotoptions; local
[all...]
H A Dipv6cp.c512 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
521 *go = *wo;
522 eui64_zero(go->hisid); /* last proposed interface identifier */
531 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
538 return (LENCIIFACEID(go->neg_ifaceid) +
540 LENCIVJ(go->neg_vj) +
551 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
580 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
583 ADDCIVJ(CI_COMPRESSTYPE, go
599 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
673 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
808 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
892 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
1155 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
1275 ipv6cp_options *go = &pcb->ipv6cp_gotoptions; local
[all...]
H A Dmultilink.c121 lcp_options *go = &lcp_gotoptions[0]; local
131 if (!go->neg_mrru || !ho->neg_mrru) {
141 if (!go->neg_mrru || !ho->neg_mrru) {
143 if (go->neg_mrru)
200 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
246 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
H A Dauth.c617 * LCP has terminated the link; go to the Dead phase and take the
741 lcp_options *go = &pcb->lcp_gotoptions; local
767 || go->neg_upap
770 || go->neg_chap
773 || go->neg_eap
809 if (go->neg_eap) {
815 if (go->neg_chap) {
816 chap_auth_peer(pcb, PPP_OUR_NAME, CHAP_DIGEST(go->chap_mdtype));
821 if (go->neg_upap) {
865 lcp_options *go
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dmem.c185 long (*go)(void))
193 get_debug_options_func=go;
240 long (**go)(void))
246 if (go != NULL) *go=get_debug_options_func;
181 CRYPTO_set_mem_debug_functions(void (*m)(void *,int,const char *,int,int), void (*r)(void *,void *,int,const char *,int,int), void (*f)(void *,int), void (*so)(long), long (*go)(void)) argument
236 CRYPTO_get_mem_debug_functions(void (**m)(void *,int,const char *,int,int), void (**r)(void *,void *,int,const char *,int,int), void (**f)(void *,int), void (**so)(long), long (**go)(void)) argument
H A Dcrypto.h476 long (*go)(void));
488 long (**go)(void));
/barrelfish-master/usr/eclipseclp/Mercury/
H A DMakefile.in14 PERM = a+r,u+w,go-w
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dlist_operators.pl23 go :- label
/barrelfish-master/usr/eclipseclp/ZincInterface/
H A DMakefile.in10 PERM = a+r,u+w,go-w
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A DMakefile.in34 PERM = a+r,u+w,go-w
/barrelfish-master/usr/eclipseclp/Flexlm/
H A DMakefile.in95 PERM = a+r,u+w,go-w
/barrelfish-master/usr/eclipseclp/pt_libraries/
H A DMakefile.in66 PERM = a+r,u+w,go-w
/barrelfish-master/usr/eclipseclp/
H A DPACK879 find $ALLDIRS -perm -go+w -print -exec chmod go-w {} \;
882 chmod go-w UNPACK ARCH RUNME ecl_inst.js README_UNIX README_MACOSX README_WIN.TXT
895 # RT_FILES all files that go into eclipse_rt
897 # PRIVATE_FILES all files that go into eclipse_private
/barrelfish-master/usr/eclipseclp/Oci/
H A DMakefile.in59 PERM = a+r,u+w,go-w
/barrelfish-master/include/openssl/
H A Dcrypto.h476 long (*go)(void));
488 long (**go)(void));
/barrelfish-master/usr/eclipseclp/Contrib/
H A DMakefile.in10 PERM = a+r,u+w,go-w
50 # We put a copy in /lib to make them go into the eclipse_basic.tgz package
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_crypt.c220 word32 g,go; local
241 go = g;
243 if (go > g) /* overflow*/

Completed in 221 milliseconds

1234