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

/freebsd-9.3-release/sys/net/
H A Dif_tun.c72 u_short tun_flags; /* misc flags */ member in struct:tun_softc
251 if ((tp->tun_flags & TUN_OPEN) != 0)
345 if (tp->tun_flags & TUN_RWAIT) {
346 tp->tun_flags &= ~TUN_RWAIT;
351 if (tp->tun_flags & TUN_ASYNC && tp->tun_sigio) {
370 sc->tun_flags = TUN_INITED;
430 tp->tun_flags |= TUN_OPEN;
453 tp->tun_flags &= ~TUN_OPEN;
478 tp->tun_flags & TUN_DSTADDR ? RTF_HOST : 0);
522 tp->tun_flags |
[all...]

Completed in 93 milliseconds