HomeSort by relevance Sort by last modified time
    Searched full:probes (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/bluetooth/glib/tests/
slice-threadinit.c 107 /* release magazine probes to be retained */
112 /* ensure probes were retained */
130 /* release magazine probes to be retained across g_thread_init */
138 /* ensure probes were retained */
  /external/iptables/extensions/
libip6t_REJECT.man 32 (113/tcp) probes which frequently occur when sending mail to broken mail
libipt_REJECT.man 31 (113/tcp) probes which frequently occur when sending mail to broken mail
  /external/chromium/net/base/
https_prober.h 28 // HTTPSProber is a singleton object that manages HTTPS probes. A HTTPS probe
  /external/webkit/JavaScriptCore/wtf/
HashTable.cpp 49 printf("%d total collisions, average %.2f probes per access\n", numCollisions, 1.0 * (numAccesses + numCollisions) / numAccesses);
  /external/netcat/
netcat.blurb 25 Scanning ports and inventorying services, automated probes
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteHash.h 58 /* A site entry contains all the site attribute received in beacon and probes
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/src/
SoftGemini.h 63 UINT8 scanNumOfProbeRequest; /* Probes to send on any scan when SG enabled */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteHash.h 58 /* A site entry contains all the site attribute received in beacon and probes
  /external/qemu/slirp/
tcp_var.h 183 u_long tcps_keepprobe; /* keepalive probes sent */
192 u_long tcps_sndprobe; /* window probes sent */
tcp_timer.h 98 #define TCPTV_KEEPCNT 8 /* max probes before drop */
debug.c 212 lprint(" %6d window probes\r\n", tcpstat.tcps_rcvwinprobe);
232 lprint(" %6d keepalive probes sent\r\n", tcpstat.tcps_keepprobe);
  /dalvik/libdex/
DexFile.c 372 int probes = 0; local
375 probes++;
377 //if (probes > 1)
378 // LOGW("classLookupAdd: probes=%d\n", probes);
383 *pNumProbes = probes;
  /external/kernel-headers/original/linux/
tcp.h 259 __u8 keepalive_probes; /* num of allowed keep alive probes */
335 unsigned int keepalive_intvl; /* time interval between keep alive probes */
  /external/qemu/slirp-android/
tcp_var.h 187 u_long tcps_keepprobe; /* keepalive probes sent */
196 u_long tcps_sndprobe; /* window probes sent */
tcp_timer.h 98 #define TCPTV_KEEPCNT 8 /* max probes before drop */
debug.c 208 lprint(" %6d window probes\r\n", tcpstat.tcps_rcvwinprobe);
228 lprint(" %6d keepalive probes sent\r\n", tcpstat.tcps_keepprobe);
  /external/dhcpcd/
client.c 146 int probes; member in struct:if_state
1067 state->probes = 0;
1146 state->probes = 0;
1154 state->probes = 0;
1160 if (state->probes < PROBE_NUM) {
1161 if (state->probes == 0) {
1167 state->probes++;
1168 if (state->probes < PROBE_NUM) {
1179 state->probes, PROBE_NUM,
    [all...]
  /external/e2fsprogs/lib/blkid/
blkidP.h 72 * Minimum number of seconds between device probes, even when reading
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 144 auto char probe; /* probes stack depth: */
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddressFactory.java 42 * Defines the maximum number of probes taken per hash, used for looking
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 75 /* A site entry contains all the site attribute received in beacon and probes
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 299 int probes = 0; local
303 if (++probes > kMaxProbes) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 202 * number of Probes to send
  /hardware/ril/mock-ril/src/js/
ril_vars.js 164 var CALL_FAIL_CDMA_ACCESS_BLOCKED = 1009; /* CDMA network access probes blocked */

Completed in 481 milliseconds

1 2 3