OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUN_OPEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_tun.h
39
#define
TUN_OPEN
0x0001
50
#define TUN_READY (
TUN_OPEN
| TUN_INITED | TUN_IASET)
if_tun.c
201
KASSERTMSG(!tp || (tp->tun_flags & (TUN_INITED|
TUN_OPEN
)) ==
TUN_OPEN
,
318
if (tp->tun_flags &
TUN_OPEN
) {
368
if (tp->tun_flags &
TUN_OPEN
) {
374
tp->tun_flags |=
TUN_OPEN
;
405
tp->tun_flags &= ~
TUN_OPEN
;
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025