Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-eigrp.c128 uint8_t hopcount; member
148 uint8_t hopcount; member
167 uint8_t hopcount; member
186 uint8_t hopcount; member
370 tlv_ptr.eigrp_tlv_ip_int->hopcount, in eigrp_print()
412 tlv_ptr.eigrp_tlv_ip_ext->hopcount, in eigrp_print()
454 tlv_ptr.eigrp_tlv_at_int->hopcount, in eigrp_print()
490 tlv_ptr.eigrp_tlv_at_ext->hopcount, in eigrp_print()
Dprint-olsr.c97 uint8_t hopcount; member
107 uint8_t hopcount; member
382 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.h48 __u8 hopcount; /* hopcount to remote device */ member
220 __u8 hopcount; member
/external/scapy/scapy/contrib/
Deigrp.uts189 p = IP()/EIGRP(tlvlist=[EIGRPIntRoute(), EIGRPIntRoute(hopcount=12), EIGRPIntRoute()])
190 p[EIGRPIntRoute:2].hopcount == 12
/external/scapy/scapy/layers/
Ddhcp6.py1168 self.hopcount == other.hopcount and
/external/scapy/test/
Dregression.uts4624 a.msgtype == 12 and a.hopcount == 0 and a.linkaddr == "::" and a.peeraddr == "::"
4655 a.msgtype == 13 and a.hopcount == 0 and a.linkaddr == "::" and a.peeraddr == "::"