Home
last modified time | relevance | path

Searched refs:uv_flags (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/usr.sbin/mrouted/
Dvif.c88 if (!(v->uv_flags & VIFF_DISABLED)) { in init_vifs()
90 if (!(v->uv_flags & VIFF_TUNNEL)) { in init_vifs()
107 if (!(v->uv_flags & VIFF_DISABLED)) { in init_vifs()
108 if (!(v->uv_flags & VIFF_DOWN)) { in init_vifs()
109 if (v->uv_flags & VIFF_TUNNEL) in init_vifs()
136 if (!(v->uv_flags & VIFF_DISABLED)) { in init_installvifs()
137 if (!(v->uv_flags & VIFF_DOWN)) { in init_installvifs()
138 if (v->uv_flags & VIFF_TUNNEL) in init_installvifs()
169 if (v->uv_flags & VIFF_DISABLED) continue; in check_vif_state()
176 if (v->uv_flags & VIFF_DOWN) { in check_vif_state()
[all …]
Dcfparse.y118 if (!(v->uv_flags & VIFF_TUNNEL) &&
154 if (v->uv_flags & VIFF_TUNNEL) {
158 } else if (!(v->uv_flags & VIFF_DISABLED)) {
168 v->uv_flags = VIFF_TUNNEL;
184 v->uv_flags |= VIFF_DOWN;
223 | DISABLE { v->uv_flags |= VIFF_DISABLED; }
224 | IGMPV1 { v->uv_flags |= VIFF_IGMPV1; }
Dconfig.c89 v->uv_flags = 0; in config_vifs_from_kernel()
115 v->uv_flags |= VIFF_DOWN; in config_vifs_from_kernel()
Droute.c91 if (vifi != parent && !(v->uv_flags & (VIFF_DOWN|VIFF_DISABLED))) { in init_children_and_leaves()
600 if (!(((uvifs[vifi].uv_flags & VIFF_LEAF) || in age_routes()
848 if ((vifs_with_neighbors != 1) && (uvifs[vifi].uv_flags & VIFF_LEAF)) { in report()
861 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS; in report()
935 (v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr in report_to_all_neighbors()
980 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS; in report_chunk()
1063 && !(v->uv_flags & VIFF_LEAF) in report_next_chunk()
1067 (v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr in report_next_chunk()
Dvif.h20 u_short uv_flags; /* VIFF_ flags defined below */ member
Dkern.c124 vc.vifc_flags = v->uv_flags & VIFF_KERNEL_FLAGS; in k_add_vif()
Drsrr.c236 if (v->uv_flags & VIFF_DISABLED) in rsrr_accept_iq()
/mirbsd/src/sys/dev/usb/
Duipaq.c120 u_int16_t uv_flags; member
182 sc->sc_flags = uipaq_lookup(uaa->vendor, uaa->product)->uv_flags; in USB_ATTACH()
Duvisor.c168 u_int16_t uv_flags; member
248 sc->sc_flags = uvisor_lookup(uaa->vendor, uaa->product)->uv_flags; in USB_ATTACH()