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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h97 * - IPTUN_IS_RUNNING() is used (read access to iptun_flags IPTUN_BOUND and
147 #define IPTUN_BOUND 0x0001 /* tunnel address(es) bound with ip */ macro
161 ((iptun->iptun_flags & (IPTUN_BOUND | IPTUN_MAC_STARTED)) == \
162 (IPTUN_BOUND | IPTUN_MAC_STARTED))
H A Diptun_dev.c254 ASSERT(!(iptun->iptun_flags & (IPTUN_BOUND|IPTUN_MAC_REGISTERED|
H A Diptun.c829 iptun->iptun_flags |= IPTUN_BOUND;
854 ASSERT(iptun->iptun_flags & IPTUN_BOUND);
858 iptun->iptun_flags &= ~IPTUN_BOUND;
1328 if (iptun->iptun_flags & IPTUN_BOUND)
1620 if (iptun->iptun_flags & IPTUN_BOUND)

Completed in 50 milliseconds