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

  /src/usr.sbin/mrouted/
vif.h 39 #define VIFF_DISABLED 0x0200 /* administratively disabled */
vif.c 88 if (!(v->uv_flags & VIFF_DISABLED)) {
107 if (!(v->uv_flags & VIFF_DISABLED)) {
136 if (!(v->uv_flags & VIFF_DISABLED)) {
169 if (v->uv_flags & VIFF_DISABLED) continue;
434 if (!(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) {
678 if (!(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) {
735 if (v->uv_flags & VIFF_DISABLED)
824 if (vflags & VIFF_DISABLED)
1307 if (v->uv_flags & VIFF_DISABLED) fprintf(fp, " disabled");
cfparse.y 159 } else if (!(v->uv_flags & VIFF_DISABLED)) {
245 | DISABLE { v->uv_flags |= VIFF_DISABLED; }
rsrr.c 236 if (v->uv_flags & VIFF_DISABLED)
route.c 88 if (vifi != parent && !(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) {
snmp.c 832 if (uvifs[ifnum].uv_flags & VIFF_DISABLED)

Completed in 16 milliseconds