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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h149 #define IPTUN_RADDR 0x0004 /* remote address is set */ macro
H A Diptun.c697 ((iptun->iptun_flags & IPTUN_RADDR) ||
1109 if (orig_flags & IPTUN_RADDR)
1113 iptun->iptun_flags |= IPTUN_RADDR;
1170 (orig_flags & IPTUN_RADDR))
1626 iptun->iptun_flags &= ~IPTUN_RADDR;
1666 if (iptun->iptun_flags & IPTUN_RADDR) {
1742 if (!(iptun->iptun_flags & IPTUN_RADDR))
1790 if (!(iptun->iptun_flags & IPTUN_RADDR))
1891 if ((iptun->iptun_flags & (IPTUN_LADDR|IPTUN_RADDR)) !=
1892 (IPTUN_LADDR|IPTUN_RADDR))
[all...]

Completed in 47 milliseconds