HomeSort by: relevance | last modified time | path
    Searched refs:TUN_OPEN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_tun.h 39 #define TUN_OPEN 0x0001
50 #define TUN_READY (TUN_OPEN | TUN_INITED | TUN_IASET)
if_tun.c 201 KASSERTMSG(!tp || (tp->tun_flags & (TUN_INITED|TUN_OPEN)) == TUN_OPEN,
318 if (tp->tun_flags & TUN_OPEN) {
368 if (tp->tun_flags & TUN_OPEN) {
374 tp->tun_flags |= TUN_OPEN;
405 tp->tun_flags &= ~TUN_OPEN;

Completed in 12 milliseconds