/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/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 | 374 int probes = 0; local 377 probes++; 379 //if (probes > 1) 380 // LOGW("classLookupAdd: probes=%d\n", probes); 385 *pNumProbes = probes; [all...] |
/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...] |
dhcpcd.8 | 85 failed to obtain a lease, it probes for a valid IPv4LL address
|
dhcpcd.8.in | 86 failed to obtain a lease, it probes for a valid IPv4LL address
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
PlatformAddressFactory.java | 41 * Defines the maximum number of probes taken per hash, used for looking
|
/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: */
|
/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
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncn.h | 202 * number of Probes to send
|
/external/iproute2/ip/ |
ipneigh.c | 283 fprintf(fp, " probes %u", p);
|