Home
last modified time | relevance | path

Searched refs:hopcount (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-eigrp.c126 uint8_t hopcount; member
146 uint8_t hopcount; member
165 uint8_t hopcount; member
184 uint8_t hopcount; member
342 tlv_ptr.eigrp_tlv_ip_int->hopcount, in eigrp_print()
379 tlv_ptr.eigrp_tlv_ip_ext->hopcount, in eigrp_print()
411 tlv_ptr.eigrp_tlv_at_int->hopcount, in eigrp_print()
442 tlv_ptr.eigrp_tlv_at_ext->hopcount, in eigrp_print()
Dprint-olsr.c96 uint8_t hopcount; member
106 uint8_t hopcount; member
334 msgptr.v6->hopcount, in olsr_print()
365 msgptr.v4->hopcount, in olsr_print()
/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java249 final int hopcount = getHopCount(); in getHopTarget() local
250 if (hop >= hopcount) { in getHopTarget()
253 " exceeds tracked route length " + hopcount +"."); in getHopTarget()
257 if (hop < hopcount-1) in getHopTarget()
DHttpRoute.java285 final int hopcount = getHopCount(); in getHopTarget() local
286 if (hop >= hopcount) in getHopTarget()
289 " exceeds route length " + hopcount); in getHopTarget()
292 if (hop < hopcount-1) in getHopTarget()