Symbol: HOPCNT_INFINITY
sbin/routed/defs.h
149
#define FAKE_METRIC (HOPCNT_INFINITY-2)
sbin/routed/defs.h
254
#define BETTER_LINK(rt,A,B) ((A)->rts_metric < HOPCNT_INFINITY \
sbin/routed/if.c
925
if (ifs.int_metric > HOPCNT_INFINITY) {
sbin/routed/input.c
291
&& n->n_metric == HOPCNT_INFINITY) {
sbin/routed/input.c
399
v12buf.n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
412
if (j < HOPCNT_INFINITY)
sbin/routed/input.c
415
v12buf.n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
628
|| n->n_metric > HOPCNT_INFINITY) {
sbin/routed/input.c
681
if (n->n_metric > HOPCNT_INFINITY)
sbin/routed/input.c
682
n->n_metric = HOPCNT_INFINITY;
sbin/routed/input.c
810
if (new->rts_metric == HOPCNT_INFINITY)
sbin/routed/input.c
873
if (rts->rts_metric == HOPCNT_INFINITY
sbin/routed/input.c
874
&& new->rts_metric == HOPCNT_INFINITY)
sbin/routed/input.c
901
if (new->rts_metric == HOPCNT_INFINITY) {
sbin/routed/main.c
193
&& n <= HOPCNT_INFINITY-1
sbin/routed/output.c
428
? HOPCNT_INFINITY
sbin/routed/output.c
638
metric = HOPCNT_INFINITY;
sbin/routed/output.c
664
if (metric >= HOPCNT_INFINITY) {
sbin/routed/output.c
666
&& (pref >= HOPCNT_INFINITY
sbin/routed/output.c
670
metric = HOPCNT_INFINITY;
sbin/routed/output.c
948
buf.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
sbin/routed/parms.c
232
if (metric >= HOPCNT_INFINITY) {
sbin/routed/parms.c
612
|| intnetp->intnet_metric >= HOPCNT_INFINITY) {
sbin/routed/parms.c
797
|| i > HOPCNT_INFINITY-1)
sbin/routed/parms.c
804
|| i > HOPCNT_INFINITY-1)
sbin/routed/parms.c
811
|| i > HOPCNT_INFINITY-1)
sbin/routed/rdisc.c
523
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/rdisc.c
551
new.rts_metric = HOPCNT_INFINITY-1;
sbin/routed/rtquery/rtquery.c
150
OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
sbin/routed/table.c
1352
if (ag->ag_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1377
if (k->k_metric == HOPCNT_INFINITY)
sbin/routed/table.c
1408
if (k->k_metric == HOPCNT_INFINITY
sbin/routed/table.c
1480
if (metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1482
pref = HOPCNT_INFINITY;
sbin/routed/table.c
1731
rts->rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1750
rt->rt_poison_metric = HOPCNT_INFINITY;
sbin/routed/table.c
1783
if (new->rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1860
if (swap.rts_metric == HOPCNT_INFINITY) {
sbin/routed/table.c
1914
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
2008
if (rts->rts_metric < HOPCNT_INFINITY
sbin/routed/table.c
2079
if (rts->rts_metric < HOPCNT_INFINITY
sbin/routed/table.c
2102
new.rts_metric = HOPCNT_INFINITY;
sbin/routed/table.c
48
static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0};
sbin/routed/table.c
912
k->k_metric = HOPCNT_INFINITY;
sbin/routed/table.c
917
k->k_metric = HOPCNT_INFINITY;
sbin/routed/table.c
923
else if (k->k_metric > HOPCNT_INFINITY-1)
sbin/routed/table.c
924
k->k_metric = HOPCNT_INFINITY-1;
sbin/routed/trace.c
929
&& ntohl(n->n_metric) == HOPCNT_INFINITY