Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif_tun.c73 #define TUN_OPEN 0x0001 macro
83 #define TUN_READY (TUN_OPEN | TUN_INITED)
249 if ((tp->tun_flags & TUN_OPEN) != 0) in tun_destroy()
428 tp->tun_flags |= TUN_OPEN; in tunopen()
451 tp->tun_flags &= ~TUN_OPEN; in tunclose()