Searched refs:if_hostname_exists (Results 1 – 1 of 1) sorted by relevance
216 static boolean_t if_hostname_exists(char *, sa_family_t);2412 if (if_hostname_exists(ifinst, AF_INET) || in if_configure_ipadm()2413 if_hostname_exists(ifinst, AF_INET6)) { in if_configure_ipadm()2751 if_hostname_exists(char *ifname, sa_family_t af) in if_hostname_exists() function