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

  /src/usr.sbin/mrouted/
vif.h 43 #define VIFF_IGMPV1 0x2000 /* Act as an IGMPv1 Router */
vif.c 305 (v->uv_flags & VIFF_IGMPV1) ? 0 :
487 (v->uv_flags & VIFF_IGMPV1) ? 0 :
626 if (!(v->uv_flags & VIFF_QUERIER) || (v->uv_flags & VIFF_IGMPV1))
1311 if (v->uv_flags & VIFF_IGMPV1) fprintf(fp, " IGMPv1");
cfparse.y 246 | IGMPV1 { v->uv_flags |= VIFF_IGMPV1; }

Completed in 107 milliseconds