Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-eigrp.c127 uint8_t hopcount; member
147 uint8_t hopcount; member
166 uint8_t hopcount; member
185 uint8_t hopcount; member
343 tlv_ptr.eigrp_tlv_ip_int->hopcount, in eigrp_print()
380 tlv_ptr.eigrp_tlv_ip_ext->hopcount, in eigrp_print()
412 tlv_ptr.eigrp_tlv_at_int->hopcount, in eigrp_print()
443 tlv_ptr.eigrp_tlv_at_ext->hopcount, in eigrp_print()
Dprint-olsr.c97 uint8_t hopcount; member
107 uint8_t hopcount; member
383 msgptr.v6->hopcount, in olsr_print()
413 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/kernel-headers/original/uapi/linux/
Drio_mport_cdev.h47 __u8 hopcount; /* hopcount to remote device */ member
219 __u8 hopcount; member