Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_tun.h50 #define TUN_READY (TUN_OPEN | TUN_INITED | TUN_IASET) macro
Dif_tun.c567 if ((tp->tun_flags & TUN_READY) != TUN_READY) { in tun_output()
803 if ((tp->tun_flags & TUN_READY) != TUN_READY) { in tunread()