Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h147 #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| in iptun_destructor()
H A Diptun.c828 iptun->iptun_flags |= IPTUN_BOUND; in iptun_bind()
853 ASSERT(iptun->iptun_flags & IPTUN_BOUND); in iptun_unbind()
857 iptun->iptun_flags &= ~IPTUN_BOUND; in iptun_unbind()
1327 if (iptun->iptun_flags & IPTUN_BOUND) in iptun_free()
1618 if (iptun->iptun_flags & IPTUN_BOUND) in iptun_modify()