Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-eigrp.c132 u_int8_t hopcount; member
152 u_int8_t hopcount; member
171 u_int8_t hopcount; member
190 u_int8_t hopcount; member
348 tlv_ptr.eigrp_tlv_ip_int->hopcount, in eigrp_print()
385 tlv_ptr.eigrp_tlv_ip_ext->hopcount, in eigrp_print()
417 tlv_ptr.eigrp_tlv_at_int->hopcount, in eigrp_print()
448 tlv_ptr.eigrp_tlv_at_ext->hopcount, in eigrp_print()
Dprint-olsr.c97 u_int8_t hopcount; member
267 ptr.msg->hopcount, in olsr_print()
/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java244 final int hopcount = getHopCount(); in getHopTarget() local
245 if (hop >= hopcount) { in getHopTarget()
248 " exceeds tracked route length " + hopcount +"."); in getHopTarget()
252 if (hop < hopcount-1) in getHopTarget()
DHttpRoute.java280 final int hopcount = getHopCount(); in getHopTarget() local
281 if (hop >= hopcount) in getHopTarget()
284 " exceeds route length " + hopcount); in getHopTarget()
287 if (hop < hopcount-1) in getHopTarget()