Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_tuntap.c138 #define TUN_READY (TUN_OPEN | TUN_INITED) macro
959 ((tp->tun_flags & TUN_READY) != TUN_READY)) { in tunstart_l2()
1532 if ((cached_tun_flags & TUN_READY) != TUN_READY) { in tunoutput()
1836 if ((tp->tun_flags & TUN_READY) != TUN_READY) { in tunread()