OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIFF_DOWN
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/mrouted/
vif.h
38
#define
VIFF_DOWN
0x0100 /* kernel state of interface */
config.c
117
v->uv_flags |=
VIFF_DOWN
;
vif.c
108
if (!(v->uv_flags &
VIFF_DOWN
)) {
137
if (!(v->uv_flags &
VIFF_DOWN
)) {
176
if (v->uv_flags &
VIFF_DOWN
) {
178
v->uv_flags &= ~
VIFF_DOWN
;
189
v->uv_flags |=
VIFF_DOWN
;
434
if (!(v->uv_flags & (
VIFF_DOWN
|VIFF_DISABLED))) {
678
if (!(v->uv_flags & (
VIFF_DOWN
|VIFF_DISABLED))) {
822
if (vflags &
VIFF_DOWN
)
1306
if (v->uv_flags &
VIFF_DOWN
) fprintf(fp, " down");
cfparse.y
185
v->uv_flags |=
VIFF_DOWN
;
route.c
88
if (vifi != parent && !(v->uv_flags & (
VIFF_DOWN
|VIFF_DISABLED))) {
snmp.c
834
else if ((uvifs[ifnum].uv_flags &
VIFF_DOWN
)
Completed in 26 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026