Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_tuntap.c124 #define TUN_OPEN 0x0001 macro
138 #define TUN_READY (TUN_OPEN | TUN_INITED)
1172 if ((tp->tun_flags & (TUN_OPEN | TUN_DYING)) != 0) { in tunopen()
1196 tp->tun_flags |= TUN_OPEN; in tunopen()
1292 tp->tun_flags &= ~TUN_OPEN; in tundtor()
1479 if (tp->tun_flags & TUN_OPEN) in tunifioctl()