HomeSort by relevance Sort by last modified time
    Searched full:hops (Results 26 - 47 of 47) sorted by null

12

  /external/dnsmasq/contrib/wrt/
dhcp_release.c 67 u8 op, htype, hlen, hops; member in struct:dhcp_packet
  /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...]
  /external/dhcpcd/
dhcp.c 435 int count = 0, l, hops; local
440 hops = 0;
453 hops++;
454 if (hops > 255)
  /external/libpng/scripts/
makefile.sco 2 # Contributed by Mike Hopkirk (hops@sco.com) modified from Makefile.lnx
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 50 // That, in turn, hops over to the UI thread to create an instance of
87 // routine reads in the file, and then hops over to the IO thread to
  /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/chromium/chrome/browser/history/
top_sites.h 234 // returns the distance from the destination in hops that the given URL is.
top_sites.cc 533 // redirect hops, which are not generated when the thumbnail is because the
    [all...]
  /external/ping/
ping.c 717 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
785 if (hops >= 0)
786 printf(" ttl=%d", hops);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 74 u_int8_t hops; member in struct:dhcp_message
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 643 // route: Source -> P1 -> P2 -> Target (3 hops)
644 // fact: Source -> P1 -> Target (2 hops)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 304 // Check for tail updates after two hops.
516 // Check for tail updates after two hops.
  /external/iproute2/doc/
ip-tunnels.tex 86 only skips some number of hops.
ip-cref.tex     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 209 retval = "Too many hops";
  /external/tcpdump/
print-bootp.c 98 printf(", hops %d", bp->bp_hops);
print-ip.c 189 printf(" [%d hops not recorded]} ", cp[3]>>4);
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 632 byte hops = packet.get();
  /external/iptables/utils/
pf.os 59 # lower (maximum distance is defined as 40 hops).
68 # hops you're away from the remote party with traceroute or mtr.
  /libcore/luni/src/main/java/java/net/
InetAddress.java 665 * the maximum count of hops (time-to-live).
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 1147 milliseconds

12