OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_flags
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/mrouted/
vif.c
88
if (!(v->
uv_flags
& VIFF_DISABLED)) {
90
if (!(v->
uv_flags
& VIFF_TUNNEL)) {
107
if (!(v->
uv_flags
& VIFF_DISABLED)) {
108
if (!(v->
uv_flags
& VIFF_DOWN)) {
109
if (v->
uv_flags
& VIFF_TUNNEL)
136
if (!(v->
uv_flags
& VIFF_DISABLED)) {
137
if (!(v->
uv_flags
& VIFF_DOWN)) {
138
if (v->
uv_flags
& VIFF_TUNNEL)
169
if (v->
uv_flags
& VIFF_DISABLED) continue;
176
if (v->
uv_flags
& VIFF_DOWN)
[
all
...]
config.c
90
v->
uv_flags
= 0;
117
v->
uv_flags
|= VIFF_DOWN;
vif.h
20
u_short
uv_flags
; /* VIFF_ flags defined below */
member in struct:uvif
cfparse.y
119
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; }
route.c
88
if (vifi != parent && !(v->
uv_flags
& (VIFF_DOWN|VIFF_DISABLED))) {
600
if (!(((uvifs[vifi].
uv_flags
& VIFF_LEAF) ||
850
if ((vifs_with_neighbors != 1) && (uvifs[vifi].
uv_flags
& VIFF_LEAF)) {
863
nflags = (uvifs[vifi].
uv_flags
& VIFF_LEAF) ? 0 : LEAF_FLAGS;
937
(v->
uv_flags
& VIFF_TUNNEL) ? v->uv_rmt_addr
982
nflags = (uvifs[vifi].
uv_flags
& VIFF_LEAF) ? 0 : LEAF_FLAGS;
1065
&& !(v->
uv_flags
& VIFF_LEAF)
1069
(v->
uv_flags
& VIFF_TUNNEL) ? v->uv_rmt_addr
snmp.c
728
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) ?
kern.c
126
vc.vifc_flags = v->
uv_flags
& VIFF_KERNEL_FLAGS;
rsrr.c
236
if (v->
uv_flags
& VIFF_DISABLED)
/src/sys/dev/usb/
uipaq.c
115
uint16_t
uv_flags
;
member in struct:uipaq_type
191
sc->sc_flags = uipaq_lookup(uaa->uaa_vendor, uaa->uaa_product)->
uv_flags
;
uvisor.c
162
uint16_t
uv_flags
;
member in struct:uvisor_type
254
sc->sc_flags = uvisor_lookup(uaa->uaa_vendor, uaa->uaa_product)->
uv_flags
;
Completed in 57 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026