Home
last modified time | relevance | path

Searched refs:hopcount (Results 1 – 5 of 5) 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.c99 u_int8_t hopcount; member
109 u_int8_t hopcount; member
327 msgptr.v6->hopcount, in olsr_print()
355 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()
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...