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

  /src/usr.sbin/mrouted/
vif.h 30 struct listaddr *uv_groups; /* list of local groups (phyints only) */ member in struct:uvif
vif.c 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
    [all...]
config.c 100 v->uv_groups = NULL;
cfparse.y 179 v->uv_groups = NULL;
snmp.c 549 for (n = uvifs[vifi].uv_groups; n != NULL; n = n->al_next) {
569 for (n = uvifs[i].uv_groups; n; n=n->al_next) {
prune.c 112 for (g = v->uv_groups; g != NULL; g = g->al_next)

Completed in 14 milliseconds