Searched refs:hopcount (Results 1 – 8 of 8) sorted by relevance
128 uint8_t hopcount; member148 uint8_t hopcount; member167 uint8_t hopcount; member186 uint8_t hopcount; member370 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()
97 uint8_t hopcount; member107 uint8_t hopcount; member382 msgptr.v6->hopcount, in olsr_print()413 msgptr.v4->hopcount, in olsr_print()
249 final int hopcount = getHopCount(); in getHopTarget() local250 if (hop >= hopcount) { in getHopTarget()253 " exceeds tracked route length " + hopcount +"."); in getHopTarget()257 if (hop < hopcount-1) in getHopTarget()
285 final int hopcount = getHopCount(); in getHopTarget() local286 if (hop >= hopcount) in getHopTarget()289 " exceeds route length " + hopcount); in getHopTarget()292 if (hop < hopcount-1) in getHopTarget()
48 __u8 hopcount; /* hopcount to remote device */ member220 __u8 hopcount; member
189 p = IP()/EIGRP(tlvlist=[EIGRPIntRoute(), EIGRPIntRoute(hopcount=12), EIGRPIntRoute()])190 p[EIGRPIntRoute:2].hopcount == 12
1168 self.hopcount == other.hopcount and
4624 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 == "::"