Searched refs:other_af (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c1257 sa_family_t other_af; local
1270 other_af = (af == AF_INET ? AF_INET6 : AF_INET);
1272 if (!ipadm_if_enabled(iph, ifname, other_af))
H A Dipadm_addr.c2417 sa_family_t other_af; local
2498 other_af = (af == AF_INET ? AF_INET6 : AF_INET);
2499 status = i_ipadm_create_if(iph, ifname, other_af, flags);
2607 other_af, flags);
3401 sa_family_t other_af; local
3438 other_af = (af == AF_INET ? AF_INET6 : AF_INET);
3439 other_af_exists = ipadm_if_enabled(iph, ifname, other_af);
H A Dipadm_prop.c1709 sa_family_t af, other_af; local
1733 other_af = (af == AF_INET ? AF_INET6 : AF_INET);
1734 other_af_exists = ipadm_if_enabled(iph, ifname, other_af);

Completed in 75 milliseconds