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

/freebsd-10.2-release/sys/net/
H A Dif_tun.c80 #define TUN_ASYNC 0x0080 macro
351 if (tp->tun_flags & TUN_ASYNC && tp->tun_sigio) {
751 tp->tun_flags |= TUN_ASYNC;
753 tp->tun_flags &= ~TUN_ASYNC;

Completed in 226 milliseconds