Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c124 #define TUN_INITED 0x0002 macro
136 #define TUN_READY (TUN_OPEN | TUN_INITED)
982 tp->tun_flags |= TUN_INITED; in tuncreate()
1060 if ((tp->tun_flags & TUN_INITED) == 0) { in tunopen()