Searched refs:TUN_RWAIT (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_tun.c79 #define TUN_RWAIT 0x0040 macro
345 if (tp->tun_flags & TUN_RWAIT) {
346 tp->tun_flags &= ~TUN_RWAIT;
817 tp->tun_flags &= ~TUN_RWAIT;
826 tp->tun_flags |= TUN_RWAIT;

Completed in 158 milliseconds