Home
last modified time | relevance | path

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

/dragonfly/sys/net/tun/
HDif_tunvar.h47 #define TUN_READY (TUN_OPEN | TUN_INITED) macro
HDif_tun.c559 if ((sc->tun_flags & TUN_READY) != TUN_READY) { in tunifoutput_serialized()
803 if ((sc->tun_flags & TUN_READY) != TUN_READY) { in tunread()