/external/apache-http/src/org/apache/http/conn/routing/ |
RouteTracker.java | 228 int hops = 0; local 231 hops = 1; 233 hops = proxyChain.length + 1; 235 return hops;
|
/external/dnsmasq/contrib/wrt/ |
dhcp_lease_time.c | 62 u8 op, htype, hlen, hops; member in struct:dhcp_packet
|
dhcp_release.c | 67 u8 op, htype, hlen, hops; member in struct:dhcp_packet
|
/external/tcpdump/ |
print-decnet.c | 72 int dst, src, hops; local 138 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits); 146 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1; 165 (void)printf("%d hops ", hops); 348 (void)printf("{ids %d-%d cost %d hops %d} ", id, id + count, 378 (void)printf("{areas %d-%d cost %d hops %d} ", area, area + count,
|
/system/core/libnetutils/ |
dhcpmsg.h | 40 uint8_t hops; /* client set to 0 */ member in struct:dhcp_msg
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wired.c | 74 u_int8_t hops; member in struct:dhcp_message
|
/external/dhcpcd/ |
dhcp.c | 431 int count = 0, l, hops; local 436 hops = 0; 449 hops++; 450 if (hops > 255)
|
/external/dnsmasq/src/ |
rfc1035.c | 34 unsigned int j, l, hops = 0; local 85 hops++; /* break malicious infinite loops */ 86 if (hops > 255) [all...] |
dnsmasq.h | 562 u8 op, htype, hlen, hops; member in struct:dhcp_packet
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedDeque.java | 76 * using two techniques: advancing multiple hops with a single CAS 376 private static final int HOPS = 2; 415 int hops = 1; local 418 for (Node<E> p = prev; ; ++hops) { 439 for (Node<E> p = next; ; ++hops) { 460 if (hops < HOPS [all...] |
/external/ping6/ |
ping6.c | 600 errx(1, "too many intermediate hops"); 904 int hops, error; local 917 for (hops = 0; hops < argc - 1; hops++) { 920 if ((error = getaddrinfo(argv[hops], NULL, &hints, [all...] |
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |