Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-eigrp.c122 uint8_t nexthop[4]; member
135 uint8_t nexthop[4]; member
161 uint8_t nexthop[4]; member
174 uint8_t nexthop[4]; member
333 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->nexthop) == 0) in eigrp_print()
336 ND_PRINT((ndo, "%s",ipaddr_string(ndo, &tlv_ptr.eigrp_tlv_ip_int->nexthop))); in eigrp_print()
362 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->nexthop) == 0) in eigrp_print()
365 ND_PRINT((ndo, "%s",ipaddr_string(ndo, &tlv_ptr.eigrp_tlv_ip_ext->nexthop))); in eigrp_print()
400 if (EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop) == 0) in eigrp_print()
404 EXTRACT_16BITS(&tlv_ptr.eigrp_tlv_at_int->nexthop), in eigrp_print()
[all …]
/external/tcpdump/tests/
Deigrp1-v.out106 IPv4 prefix: 192.168.1.0/24, nexthop: self
109 IPv4 prefix: 10.0.0.4/30, nexthop: self
112 IPv4 prefix: 192.168.3.0/24, nexthop: self
115 IPv4 prefix: 10.0.0.12/30, nexthop: self
118 IPv4 prefix: 192.168.4.0/24, nexthop: self
121 IPv4 prefix: 10.0.0.8/30, nexthop: self
124 IPv4 prefix: 192.168.2.0/24, nexthop: self
131 IPv4 prefix: 192.168.2.0/24, nexthop: self
134 IPv4 prefix: 10.0.0.8/30, nexthop: self
137 IPv4 prefix: 192.168.4.0/24, nexthop: self
[all …]
Deigrp3-v.out62 IPv4 prefix: 192.168.4.0/24, nexthop: self
73 IPv4 prefix: 192.168.4.0/24, nexthop: self
84 IPv4 prefix: 192.168.4.0/24, nexthop: self
95 IPv4 prefix: 192.168.4.0/24, nexthop: self
106 IPv4 prefix: 192.168.4.0/24, nexthop: self
Deigrp4-v.out30 IPv4 prefix: 192.168.4.0/24, nexthop: self
37 IPv4 prefix: 192.168.4.0/24, nexthop: self
60 IPv4 prefix: 192.168.4.0/24, nexthop: self
Dmpbgp-linklocal-nexthop.out9 nexthop: dead:beef::1, fe80::1ff:fe01:0, nh-length: 32, no SNPA
Dbgp_vpn_attrset.out18 nexthop: RD: 0:0 (= 0.0.0.0), 12.4.4.4, nh-length: 12, no SNPA
DTESTLIST21 mpbgp-linklocal-nexthop mpbgp-linklocal-nexthop.pcap mpbgp-linklocal-nexthop.out -t -v
/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/libnl/include/
DMakefile.am53 netlink/route/nexthop.h \
/external/iproute2/doc/
Dip-cref.tex1293 --- the address of the nexthop router. Actually, the sense of this field depends
1294 on the route type. For normal \verb|unicast| routes it is either the true nexthop
1381 \item \verb|nexthop NEXTHOP|
1383 --- the nexthop of a multipath route. \verb|NEXTHOP| is a complex value
1386 \item \verb|via ADDRESS| is the nexthop router.
1431 --- pretend that the nexthop is directly attached to this link,
1475 ip route add default scope global nexthop dev ppp0 \
1476 nexthop dev ppp1
1515 ip route del default scope global nexthop dev ppp0 \
1516 nexthop dev ppp1
[all …]