Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c123 #define TUN_OPEN 0x0001 macro
136 #define TUN_READY (TUN_OPEN | TUN_INITED)
1065 if ((tp->tun_flags & (TUN_OPEN | TUN_DYING)) != 0) { in tunopen()
1087 tp->tun_flags |= TUN_OPEN; in tunopen()
1177 tp->tun_flags &= ~TUN_OPEN; in tundtor()
1337 if (tp->tun_flags & TUN_OPEN) in tunifioctl()