OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUN_INITED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_tun.h
40
#define
TUN_INITED
0x0002
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,
273
tp->tun_flags |=
TUN_INITED
;
320
tp->tun_flags &= ~
TUN_INITED
;
975
if ((tp->tun_flags &
TUN_INITED
) == 0) {
Completed in 13 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025