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

/freebsd-10.1-release/sys/net/
H A Dif_tapvar.h51 #define TAP_OPEN (1 << 0) macro
55 #define TAP_READY (TAP_OPEN|TAP_INITED)
H A Dif_tap.c293 if (tp->tap_flags & TAP_OPEN) {
495 if (tp->tap_flags & TAP_OPEN) {
502 tp->tap_flags |= TAP_OPEN;
562 tp->tap_flags &= ~TAP_OPEN;
622 if (tp->tap_flags & TAP_OPEN)

Completed in 53 milliseconds