/external/tcpdump/tests/ |
D | mstp-v.out | 7 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 …]
|
D | spb_bpduv4-v.out | 7 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 …]
|
D | evb.out | 7 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 …]
|
D | dhcp-mud.out | 2 ….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…
|
D | babel1v.out | 31 …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/ |
D | tracepath.c | 40 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()
|
D | tracepath6.c | 50 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()
|
D | ping6.c | 1595 int hops = -1; in parse_reply() local 1607 memcpy(&hops, CMSG_DATA(c), sizeof(hops)); in parse_reply() 1626 hops, 0, tv, pr_addr(&from->sin6_addr), in parse_reply() 1636 hops, 0, tv, pr_addr(&from->sin6_addr), in parse_reply()
|
D | ping_common.c | 871 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()
|
D | ping_common.h | 294 int cc, __u16 seq, int hops,
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | RouteTracker.java | 233 int hops = 0; in getHopCount() local 236 hops = 1; in getHopCount() 238 hops = proxyChain.length + 1; in getHopCount() 240 return hops; in getHopCount()
|
/external/iputils/doc/ |
D | tracepath.sgml | 74 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/ |
D | dhcp.h | 22 u8 hops; member 41 u8 hops; member
|
/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/syslinux/com32/lua/src/ |
D | dhcp.h | 35 uint8_t hops; /* Used by relay agents */ member
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_mi.c | 203 if ( hop_pointer < ( sizeof ( smp->return_path.hops ) / in ib_mi_send() 204 sizeof ( smp->return_path.hops[0] ) ) ) { in ib_mi_send() 205 smp->return_path.hops[hop_pointer] = ibdev->port; in ib_mi_send()
|
/external/syslinux/com32/include/ |
D | dhcp.h | 15 uint8_t hops; /* 3 */ member
|
/external/dhcpcd-6.8.2/ |
D | auth.c | 482 uint8_t hops, *p, info; in dhcp_auth_encode() local 642 hops = *p; in dhcp_auth_encode() 649 hops = 0; in dhcp_auth_encode() 664 *p = hops; in dhcp_auth_encode()
|
D | dhcp-common.c | 275 int hops; in decode_rfc3397() local 285 hops = 0; in decode_rfc3397() 302 hops++; in decode_rfc3397() 303 if (hops > 255) { in decode_rfc3397()
|
/external/brotli/enc/ |
D | hash_forgetful_chain_inc.h | 206 size_t hops = self->max_hops; in FN() local 209 while (hops--) { in FN()
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_25.txt | 9 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/syslinux/core/lwip/src/include/lwip/ |
D | dhcp.h | 79 PACK_STRUCT_FIELD(u8_t hops);
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_lease_time.c | 62 u8 op, htype, hlen, hops; member
|
/external/tcpdump/ |
D | print-decnet.c | 506 int dst, src, hops; in decnet_print() local 572 hops = EXTRACT_LE_8BITS(rhp->rh_long.lg_visits); in decnet_print() 580 hops = (EXTRACT_LE_8BITS(rhp->rh_short.sh_visits) & VIS_MASK)+1; in decnet_print() 599 ND_PRINT((ndo, "%d hops ", hops)); in decnet_print()
|