Home
last modified time | relevance | path

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

12

/external/tcpdump/tests/
Dmstp-v.out7 CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
10 MSTI bridge-prio 6, port-prio 8, hops 20
13 MSTI bridge-prio 8, port-prio 8, hops 20
20 CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
23 MSTI bridge-prio 8, port-prio 8, hops 20
26 MSTI bridge-prio 8, port-prio 8, hops 20
33 CIST bridge-id 8000.00:1e:f7:05:a8:80, CIST remaining-hops 20
36 MSTI bridge-prio 6, port-prio 8, hops 20
39 MSTI bridge-prio 8, port-prio 8, hops 20
46 CIST bridge-id 8000.00:16:46:b5:8c:80, CIST remaining-hops 20
[all …]
Dspb_bpduv4-v.out7 CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
10 MSTI bridge-prio 8, port-prio 8, hops 20
23 CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
26 MSTI bridge-prio 8, port-prio 8, hops 20
39 CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
42 MSTI bridge-prio 8, port-prio 8, hops 20
55 CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
58 MSTI bridge-prio 8, port-prio 8, hops 20
71 CIST bridge-id 8000.52:54:00:45:5f:15, CIST remaining-hops 20
74 MSTI bridge-prio 8, port-prio 8, hops 20
[all …]
Devb.out7 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
14 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
21 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
69 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
76 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
83 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
90 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
97 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
104 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
111 CIST bridge-id 8000.08:00:27:0d:f1:3c, CIST remaining-hops 20
[all …]
Ddhcp-mud.out2 ….67: [udp sum ok] BOOTP/DHCP, Request from b8:27:eb:b8:53:c8, length 394, hops 1, xid 0x68c4847, F…
21 …62.12.173.114.67 > 62.12.173.121.67: [udp sum ok] BOOTP/DHCP, Reply, length 310, hops 1, xid 0x68c…
Dhoobr_aodv_extension.out1 IP 48.48.48.48.654 > 48.48.48.48.12336: aodv rrep 12308 prefix 16 hops 48
Dbootp_asan-2.out2 …7.95.83.32.68: BOOTP/DHCP, unknown (0x00), length 59384, htype 0, hlen 0, hops 13, xid 0x14000000,…
Dbootp_asan.out2 …7.95.83.32.68: BOOTP/DHCP, unknown (0x00), length 59384, htype 0, hlen 0, hops 13, xid 0x14000000,…
Dbabel1v.out31 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
50 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
63 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:…
/external/iputils/
Dtracepath.c40 int hops; member
134 if (slot>=0 && slot < 63 && his[slot].hops) { in recverr()
135 sndhops = his[slot].hops; in recverr()
137 his[slot].hops = 0; in recverr()
271 his[hisptr].hops = ttl; in probe_ttl()
276 his[hisptr].hops = 0; in probe_ttl()
Dtracepath6.c50 int hops; member
157 if (slot >= 0 && slot < 63 && his[slot].hops) { in recverr()
158 sndhops = his[slot].hops; in recverr()
160 his[slot].hops = 0; in recverr()
341 his[hisptr].hops = ttl; in probe_ttl()
346 his[hisptr].hops = 0; in probe_ttl()
Dping6.c1598 int hops = -1; in parse_reply() local
1610 memcpy(&hops, CMSG_DATA(c), sizeof(hops)); in parse_reply()
1629 hops, 0, tv, pr_addr(&from->sin6_addr), in parse_reply()
1639 hops, 0, tv, pr_addr(&from->sin6_addr), in parse_reply()
Dping_common.c871 int cc, __u16 seq, int hops, in gather_statistics() argument
946 if (hops >= 0) in gather_statistics()
947 printf(" ttl=%d", hops); in gather_statistics()
Dping_common.h294 int cc, __u16 seq, int hops,
/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java233 int hops = 0; in getHopCount() local
236 hops = 1; in getHopCount()
238 hops = proxyChain.length + 1; in getHopCount()
240 return hops; in getHopCount()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc120 int64 hops = visited[hlo]; in ComputeBoundary() local
121 if (hops > limit) { in ComputeBoundary()
130 visited.emplace(operand, hops + 1); in ComputeBoundary()
/external/iputils/doc/
Dtracepath.sgml74 Set maximum hops (or maximum TTLs) to <replaceable/max_hops/
96 Resume: pmtu 1480 hops 2 back 2
119 between number of hops in forward and backward direction is shown
127 it shows detected Path MTU, amount of hops to the destination and our
128 guess about amount of hops from the destination to us, which can be
/external/wpa_supplicant_8/src/common/
Ddhcp.h28 u8 hops; member
47 u8 hops; member
/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/brotli/c/enc/
Dhash_forgetful_chain_inc.h206 size_t hops = self->max_hops; in FN() local
209 while (hops--) { in FN()
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_25.txt9 Subject: Returned mail: Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199…
29 554 Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <s…
/external/python/cpython2/Lib/email/test/data/
Dmsg_25.txt9 Subject: Returned mail: Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199…
29 554 Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199.164.235.226], to <s…
/external/tcpdump/
Dprint-decnet.c506 int dst, src, hops; in decnet_print() local
573 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits); in decnet_print()
581 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1; in decnet_print()
600 ND_PRINT((ndo, "%d hops ", hops)); in decnet_print()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md42 In graph view, in means the number of hops in the <b>graph</b>.
76 `-max_depth`: Show nodes that are at most this number of hops from starting node in the data struct…
/external/scapy/test/
Dlinux.uts72 assert 0 <= x[IP].hops() <= 126

12