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

  /src/usr.sbin/mrouted/
defs.h 74 #define LEAF_FLAGS (( vifs_with_neighbors == 1 ) ? 0x010000 : 0)
126 extern int vifs_with_neighbors;
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)
route.c 601 (vifs_with_neighbors == 1)) &&
850 if ((vifs_with_neighbors != 1) && (uvifs[vifi].uv_flags & VIFF_LEAF)) {
988 if ((vifs_with_neighbors == 1) && (r->rt_parent == vifi)

Completed in 14 milliseconds