Searched refs:RIPNG_METRIC_INFINITY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripng_routemap.c116 if (rinfo->metric > RIPNG_METRIC_INFINITY)
117 rinfo->metric = RIPNG_METRIC_INFINITY;
163 if (metric < 0 || metric > RIPNG_METRIC_INFINITY)
H A Dripngd.c462 rinfo->metric = RIPNG_METRIC_INFINITY;
477 if (rinfo->metric != RIPNG_METRIC_INFINITY)
573 if (rte->metric != RIPNG_METRIC_INFINITY)
662 if (rinfo->metric == RIPNG_METRIC_INFINITY)
670 if (oldmetric != RIPNG_METRIC_INFINITY)
921 if (rte->metric > RIPNG_METRIC_INFINITY)
922 rte->metric = RIPNG_METRIC_INFINITY;
967 rte->metric == RIPNG_METRIC_INFINITY)
1001 rte->metric = RIPNG_METRIC_INFINITY;
1418 && rinfo->metric != RIPNG_METRIC_INFINITY)
[all...]
H A Dripngd.h39 #define RIPNG_METRIC_INFINITY 16 macro

Completed in 55 milliseconds