Symbol: HOPCNT_INFINITY
sbin/routed/defs.h
119
#define FAKE_METRIC (HOPCNT_INFINITY-2)
sbin/routed/defs.h
222
#define BETTER_LINK(rt,A,B) ((A)->rts_metric < HOPCNT_INFINITY \
sbin/routed/if.c
878
if (ifs.int_metric > HOPCNT_INFINITY) {
sbin/routed/input.c
283
&& n->n_metric == HOPCNT_INFINITY) {
sbin/routed/input.c
407
v12buf.n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
420
if (j < HOPCNT_INFINITY)
sbin/routed/input.c
423
v12buf.n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
625
|| n->n_metric > HOPCNT_INFINITY) {
sbin/routed/input.c
678
if (n->n_metric > HOPCNT_INFINITY)
sbin/routed/input.c
679
n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
806
if (new->rts_metric == HOPCNT_INFINITY)
sbin/routed/input.c
869
if (rts->rts_metric == HOPCNT_INFINITY
sbin/routed/input.c
870
&& new->rts_metric == HOPCNT_INFINITY)
sbin/routed/input.c
897
if (new->rts_metric == HOPCNT_INFINITY) {
sbin/routed/main.c
182
&& n <= HOPCNT_INFINITY-1
sbin/routed/output.c
400
? HOPCNT_INFINITY
sbin/routed/output.c
610
metric = HOPCNT_INFINITY;
sbin/routed/output.c
636
if (metric >= HOPCNT_INFINITY) {
sbin/routed/output.c
638
&& (pref >= HOPCNT_INFINITY
sbin/routed/output.c
642
metric = HOPCNT_INFINITY;
sbin/routed/output.c
918
buf.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
sbin/routed/parms.c
218
if (metric >= HOPCNT_INFINITY) {
sbin/routed/parms.c
581
|| intnetp->intnet_metric >= HOPCNT_INFINITY) {
sbin/routed/parms.c
769
|| i > HOPCNT_INFINITY-1)
sbin/routed/parms.c
776
|| i > HOPCNT_INFINITY-1)
sbin/routed/parms.c
783
|| i > HOPCNT_INFINITY-1)
sbin/routed/rdisc.c
509
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/rdisc.c
537
new.rts_metric = HOPCNT_INFINITY-1;
sbin/routed/rtquery/rtquery.c
126
OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
sbin/routed/table.c
1338
if (ag->ag_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1363
if (k->k_metric == HOPCNT_INFINITY)
sbin/routed/table.c
1394
if (k->k_metric == HOPCNT_INFINITY
sbin/routed/table.c
1466
if (metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1468
pref = HOPCNT_INFINITY;
sbin/routed/table.c
1711
rts->rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1730
rt->rt_poison_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1763
if (new->rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1840
if (swap.rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1894
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1988
if (rts->rts_metric < HOPCNT_INFINITY
sbin/routed/table.c
2059
if (rts->rts_metric < HOPCNT_INFINITY
sbin/routed/table.c
2082
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
34
static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0};
sbin/routed/table.c
897
k->k_metric = HOPCNT_INFINITY;
sbin/routed/table.c
902
k->k_metric = HOPCNT_INFINITY;
sbin/routed/table.c
908
else if (k->k_metric > HOPCNT_INFINITY-1)
sbin/routed/table.c
909
k->k_metric = HOPCNT_INFINITY-1;
sbin/routed/trace.c
907
&& ntohl(n->n_metric) == HOPCNT_INFINITY