Home
last modified time | relevance | path

Searched refs:uv_groups (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.sbin/mrouted/
Dvif.c357 while (v->uv_groups != NULL) { in stop_vif()
358 a = v->uv_groups; in stop_vif()
359 v->uv_groups = a->al_next; in stop_vif()
403 while (v->uv_groups != NULL) { in stop_all_vifs()
404 a = v->uv_groups; in stop_all_vifs()
405 v->uv_groups = a->al_next; in stop_all_vifs()
468 for (g = v->uv_groups; g != NULL; g = g->al_next) in age_old_hosts()
555 for (g = v->uv_groups; g != NULL; g = g->al_next) { in accept_group_report()
590 g->al_next = v->uv_groups; in accept_group_report()
591 v->uv_groups = g; in accept_group_report()
[all …]
Dvif.h30 struct listaddr *uv_groups; /* list of local groups (phyints only) */ member
Dconfig.c99 v->uv_groups = NULL; in config_vifs_from_kernel()
Dcfparse.y178 v->uv_groups = NULL;
Dprune.c114 for (g = v->uv_groups; g != NULL; g = g->al_next) in grplst_mem()