Home | History | Annotate | Download | only in mrouted

Lines Matching refs:uv_groups

357 	while (v->uv_groups != NULL) {
358 a = v->uv_groups;
359 v->uv_groups = a->al_next;
403 while (v->uv_groups != NULL) {
404 a = v->uv_groups;
405 v->uv_groups = a->al_next;
468 for (g = v->uv_groups; g != NULL; g = g->al_next)
553 for (g = v->uv_groups; g != NULL; g = g->al_next) {
596 g->al_next = v->uv_groups;
597 v->uv_groups = g;
633 for (g = v->uv_groups; g != NULL; g = g->al_next) {
1336 if (v->uv_groups != NULL) {
1338 inet_fmt(v->uv_groups->al_addr));
1339 for (a = v->uv_groups->al_next; a != NULL; a = a->al_next) {
1390 anp = &(v->uv_groups);