/external/apache-http/src/org/apache/http/conn/routing/ |
D | RouteTracker.java | 228 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/ |
D | 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
|
D | libipt_TTL.man | 2 how many hops (routers) a packet can traverse until it's time to live is
|
/external/tcpdump/ |
D | print-decnet.c | 72 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/ |
D | ping_common.c | 650 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()
|
D | ping_common.h | 204 extern int gather_statistics(__u8 *ptr, int cc, __u16 seq, int hops,
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_lease_time.c | 62 u8 op, htype, hlen, hops; member
|
D | dhcp_release.c | 67 u8 op, htype, hlen, hops; member
|
/external/dhcpcd/ |
D | dhcp.c | 437 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/ |
D | ping6.c | 928 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/ |
D | README.tun | 67 the remote host over two ssh hops in between. It uses the OpenSSH
|
/external/dnsmasq/src/ |
D | rfc1035.c | 34 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()
|
D | dnsmasq.h | 562 u8 op, htype, hlen, hops; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 68 u_int8_t hops; member
|
/external/iptables/utils/ |
D | pf.os | 59 # lower (maximum distance is defined as 40 hops). 68 # hops you're away from the remote party with traceroute or mtr.
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 86 only skips some number of hops.
|
D | ip-cref.tex | 1329 --- [2.5.74+ only] Maximum number of hops on the path to this destination.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 13763 hops hops
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 69188 (WebCore::SecurityOriginData::copy): Add a deep copy method, for when an object thread hops
|