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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h148 #define IPTUN_LADDR 0x0002 /* local address is set */ macro
H A Diptun.c696 return ((iptun->iptun_flags & IPTUN_LADDR) &&
1101 if (orig_flags & IPTUN_LADDR)
1105 iptun->iptun_flags |= IPTUN_LADDR;
1167 (orig_flags & IPTUN_LADDR))
1624 iptun->iptun_flags &= ~IPTUN_LADDR;
1662 if (iptun->iptun_flags & IPTUN_LADDR) {
1891 if ((iptun->iptun_flags & (IPTUN_LADDR|IPTUN_RADDR)) !=
1892 (IPTUN_LADDR|IPTUN_RADDR))

Completed in 65 milliseconds