Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Dif_tun.h46 #define TUN_NBIO 0x0100 macro
H A Dif_tun.c744 tp->tun_flags |= TUN_NBIO; in tunioctl()
746 tp->tun_flags &= ~TUN_NBIO; in tunioctl()
814 if (tp->tun_flags & TUN_NBIO) { in tunread()