Home
last modified time | relevance | path

Searched refs:other_af_exists (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1730 boolean_t af_exists, other_af_exists, a_exists; in i_ipadm_validate_if() local
1746 other_af_exists = ipadm_if_enabled(iph, ifname, other_af); in i_ipadm_validate_if()
1747 a_exists = (af_exists || other_af_exists); in i_ipadm_validate_if()
H A Dipadm_addr.c3839 boolean_t af_exists, other_af_exists, a_exists; in i_ipadm_validate_create_addr() local
3875 other_af_exists = ipadm_if_enabled(iph, ifname, other_af); in i_ipadm_validate_create_addr()
3881 a_exists = (af_exists || other_af_exists); in i_ipadm_validate_create_addr()