Searched refs:routemap (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dif_rmap.h37 char *routemap[IF_RMAP_MAX]; member in struct:if_rmap
H A Dif_rmap.c52 if (if_rmap->routemap[IF_RMAP_IN])
53 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_IN]);
54 if (if_rmap->routemap[IF_RMAP_OUT])
55 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_OUT]);
136 if (if_rmap->routemap[IF_RMAP_IN])
137 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_IN]);
138 if_rmap->routemap[IF_RMAP_IN]
143 if (if_rmap->routemap[IF_RMAP_OUT])
144 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_OUT]);
145 if_rmap->routemap[IF_RMAP_OU
[all...]
H A DMakefile.in139 table.lo hash.lo filter.lo routemap.lo distribute.lo stream.lo \
394 filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
404 memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/routemap.Plo@am__quote@
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dif_rmap.h37 char *routemap[IF_RMAP_MAX]; member in struct:if_rmap
H A Dif_rmap.c52 if (if_rmap->routemap[IF_RMAP_IN])
53 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_IN]);
54 if (if_rmap->routemap[IF_RMAP_OUT])
55 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_OUT]);
136 if (if_rmap->routemap[IF_RMAP_IN])
137 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_IN]);
138 if_rmap->routemap[IF_RMAP_IN]
143 if (if_rmap->routemap[IF_RMAP_OUT])
144 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_OUT]);
145 if_rmap->routemap[IF_RMAP_OU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dif_rmap.h37 char *routemap[IF_RMAP_MAX]; member in struct:if_rmap
H A Dif_rmap.c52 if (if_rmap->routemap[IF_RMAP_IN])
53 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_IN]);
54 if (if_rmap->routemap[IF_RMAP_OUT])
55 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_OUT]);
136 if (if_rmap->routemap[IF_RMAP_IN])
137 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_IN]);
138 if_rmap->routemap[IF_RMAP_IN]
143 if (if_rmap->routemap[IF_RMAP_OUT])
144 XFREE (MTYPE_IF_RMAP_NAME, if_rmap->routemap[IF_RMAP_OUT]);
145 if_rmap->routemap[IF_RMAP_OU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/doc/
H A DMakefile.am51 overview.texi protocol.texi ripd.texi ripngd.texi routemap.texi \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/doc/
H A DMakefile.am51 overview.texi protocol.texi ripd.texi ripngd.texi routemap.texi \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/doc/
H A DMakefile.am51 overview.texi protocol.texi ripd.texi ripngd.texi routemap.texi \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ripngd/
H A Dripngd.c36 #include "routemap.h"
657 if (ri->routemap[RIPNG_FILTER_IN])
675 ret = route_map_apply (ri->routemap[RIPNG_FILTER_IN],
689 /* the nexthop get changed by the routemap */
697 /* the nexthop get changed by the routemap */
705 rte->metric = newinfo.metric_out; /* XXX: the routemap uses the metric_out field */
1651 if (ri->routemap[RIPNG_FILTER_OUT])
1655 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OUT],
1747 if (ri->routemap[RIPNG_FILTER_OUT])
1760 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OU
[all...]
H A Dripngd.h266 struct route_map *routemap[RIPNG_FILTER_MAX]; member in struct:ripng_interface
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ripngd/
H A Dripngd.c36 #include "routemap.h"
657 if (ri->routemap[RIPNG_FILTER_IN])
675 ret = route_map_apply (ri->routemap[RIPNG_FILTER_IN],
689 /* the nexthop get changed by the routemap */
697 /* the nexthop get changed by the routemap */
705 rte->metric = newinfo.metric_out; /* XXX: the routemap uses the metric_out field */
1651 if (ri->routemap[RIPNG_FILTER_OUT])
1655 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OUT],
1747 if (ri->routemap[RIPNG_FILTER_OUT])
1760 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OU
[all...]
H A Dripngd.h266 struct route_map *routemap[RIPNG_FILTER_MAX]; member in struct:ripng_interface
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ripngd/
H A Dripngd.c36 #include "routemap.h"
657 if (ri->routemap[RIPNG_FILTER_IN])
675 ret = route_map_apply (ri->routemap[RIPNG_FILTER_IN],
689 /* the nexthop get changed by the routemap */
697 /* the nexthop get changed by the routemap */
705 rte->metric = newinfo.metric_out; /* XXX: the routemap uses the metric_out field */
1651 if (ri->routemap[RIPNG_FILTER_OUT])
1655 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OUT],
1747 if (ri->routemap[RIPNG_FILTER_OUT])
1760 ret = route_map_apply (ri->routemap[RIPNG_FILTER_OU
[all...]
H A Dripngd.h266 struct route_map *routemap[RIPNG_FILTER_MAX]; member in struct:ripng_interface
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/vtysh/
H A Dextract.pl.in96 elsif ($file =~ /lib\/routemap\.c$/) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/vtysh/
H A Dextract.pl.in96 elsif ($file =~ /lib\/routemap\.c$/) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/vtysh/
H A Dextract.pl.in96 elsif ($file =~ /lib\/routemap\.c$/) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ripd/
H A Dripd.h287 struct route_map *routemap[RIP_FILTER_MAX]; member in struct:rip_interface
H A Dripd.c36 #include "routemap.h"
526 /* Modify entry according to the interface routemap. */
527 if (ri->routemap[RIP_FILTER_IN])
532 ret = route_map_apply (ri->routemap[RIP_FILTER_IN],
546 rte->metric = newinfo.metric_out; /* XXX: the routemap uses the metric_out field */
2356 if (ri->routemap[RIP_FILTER_OUT])
2358 ret = route_map_apply (ri->routemap[RIP_FILTER_OUT],
3810 /* Interface routemap configuration */
4068 if (if_rmap->routemap[IF_RMAP_IN])
4070 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_I
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ripd/
H A Dripd.h287 struct route_map *routemap[RIP_FILTER_MAX]; member in struct:rip_interface
H A Dripd.c36 #include "routemap.h"
526 /* Modify entry according to the interface routemap. */
527 if (ri->routemap[RIP_FILTER_IN])
532 ret = route_map_apply (ri->routemap[RIP_FILTER_IN],
546 rte->metric = newinfo.metric_out; /* XXX: the routemap uses the metric_out field */
2356 if (ri->routemap[RIP_FILTER_OUT])
2358 ret = route_map_apply (ri->routemap[RIP_FILTER_OUT],
3810 /* Interface routemap configuration */
4068 if (if_rmap->routemap[IF_RMAP_IN])
4070 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_I
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ripd/
H A Dripd.h287 struct route_map *routemap[RIP_FILTER_MAX]; member in struct:rip_interface
H A Dripd.c36 #include "routemap.h"
526 /* Modify entry according to the interface routemap. */
527 if (ri->routemap[RIP_FILTER_IN])
532 ret = route_map_apply (ri->routemap[RIP_FILTER_IN],
546 rte->metric = newinfo.metric_out; /* XXX: the routemap uses the metric_out field */
2356 if (ri->routemap[RIP_FILTER_OUT])
2358 ret = route_map_apply (ri->routemap[RIP_FILTER_OUT],
3810 /* Interface routemap configuration */
4068 if (if_rmap->routemap[IF_RMAP_IN])
4070 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_I
[all...]

Completed in 146 milliseconds

12