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

1 2

  /external/iptables/extensions/
libipt_TTL.man 2 how many hops (routers) a packet can traverse until it's time to live is
libxt_osf.man 33 11.22.33.44:139 hops=3 Linux [2.5-2.6:] : 1.2.3.4:42624 -> 1.2.3.5:22 hops=4
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_rt.h 14 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_rt.h 15 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_rt.h 15 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_rt.h 15 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_rt.h 15 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */
  /external/tcpdump/
aodv.h 40 u_int8_t rreq_hops; /* number of hops from originator */
52 u_int8_t rreq_hops; /* number of hops from originator */
63 u_int8_t rreq_hops; /* number of hops from originator */
83 u_int8_t rrep_hops; /* number of hops from o to d */
94 u_int8_t rrep_hops; /* number of hops from o to d */
104 u_int8_t rrep_hops; /* number of hops from o to d */
print-stp.c 164 * 1 - byte CIST Remaining Hops
174 * 1 - byte MSTI Remaining Hops
248 printf("\n\tCIST remaining-hops %d", ptr[MST_BPDU_CIST_REMAIN_HOPS_OFFSET]);
269 printf("\n\t\tMSTI bridge-prio %d, port-prio %d, hops %d",
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,
print-igrp.c 67 printf(" d=%d b=%d r=%d l=%d M=%d mtu=%d in %d hops",
print-aodv.c 131 printf(" rrep %u %s%sprefix %u hops %u\n"
237 printf(" rrep %u %s%sprefix %u hops %u\n"
346 printf(" rrep %u %s%sprefix %u hops %u\n"
bootp.h 27 u_int8_t bp_hops; /* gateway hops */
  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 99 * Obtains the number of hops in this route.
100 * A direct route has one hop. A route through a proxy has two hops.
101 * A route through a chain of <i>n</i> proxies has <i>n+1</i> hops.
103 * @return the number of hops in this route
112 * the target of previous hops is the respective proxy in the chain.
RouteTracker.java 228 int hops = 0; local
231 hops = 1;
233 hops = proxyChain.length + 1;
235 return hops;
  /system/core/libnetutils/
dhcpmsg.c 33 msg->hops = 0;
dhcpmsg.h 40 uint8_t hops; /* client set to 0 */ member in struct:dhcp_msg
dhcpclient.c 267 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
268 name, msg->op, msg->htype, msg->hlen, msg->hops);
  /external/chromium/chrome/common/
thumbnail_score.h 57 // The number of hops from the final destination page that this thumbnail was
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 62 u8 op, htype, hlen, hops; member in struct:dhcp_packet
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 41 * Routing algorithms return a list of hops to which the request is
  /external/openssh/
README.tun 67 the remote host over two ssh hops in between. It uses the OpenSSH
  /external/ping/
ping_common.h 198 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
  /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/chromium/chrome/browser/extensions/
app_process_apitest.cc 171 // Wait until the second tab finishes its redirect train (2 hops).

Completed in 1069 milliseconds

1 2