HomeSort by relevance Sort by last modified time
    Searched refs:hopcount (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-eigrp.c 132 u_int8_t hopcount; member in struct:eigrp_tlv_ip_int_t
152 u_int8_t hopcount; member in struct:eigrp_tlv_ip_ext_t
171 u_int8_t hopcount; member in struct:eigrp_tlv_at_int_t
190 u_int8_t hopcount; member in struct:eigrp_tlv_at_ext_t
348 tlv_ptr.eigrp_tlv_ip_int->hopcount,
385 tlv_ptr.eigrp_tlv_ip_ext->hopcount,
417 tlv_ptr.eigrp_tlv_at_int->hopcount,
448 tlv_ptr.eigrp_tlv_at_ext->hopcount,
print-olsr.c 97 u_int8_t hopcount; member in struct:olsr_msg
267 ptr.msg->hopcount,
  /external/apache-http/src/org/apache/http/conn/routing/
HttpRoute.java 280 final int hopcount = getHopCount(); local
281 if (hop >= hopcount)
284 " exceeds route length " + hopcount);
287 if (hop < hopcount-1)
RouteTracker.java 244 final int hopcount = getHopCount(); local
245 if (hop >= hopcount) {
248 " exceeds tracked route length " + hopcount +".");
252 if (hop < hopcount-1)
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 485 milliseconds