Home
last modified time | relevance | path

Searched refs:hops (Results 1 – 19 of 19) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java228 int hops = 0; in getHopCount() local
231 hops = 1; in getHopCount()
233 hops = proxyChain.length + 1; in getHopCount()
235 return hops; in getHopCount()
/external/iptables/extensions/
Dlibxt_osf.man33 11.22.33.44:139 hops=3 Linux [2.5-2.6:] : 1.2.3.4:42624 -> 1.2.3.5:22 hops=4
Dlibipt_TTL.man2 how many hops (routers) a packet can traverse until it's time to live is
/external/tcpdump/
Dprint-decnet.c72 int dst, src, hops; in decnet_print() local
138 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits); in decnet_print()
146 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1; in decnet_print()
165 (void)printf("%d hops ", hops); in decnet_print()
/external/ping/
Dping_common.c650 int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops, in gather_statistics() argument
718 if (hops >= 0) in gather_statistics()
719 printf(" ttl=%d", hops); in gather_statistics()
Dping_common.h204 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c62 u8 op, htype, hlen, hops; member
Ddhcp_release.c67 u8 op, htype, hlen, hops; member
/external/dhcpcd/
Ddhcp.c437 int count = 0, l, hops; in decode_rfc3397() local
442 hops = 0; in decode_rfc3397()
455 hops++; in decode_rfc3397()
456 if (hops > 255) in decode_rfc3397()
/external/ping6/
Dping6.c928 int hops, error; in main() local
941 for (hops = 0; hops < argc - 1; hops++) { in main()
944 if ((error = getaddrinfo(argv[hops], NULL, &hints, in main()
/external/openssh/
DREADME.tun67 the remote host over two ssh hops in between. It uses the OpenSSH
/external/dnsmasq/src/
Drfc1035.c34 unsigned int j, l, hops = 0; in extract_name() local
85 hops++; /* break malicious infinite loops */ in extract_name()
86 if (hops > 255) in extract_name()
Ddnsmasq.h562 u8 op, htype, hlen, hops; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c68 u_int8_t hops; member
/external/iptables/utils/
Dpf.os59 # lower (maximum distance is defined as 40 hops).
68 # hops you're away from the remote party with traceroute or mtr.
/external/iproute2/doc/
Dip-tunnels.tex86 only skips some number of hops.
Dip-cref.tex1329 --- [2.5.74+ only] Maximum number of hops on the path to this destination.
/external/srec/config/en.us/dictionary/
Dlarge.ok13763 hops hops
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1069188 (WebCore::SecurityOriginData::copy): Add a deep copy method, for when an object thread hops