Searched defs:IPTUN_BOUND (Results 1 - 1 of 1) 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))

Completed in 89 milliseconds