Home
last modified time | relevance | path

Searched refs:VIFF_DOWN (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.sbin/mrouted/
Dvif.c108 if (!(v->uv_flags & VIFF_DOWN)) { in init_vifs()
137 if (!(v->uv_flags & VIFF_DOWN)) { in init_installvifs()
176 if (v->uv_flags & VIFF_DOWN) { in check_vif_state()
178 v->uv_flags &= ~VIFF_DOWN; in check_vif_state()
189 v->uv_flags |= VIFF_DOWN; in check_vif_state()
434 if (!(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) { in find_vif()
678 if (!(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) { in probe_for_neighbors()
822 if (vflags & VIFF_DOWN) in accept_neighbor_request2()
1306 if (v->uv_flags & VIFF_DOWN) fprintf(fp, " down"); in dump_vifs()
Dvif.h38 #define VIFF_DOWN 0x0100 /* kernel state of interface */ macro
Dconfig.c117 v->uv_flags |= VIFF_DOWN; in config_vifs_from_kernel()
Dcfparse.y185 v->uv_flags |= VIFF_DOWN;
Droute.c88 if (vifi != parent && !(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) { in init_children_and_leaves()
Dsnmp.c834 else if ((uvifs[ifnum].uv_flags & VIFF_DOWN)