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

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 17 passive off;
  /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/ipsec-tools/src/racoon/
remoteconf.h 87 int passive; /* never initiate */ member in struct:remoteconf
remoteconf.c 186 new->passive = FALSE;
576 s_switch (p->passive));
cftoken.l 348 <S_RMTS>passive { YYD; return(PASSIVE); }
cfparse.y 221 %token NONCE_SIZE DH_GROUP KEEPALIVE PASSIVE INITIAL_CONTACT
    [all...]
isakmp.c     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 198 u64 passive = iter_ - active; local
199 return active + 10 * passive;
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 96 // Passive is true if the location is coming from the passive provider, in which case
98 void reportLocation(in Location location, boolean passive);
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 118 * if true, scan this channel in passive fashion.
122 public boolean passive; /* ignored on DFS channels */ field in class:WifiScanner.ChannelSpec
134 passive = false;
191 dest.writeInt(channels[i].passive ? 1 : 0);
216 spec.passive = in.readInt() == 1;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 100 int passive; // 0 => active, 1 => passive scan; ignored for DFS member in struct:__anon24936
  /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 163 private PassiveProvider mPassiveProvider; // track passive provider for special cases
426 // 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 
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 554 bool passive = helper.getBoolField(channel, "passive"); local
555 params.buckets[i].channels[j].passive = (passive ? 1 : 0);
    [all...]
  /external/tcpdump/
configure     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 344 "passive:%d", __FUNCTION__, j, channel_spec.channel,
345 channel_spec.dwellTimeMs, channel_spec.passive);
355 channel_spec.passive) )
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 1360 boolean passive; field in class:WifiNative.ChannelSettings
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 518 attack. Without SSL Certificate verification, only passive network
752 if it is not done then only passive network sniffing attacks are prevented.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1080 milliseconds