HomeSort by relevance Sort by last modified time
    Searched defs:go (Results 26 - 44 of 44) sorted by null

12

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 239 private AtomicBoolean go = new AtomicBoolean(true); field in class:UdpKernel.HostThread
263 go.set(false);
277 while( go.get() ) {
287 if( !go.get() )
  /external/ppp/pppd/
ccp.c 533 ccp_options *go = &ccp_gotoptions[f->unit]; local
536 *go = ccp_wantoptions[f->unit];
540 if (go->mppe) {
587 if (go->mppe & MPPE_OPT_40) {
589 go->mppe &= ~MPPE_OPT_40;
595 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
603 ao->mppe = go->mppe;
605 ao->bsd_compress = go->bsd_compress = 0;
606 ao->predictor_1 = go->predictor_1 = 0;
607 ao->predictor_2 = go->predictor_2 = 0
676 ccp_options *go = &ccp_gotoptions[f->unit]; local
695 ccp_options *go = &ccp_gotoptions[f->unit]; local
813 ccp_options *go = &ccp_gotoptions[f->unit]; local
902 ccp_options *go = &ccp_gotoptions[f->unit]; local
991 ccp_options *go = &ccp_gotoptions[f->unit]; local
1424 ccp_options *go = &ccp_gotoptions[f->unit]; local
    [all...]
ipv6cp.c 520 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
528 *go = *wo;
529 eui64_zero(go->hisid); /* last proposed interface identifier */
540 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
545 return (LENCIIFACEID(go->neg_ifaceid) +
546 LENCIVJ(go->neg_vj));
559 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
586 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
588 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol)
607 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
679 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
816 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
895 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1174 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
    [all...]
ipcp.c 679 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
690 *go = *wo;
692 go->ouraddr = 0;
711 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
724 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
725 go->neg_addr = 0;
726 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
730 go->neg_vj = 1
754 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
844 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
970 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1191 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1686 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
    [all...]
ipxcp.c 75 #define go (&ipxcp_gotoptions[0]) macro
581 *go = *wo;
594 len = go->neg_nn ? CILEN_NETN : 0;
595 len += go->neg_node ? CILEN_NODEN : 0;
596 len += go->neg_name ? CILEN_NAME + strlen (go->name) - 1 : 0;
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
618 if (go->neg_nn) {
621 PUTLONG (go->our_network, ucp)
    [all...]
lcp.c 626 lcp_options *go = &lcp_gotoptions[f->unit]; local
631 *go = *wo;
633 go->neg_mrru = 0;
634 go->neg_ssnhf = 0;
635 go->neg_endpoint = 0;
651 lcp_options *go = &lcp_gotoptions[f->unit]; local
664 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
665 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF)
689 lcp_options *go = &lcp_gotoptions[f->unit]; local
777 lcp_options *go = &lcp_gotoptions[f->unit]; local
933 lcp_options *go = &lcp_gotoptions[f->unit]; local
1326 lcp_options *go = &lcp_gotoptions[f->unit]; local
1486 lcp_options *go = &lcp_gotoptions[f->unit]; local
1876 lcp_options *go = &lcp_gotoptions[f->unit]; local
1925 lcp_options *go = &lcp_gotoptions[f->unit]; local
    [all...]
auth.c 587 * LCP has terminated the link; go to the Dead phase and take the
707 lcp_options *go = &lcp_gotoptions[unit]; local
725 if (auth_required && !(go->neg_upap || go->neg_chap || go->neg_eap)) {
746 if (go->neg_eap) {
749 } else if (go->neg_chap) {
750 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype));
752 } else if (go->neg_upap) {
785 lcp_options *go = &lcp_gotoptions[unit] local
1287 lcp_options *go = &lcp_gotoptions[unit]; local
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 226 private AtomicBoolean go = new AtomicBoolean(true); field in class:SelectorKernel.SelectorThread
263 go.set(false);
310 // data to go when we put it there.
435 if( !go.get() )
453 while( go.get() ) {
461 if( !go.get() )
465 if( !go.get() )
  /external/mksh/src/
misc.c 46 /*XXX this should go away */
282 Getopt go; local
333 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
334 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
335 set = (go.info & GI_PLUS) ? 0 : 1;
341 array = go.optarg;
347 if (go.optarg == NULL) {
358 i = option(go.optarg);
370 bi_errorf("%s: %s", go.optarg, "bad option");
383 chvt(go.optarg)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 1631 struct sed_label *go; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 95 * peer is the GO, so do not expire the peer entry.
109 * we are the GO, so do not expire the peer entry.
603 * If the scan result is for a GO, the clients in the group will also be added
739 * If GO Negotiation is in progress, report that it has failed.
836 * during GO Negotiation start.
843 "for freq %u (GO Neg)", freq);
1440 int go = peer->go_state == LOCAL_GO; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 37 * How many times to try to scan to find the GO before giving up on join
44 * How many seconds to try to reconnect to the GO when connection in P2P client
60 int go);
213 size_t ssid_len, int *go)
226 if (go)
227 *go = s->mode == WPAS_MODE_P2P_GO;
260 gtype = "GO";
269 gtype = "GO";
396 wpa_printf(MSG_DEBUG, "P2P: GO Device Address " MACSTR,
418 "group (GO Dev Addr " MACSTR ")", MAC2STR(go_dev_addr))
3334 int go = 0; local
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data.cc 1152 const PrepopulatedEngine go = { member in namespace:__anon3413
1153 L"GO.com",
1154 L"go.com",
1315 "http://img.go.mail.ru/favicon.ico",
1316 L"http://go.mail.ru/search?q={searchTerms}",
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 265 // we consider it non-essential and allow its process to go on the
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 466 ** where multiple cases go to the same block of code, testcase()
92030 int go = 1; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 466 ** where multiple cases go to the same block of code, testcase()
92041 int go = 1; local
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2017 milliseconds

12