HomeSort by relevance Sort by last modified time
    Searched refs:hops (Results 1 - 15 of 15) 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;
  /system/core/libnetutils/
dhcpmsg.h 40 uint8_t hops; /* client set to 0 */ member in struct:dhcp_msg
dhcpmsg.c 33 msg->hops = 0;
dhcpclient.c 290 LOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
291 name, msg->op, msg->htype, msg->hlen, msg->hops);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 102 * (fewer CASes). This is controlled by local "hops" variables
235 * HOPS links from "true" location. We assume that volatile
238 private static final int HOPS = 1;
272 for (int hops = 0; ; hops++) {
275 if (hops > HOPS && t != tail)
279 if (hops >= HOPS)
292 for (int hops = 0; ; hops++)
    [all...]
  /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/ping/
ping_common.h 198 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
ping.c 715 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
783 if (hops >= 0)
784 printf(" ttl=%d", hops);
    [all...]
  /external/dhcpcd/
dhcp.c 386 int count = 0, l, hops; local
391 hops = 0;
404 hops++;
405 if (hops > 255)
  /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,
  /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
  /external/iproute2/doc/
ip-tunnels.tex 86 only skips some number of hops.
ip-cref.tex     [all...]

Completed in 780 milliseconds