Searched refs:TUN_OPEN (Results 1 – 1 of 1) sorted by relevance
123 #define TUN_OPEN 0x0001 macro136 #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()