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

1 2 3

  /external/curl/docs/cmdline-opts/
ftp-pasv.d 7 Use passive mode for the data connection. Passive is the internal default
12 enforced passive really isn't doable but you must then instead enforce the
15 Passive mode means that curl will try the EPSV command first and then PASV,
ftp-ssl-ccc-mode.d 2 Arg: <active/passive>
8 Sets the CCC mode. The passive mode will not initiate the shutdown, but
disable-epsv.d 5 (FTP) Tell curl to disable the use of the EPSV command when doing passive FTP
15 Disabling EPSV only changes the passive behavior. If you want to switch to
ftp-ssl-ccc.d 10 default mode is passive.
disable-eprt.d 19 passive mode you need to not use --ftp-port or force it with --ftp-pasv.
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 17 passive off;
  /system/chre/platform/slpi/include/chre/platform/slpi/see/
see_helper.h 97 bool passive; member in struct:chre::SeeSensorRequest
250 bool batchValid, uint32_t batchPeriodUs, bool passive,
257 batchValid, batchPeriodUs, passive,
363 * @param passive Whether this is a passive request
376 bool batchValid, uint32_t batchPeriodUs, bool passive,
  /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
  /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;
  /external/python/cpython3/Tools/msi/
testrelease.bat 59 "%~1" /passive /log "%~2\install\log.txt" TargetDir="%~2\Python" Include_debug=1 Include_symbols=1 %~3
100 "%~1" /passive /uninstall /log "%~2\uninstall\log.txt"
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 111 // Passive is true if the location is coming from the passive provider, in which case
113 void reportLocation(in Location location, boolean passive);
  /system/chre/platform/slpi/see/
platform_sensor.cc 364 " passive %d",
491 .passive = sensorModeIsPassive(request.getMode()),
501 if (req.enable && req.passive && !mPassiveSupported) {
502 LOGD("Promoting sensor %" PRIu8 " passive request to active",
514 // If passive request is not supported by this SEE sensor, it won't be
see_helper.cc 343 bool batchValid, uint32_t batchPeriodUs, bool passive,
369 req->request.is_passive = passive,
    [all...]
  /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;
274 dest.writeInt(channels[i].passive ? 1 : 0);
309 spec.passive = in.readInt() == 1;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 125 int passive; // 0 => active, 1 => passive scan; ignored for DFS member in struct:__anon48388
  /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 126 int passive; /* currently we support only passive !!! */ member in struct:xmlNanoFTPCtxt
476 ret->passive = 1;
508 ctxt->passive = 1;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java     [all...]
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 76 // the user wants to make a passive-open connection with a wildcard

Completed in 642 milliseconds

1 2 3