Symbol: HOPCNT_INFINITY
sbin/routed/defs.h
122
#define FAKE_METRIC (HOPCNT_INFINITY-2)
sbin/routed/defs.h
227
#define BETTER_LINK(rt,A,B) ((A)->rts_metric < HOPCNT_INFINITY \
sbin/routed/if.c
882
if (ifs.int_metric > HOPCNT_INFINITY) {
sbin/routed/input.c
279
&& n->n_metric == HOPCNT_INFINITY) {
sbin/routed/input.c
386
v12buf.n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
397
if (v12buf.n->n_metric > HOPCNT_INFINITY)
sbin/routed/input.c
398
v12buf.n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
600
|| n->n_metric > HOPCNT_INFINITY) {
sbin/routed/input.c
652
if (n->n_metric > HOPCNT_INFINITY)
sbin/routed/input.c
653
n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
780
if (new->rts_metric == HOPCNT_INFINITY)
sbin/routed/input.c
843
if (rts->rts_metric == HOPCNT_INFINITY
sbin/routed/input.c
844
&& new->rts_metric == HOPCNT_INFINITY)
sbin/routed/input.c
871
if (new->rts_metric == HOPCNT_INFINITY) {
sbin/routed/main.c
176
&& n <= HOPCNT_INFINITY-1
sbin/routed/output.c
407
? HOPCNT_INFINITY
sbin/routed/output.c
611
metric = HOPCNT_INFINITY;
sbin/routed/output.c
637
if (metric >= HOPCNT_INFINITY) {
sbin/routed/output.c
639
&& (pref >= HOPCNT_INFINITY
sbin/routed/output.c
643
metric = HOPCNT_INFINITY;
sbin/routed/output.c
906
buf.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
sbin/routed/parms.c
217
if (metric >= HOPCNT_INFINITY) {
sbin/routed/parms.c
595
|| intnetp->intnet_metric >= HOPCNT_INFINITY)
sbin/routed/parms.c
775
|| parm.parm_d_metric > HOPCNT_INFINITY-1)
sbin/routed/rdisc.c
505
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/rdisc.c
533
new.rts_metric = HOPCNT_INFINITY-1;
sbin/routed/rtquery/rtquery.c
114
OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
sbin/routed/table.c
1298
if (ag->ag_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1323
if (k->k_metric == HOPCNT_INFINITY)
sbin/routed/table.c
1354
if (k->k_metric == HOPCNT_INFINITY
sbin/routed/table.c
1424
if (metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1426
pref = HOPCNT_INFINITY;
sbin/routed/table.c
1661
rts->rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1678
rt->rt_poison_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1711
if (new->rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1788
if (swap.rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1842
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1933
if (rts->rts_metric < HOPCNT_INFINITY
sbin/routed/table.c
2002
if (rts->rts_metric < HOPCNT_INFINITY
sbin/routed/table.c
2025
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
36
static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0};
sbin/routed/table.c
889
k->k_metric = HOPCNT_INFINITY;
sbin/routed/table.c
894
k->k_metric = HOPCNT_INFINITY;
sbin/routed/table.c
900
else if (k->k_metric > HOPCNT_INFINITY-1)
sbin/routed/table.c
901
k->k_metric = HOPCNT_INFINITY-1;
sbin/routed/trace.c
886
&& ntohl(n->n_metric) == HOPCNT_INFINITY