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

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1712 boolean_t af_exists, other_af_exists, a_exists; local
1732 af_exists = ipadm_if_enabled(iph, ifname, af);
1735 a_exists = (af_exists || other_af_exists);
1738 if (!af_exists)
H A Dipadm_addr.c3408 boolean_t af_exists, other_af_exists, a_exists; local
3430 af_exists = ipadm_if_enabled(iph, ifname, af);
3435 if (legacy && !af_exists)
3445 a_exists = (af_exists || other_af_exists);
3461 if (af_exists) {

Completed in 67 milliseconds