HomeSort by relevance Sort by last modified time
    Searched refs:passive (Results 1 - 25 of 42) sorted by null

1 2

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 17 passive off;
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_query.hpp 60 resolver_query_base::flags resolve_flags = passive | address_configured)
98 resolver_query_base::flags resolve_flags = passive | address_configured)
119 * a numeric address string. If an empty string and the passive flag has been
121 * If an empty string and passive is not specified, the resolved endpoints
170 * a numeric address string. If an empty string and the passive flag has been
172 * If an empty string and passive is not specified, the resolved endpoints
resolver_query_base.hpp 32 passive = ASIO_OS_DEF(AI_PASSIVE), enumerator in enum:asio::ip::resolver_query_base::flags
  /external/ppp/pppd/
lcp.h 89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
lcp.c 141 { "passive", o_bool, &lcp_wantoptions[0].passive,
142 "Set passive mode", 1 },
143 { "-p", o_bool, &lcp_wantoptions[0].passive,
144 "Set passive mode", OPT_ALIAS | 1 },
383 if (wo->passive)
417 * because we are in passive/silent mode or because we have
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 84 u_int passive : 1; /* Don't die if we don't get a response */ member in struct:lcp_options
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
ScanScheduleUtil.java 44 return channel1.passive == channel2.passive;
  /external/ipsec-tools/src/racoon/
remoteconf.h 87 int passive; /* never initiate */ member in struct:remoteconf
remoteconf.c 186 new->passive = FALSE;
574 s_switch (p->passive));
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 201 u64 passive = iter_ - active; local
202 return active + 10 * passive;
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 106 // Passive is true if the location is coming from the passive provider, in which case
108 void reportLocation(in Location location, boolean passive);
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 122 * if true, scan this channel in passive fashion.
126 public boolean passive; /* ignored on DFS channels */ field in class:WifiScanner.ChannelSpec
138 passive = false;
247 dest.writeInt(channels[i].passive ? 1 : 0);
281 spec.passive = in.readInt() == 1;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 115 int passive; // 0 => active, 1 => passive scan; ignored for DFS member in struct:__anon41451
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClient.java 144 * Enables, or disables, the use of the <I>passive</I> mode. In that mode,
151 * <p><b>Note:</b> Since the passive mode might not be supported by all
156 * @param passive {@code true} to force passive mode.
160 public abstract FtpClient enablePassiveMode(boolean passive);
163 * Tests whether passive mode is enabled.
165 * @return {@code true} if the passive mode has been enabled.
    [all...]
  /external/libxml2/
nanoftp.c 134 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
484 ret->passive = 1;
514 ctxt->passive = 1;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 180 private PassiveProvider mPassiveProvider; // track passive provider for special cases
188 // Only used by passive, fused & test. Network & GPS are controlled separately, and not listed.
578 // create a passive location provider, which is always enabled
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 90 // make a passive connection with a wildcard address family, both
sock_posix.go 57 // - An endpoint holder that opens a passive stream
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 90 // make a passive connection with a wildcard address family, both
sock_posix.go 57 // - An endpoint holder that opens a passive stream
  /external/iw/
scan.c 205 } else if (!strcmp(v[0], "passive")) {
358 bool passive = false, have_ssids = false, have_freqs = false; local
403 } else if (strcmp(argv[i], "passive") == 0) {
405 passive = true;
464 if (!passive)
1216 printf("\t\t * passive dwell: %d TUs\n", (data[1] << 8) | data[0]);
1219 printf("\t\t * scan passive total per channel: %d TUs\n", (data[7] << 8) | data[6]);
    [all...]
  /device/huawei/angler/
init.angler.rc 359 socket thermal-recv-passive-client stream 0660 system system
  /device/lge/bullhead/
init.bullhead.rc 347 socket thermal-recv-passive-client stream 0666 system system

Completed in 1108 milliseconds

1 2