Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 73) sorted by relevance

123

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dlcp.c796 LENCICHAP(!go->neg_eap && go->neg_chap) + in lcp_cilen()
804 LENCISHORT(!go->neg_eap && !go->neg_chap && go->neg_upap) + in lcp_cilen()
807 LENCISHORT(!go->neg_eap && go->neg_upap) + in lcp_cilen()
810 LENCISHORT(!go->neg_chap && go->neg_upap) + in lcp_cilen()
890 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_DEFMRU, go->mru); in lcp_addci()
898 ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype); in lcp_addci()
906 ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_addci()
1064 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_DEFMRU, go->mru); in lcp_ackci()
1072 ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype); in lcp_ackci()
1080 ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_ackci()
[all …]
A Dccp.c378 memset(go, 0, sizeof(*go)); in ccp_init()
563 *go = *wo; in ccp_resetci()
717 if (!go->deflate_correct && !go->deflate_draft) in ccp_resetci()
752 + (go->deflate && go->deflate_correct? CILEN_DEFLATE: 0) in ccp_cilen()
753 + (go->deflate && go->deflate_draft? CILEN_DEFLATE: 0) in ccp_cilen()
871 if (go->deflate_correct && go->deflate_draft) { in ccp_ackci()
940 try_ = *go; in ccp_nakci()
982 if (go->deflate_correct && go->deflate_draft in ccp_nakci()
1014 *go = try_; in ccp_nakci()
1095 *go = try_; in ccp_rejci()
[all …]
A Dipcp.c795 LENCIVJ(go->neg_vj, go->old_vj) + in ipcp_cilen()
895 ADDCIADDRS(CI_ADDRS, !go->neg_addr && go->old_addrs, go->ouraddr, in ipcp_addci()
899 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, in ipcp_addci()
900 go->maxslotindex, go->cflag); in ipcp_addci()
1040 ACKCIADDRS(CI_ADDRS, !go->neg_addr && go->old_addrs, go->ouraddr, in ipcp_ackci()
1044 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, in ipcp_ackci()
1045 go->maxslotindex, go->cflag); in ipcp_ackci()
1464 go->ouraddr, go->hisaddr); in ipcp_rejci()
1468 go->maxslotindex, go->cflag); in ipcp_rejci()
1942 sdns(pcb, go->dnsaddr[0], go->dnsaddr[1]); in ipcp_up()
[all …]
A Dipv6cp.c521 *go = *wo;
580 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
583 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
644 ACKCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
647 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
683 try_ = *go;
691 if (go->neg && \
793 *go = try_;
816 try_ = *go;
867 *go = try_;
[all …]
A Dmultilink.c121 lcp_options *go = &lcp_gotoptions[0]; in mp_join_bundle() local
131 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
141 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
143 if (go->neg_mrru) in mp_join_bundle()
200 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
246 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
A Dauth.c767 || go->neg_upap in link_established()
770 || go->neg_chap in link_established()
773 || go->neg_eap in link_established()
809 if (go->neg_eap) { in link_established()
880 || go->neg_chap in network_phase()
883 || go->neg_upap in network_phase()
886 || go->neg_eap in network_phase()
1532 go->neg_upap = 0;
1536 go->neg_chap = 0;
1538 if (go->neg_eap &&
[all …]
/AliOS-Things-master/components/py_engine/tests/basics/
A Dclass1.py3 def go(): function
28 go()
/AliOS-Things-master/components/SDL2/test/
A Drelative_mode.markdown10 clicks should not go to whatever app was under the cursor previously.
12 in the relative mode app should also not go to whatever app was under the
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/
A DREADME9 If you prefer to use the shared libraries, go to contrib/pngminus
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A DREADME9 If you prefer to use the shared libraries, go to contrib/pngminus
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/preader/
A DREADME14 If you prefer to use the shared libraries, go to contrib/gregbook
/AliOS-Things-master/components/SDL2/build-scripts/
A Dchecker-buildbot.sh47 chmod -R go-w analysis
A Dinstall-sh330 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A DREADME5 outf << "These go into the gzip file " << 123 << endl;
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DREADME.txt13 binaries, go to "http://www.schaik.com/png/visualpng.html".
/AliOS-Things-master/components/SDL2/docs/
A DREADME-porting.md60 Once you have a working library without any drivers, you can go back to each
A DREADME-gesture.md5 … the gesture), but the number of fingers must be constant (a finger cannot go down in the middle o…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dinstall-sh317 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/SDL2/src/image/
A Dinstall-sh317 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dinstall-sh309 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dinstall-sh317 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dinstall-sh330 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/SDL2/src/gfx/
A Dinstall-sh330 *) mkdir_umask=$umask,go-w;;
/AliOS-Things-master/components/littlevgl/docs/
A DCONTRIBUTING.md36 4. **Set the base branch**. It means where you want to merge your update. Fixes go to `master`, new…
62 Just go to [https://forum.littlevgl.com/](https://forum.littlevgl.com/) a register (Google and GitH…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.swig16 $ swig -go \
339 // go idiom:

Completed in 42 milliseconds

123