HomeSort by: relevance | last modified time | path
    Searched defs:vifs_with_neighbors (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mrouted/
vif.c 27 int vifs_with_neighbors; /* == 1 if I am a leaf */ variable in typeref:typename:int
66 vifs_with_neighbors = 0;
380 vifs_with_neighbors--;
1085 vifs_with_neighbors++;
1232 vifs_with_neighbors--;
1278 fprintf(fp, "vifs_with_neighbors = %d\n", vifs_with_neighbors);
1280 if (vifs_with_neighbors == 1)

Completed in 12 milliseconds