Symbol: VIFM_ISSET
usr.sbin/mrouted/prune.c
1029
VIFM_ISSET(vifi, r->rt_children)) {
usr.sbin/mrouted/prune.c
1074
if (!VIFM_ISSET(vifi, r->rt_leaves)) {
usr.sbin/mrouted/prune.c
1171
if (!VIFM_ISSET(vifi, r->rt_children)) {
usr.sbin/mrouted/prune.c
1177
if (VIFM_ISSET(vifi, g->gt_scope)) {
usr.sbin/mrouted/prune.c
1280
if (g->gt_mcastgrp == mcastgrp && VIFM_ISSET(vifi, r->rt_children))
usr.sbin/mrouted/prune.c
1369
if (VIFM_ISSET(vifi, g->gt_scope)) {
usr.sbin/mrouted/prune.c
1820
if (!VIFM_ISSET(vifi, gt->gt_grpmems)) {
usr.sbin/mrouted/prune.c
1915
VIFM_ISSET(r->rt_parent, gt->gt_scope) ? 'B' : ' ');
usr.sbin/mrouted/prune.c
1918
if (VIFM_ISSET(i, gt->gt_grpmems))
usr.sbin/mrouted/prune.c
1920
else if (VIFM_ISSET(i, r->rt_children) &&
usr.sbin/mrouted/prune.c
1921
!VIFM_ISSET(i, r->rt_leaves))
usr.sbin/mrouted/prune.c
1923
VIFM_ISSET(i, gt->gt_scope) ? 'b' : 'p');
usr.sbin/mrouted/prune.c
2057
} else if (rt != NULL && !VIFM_ISSET(vifi, rt->rt_children)) {
usr.sbin/mrouted/prune.c
2146
if (VIFM_ISSET(vifi, gt->gt_scope))
usr.sbin/mrouted/prune.c
2150
else if (!VIFM_ISSET(vifi, gt->gt_grpmems)) {
usr.sbin/mrouted/prune.c
2151
if (VIFM_ISSET(vifi, rt->rt_children) &&
usr.sbin/mrouted/prune.c
2152
!VIFM_ISSET(vifi, rt->rt_leaves))
usr.sbin/mrouted/prune.c
2160
else if (rt && !VIFM_ISSET(vifi, rt->rt_children))
usr.sbin/mrouted/prune.c
2182
if (!VIFM_ISSET(vifi, rt->rt_children)) {
usr.sbin/mrouted/prune.c
535
if (VIFM_ISSET(*vifi, (*rtpp)->rt_children))
usr.sbin/mrouted/prune.c
565
if (VIFM_ISSET(*vifi, (*gtpp)->gt_route->rt_children))
usr.sbin/mrouted/prune.c
647
if (VIFM_ISSET(i, r->rt_children) &&
usr.sbin/mrouted/prune.c
648
!(VIFM_ISSET(i, r->rt_leaves)))
usr.sbin/mrouted/prune.c
651
if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, mcastgrp))
usr.sbin/mrouted/prune.c
655
if (VIFM_ISSET(r->rt_parent, gt->gt_scope))
usr.sbin/mrouted/prune.c
71
if (VIFM_ISSET(vifi, gt->gt_grpmems))
usr.sbin/mrouted/prune.c
804
if (!VIFM_ISSET(vifi, g->gt_grpmems)) {
usr.sbin/mrouted/prune.c
805
if (VIFM_ISSET(vifi, r->rt_children) &&
usr.sbin/mrouted/prune.c
806
!(VIFM_ISSET(vifi, r->rt_leaves)))
usr.sbin/mrouted/prune.c
809
if (VIFM_ISSET(vifi, r->rt_leaves) &&
usr.sbin/mrouted/prune.c
973
if (VIFM_ISSET(i, r->rt_children) &&
usr.sbin/mrouted/prune.c
974
!(VIFM_ISSET(i, r->rt_leaves)))
usr.sbin/mrouted/prune.c
977
if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, g->gt_mcastgrp))
usr.sbin/mrouted/prune.c
980
if (VIFM_ISSET(r->rt_parent, g->gt_scope))
usr.sbin/mrouted/route.c
1114
if (VIFM_ISSET(i, r->rt_children)) {
usr.sbin/mrouted/route.c
1116
i, VIFM_ISSET(i, r->rt_leaves) ? '*' : ' ');
usr.sbin/mrouted/route.c
122
!VIFM_ISSET(vifi, r->rt_children)) {
usr.sbin/mrouted/route.c
160
else if (VIFM_ISSET(vifi, r->rt_children)) {
usr.sbin/mrouted/route.c
489
if (VIFM_ISSET(vifi, r->rt_children)) {
usr.sbin/mrouted/rsrr.c
340
if (VIFM_ISSET(i, r->rt_children) &&
usr.sbin/mrouted/rsrr.c
341
!(VIFM_ISSET(i, r->rt_leaves)))
usr.sbin/mrouted/rsrr.c
344
if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, mcastgrp))
usr.sbin/mrouted/snmp.c
1010
if (!(VIFM_ISSET(vifi, rt->rt_children)))
usr.sbin/mrouted/snmp.c
1054
long_return = (VIFM_ISSET(vifi, rt->rt_leaves))? 1 : 2;
usr.sbin/mrouted/snmp.c
1219
if (!(VIFM_ISSET(vifi, gt->gt_route->rt_children)))
usr.sbin/mrouted/snmp.c
1270
long_return = (VIFM_ISSET(vifi, gt->gt_grpmems))? 2 : 1;