Home
last modified time | relevance | path

Searched refs:nexthop (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-eigrp.c128 u_int8_t nexthop[4]; member
141 u_int8_t nexthop[4]; member
167 u_int8_t nexthop[4]; member
180 u_int8_t nexthop[4]; member
339 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0) in eigrp_print()
342 printf("%s",ipaddr_string(&tlv_ptr.eigrp_tlv_ip_int->nexthop)); in eigrp_print()
368 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0) in eigrp_print()
371 printf("%s",ipaddr_string(&tlv_ptr.eigrp_tlv_ip_ext->nexthop)); in eigrp_print()
406 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop) == 0) in eigrp_print()
410 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop), in eigrp_print()
[all …]
/external/iptables/extensions/
Dlibxt_TEE.man2 machine on the \fBlocal\fP network segment. In other words, the nexthop
3 must be the target, or you will have to configure the nexthop to forward it
/external/tcpdump/tests/
Dbgp_vpn_attrset.out17 nexthop: RD: 0:0.0.0.0, 12.4.4.4, nh-length: 12, no SNPA
/external/iproute2/doc/
Dip-cref.tex1258 --- the address of the nexthop router. Actually, the sense of this field depends
1259 on the route type. For normal \verb|unicast| routes it is either the true nexthop
1346 \item \verb|nexthop NEXTHOP|
1348 --- the nexthop of a multipath route. \verb|NEXTHOP| is a complex value
1351 \item \verb|via ADDRESS| is the nexthop router.
1396 --- pretend that the nexthop is directly attached to this link,
1429 ip route add default scope global nexthop dev ppp0 \
1430 nexthop dev ppp1
1469 ip route del default scope global nexthop dev ppp0 \
1470 nexthop dev ppp1
[all …]