Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mrouted/
H A 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 …]
H A Dcfparse.y119 if (!(v->uv_flags & VIFF_TUNNEL) &&
155 if (v->uv_flags & VIFF_TUNNEL) {
159 } else if (!(v->uv_flags & VIFF_DISABLED)) {
169 v->uv_flags = VIFF_TUNNEL;
185 v->uv_flags |= VIFF_DOWN;
245 | DISABLE { v->uv_flags |= VIFF_DISABLED; }
246 | IGMPV1 { v->uv_flags |= VIFF_IGMPV1; }
H A Dconfig.c90 v->uv_flags = 0; in config_vifs_from_kernel()
117 v->uv_flags |= VIFF_DOWN; in config_vifs_from_kernel()
H A Droute.c88 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()
850 if ((vifs_with_neighbors != 1) && (uvifs[vifi].uv_flags & VIFF_LEAF)) { in report()
863 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS; in report()
937 (v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr in report_to_all_neighbors()
982 nflags = (uvifs[vifi].uv_flags & VIFF_LEAF) ? 0 : LEAF_FLAGS; in report_chunk()
1065 && !(v->uv_flags & VIFF_LEAF) in report_next_chunk()
1069 (v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr in report_next_chunk()
H A Dsnmp.c728 if (!(uvifs[ifnum].uv_flags & VIFF_QUERIER))
821 if (uvifs[ifnum].uv_flags & VIFF_SRCRT)
823 else if (uvifs[ifnum].uv_flags & VIFF_TUNNEL)
825 else if (uvifs[ifnum].uv_flags & VIFF_QUERIER)
832 if (uvifs[ifnum].uv_flags & VIFF_DISABLED)
834 else if ((uvifs[ifnum].uv_flags & VIFF_DOWN)
835 || ((uvifs[ifnum].uv_flags & VIFF_TUNNEL) && (uvifs[ifnum].uv_neighbors==NULL)))
845 return (u_char *) ((uvifs[ifnum].uv_flags & VIFF_TUNNEL) ?
H A Dvif.h20 u_short uv_flags; /* VIFF_ flags defined below */ member
H A Dkern.c126 vc.vifc_flags = v->uv_flags & VIFF_KERNEL_FLAGS; in k_add_vif()
H A Drsrr.c236 if (v->uv_flags & VIFF_DISABLED) in rsrr_accept_iq()
/netbsd-src/sys/dev/usb/
H A Duipaq.c115 uint16_t uv_flags; member
191 sc->sc_flags = uipaq_lookup(uaa->uaa_vendor, uaa->uaa_product)->uv_flags; in uipaq_attach()
H A Duvisor.c162 uint16_t uv_flags; member
254 sc->sc_flags = uvisor_lookup(uaa->uaa_vendor, uaa->uaa_product)->uv_flags; in uvisor_attach()