HomeSort by relevance Sort by last modified time
    Searched defs:hops (Results 1 - 19 of 19) sorted by null

  /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/iputils/
tracepath.c 40 int hops; member in struct:hhistory
134 if (slot>=0 && slot < 63 && his[slot].hops) {
135 sndhops = his[slot].hops;
137 his[slot].hops = 0;
271 his[hisptr].hops = ttl;
276 his[hisptr].hops = 0;
338 "Error: max hops must be 0 .. %d (inclusive).\n",
444 printf(" Too many hops: pmtu %d\n", mtu);
448 printf("hops %d ", hops_to);
tracepath6.c 50 int hops; member in struct:hhistory
157 if (slot >= 0 && slot < 63 && his[slot].hops) {
158 sndhops = his[slot].hops;
160 his[slot].hops = 0;
341 his[hisptr].hops = ttl;
346 his[hisptr].hops = 0;
406 "Error: max hops must be 0 .. %d (inclusive).\n",
573 printf(" Too many hops: pmtu %d\n", mtu);
578 printf("hops %d ", hops_to);
ping6.c 1592 int hops = -1; local
    [all...]
  /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 69 u_int8_t hops; member in struct:dhcp_message
  /external/chromium_org/net/udp/
udp_socket_win.cc 614 DWORD hops = multicast_time_to_live_; local
620 reinterpret_cast<const char*>(&hops), sizeof(hops));
  /external/dhcpcd/
dhcp.c 437 int count = 0, l, hops; local
442 hops = 0;
455 hops++;
456 if (hops > 255)
    [all...]
  /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 82 * using two techniques: advancing multiple hops with a single CAS
389 private static final int HOPS = 2;
428 int hops = 1; local
431 for (Node<E> p = prev; ; ++hops) {
452 for (Node<E> p = next; ; ++hops) {
473 if (hops < HOPS
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 370 milliseconds