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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c1473 * Returns true if there is a member on the ill for any zoneid except skipzone.
1477 zoneid_t skipzone)
1484 ilm->ilm_zoneid != skipzone) {
1495 * Returns true if there is a member on the ill for any zoneid except skipzone.
1501 ill_hasmembers_otherzones_v4(ill_t *ill, ipaddr_t group, zoneid_t skipzone) argument
1506 return (ill_hasmembers_otherzones_v6(ill, &v6group, skipzone));
1476 ill_hasmembers_otherzones_v6(ill_t *ill, const in6_addr_t *v6group, zoneid_t skipzone) argument

Completed in 51 milliseconds