Searched defs:iptun_canbind (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c690 iptun_canbind(iptun_t *iptun) function
726 ASSERT(iptun_canbind(iptun));
1461 if (iptun_canbind(iptun) && ((err = iptun_bind(iptun)) != 0))
1622 if (iptun_canbind(iptun) && (err = iptun_bind(iptun)) != 0) {

Completed in 85 milliseconds