Searched refs:sdom (Results 1 – 1 of 1) sorted by relevance
1643 int sdom; in get_socket_domain() local1645 sdom = AF_UNSPEC; in get_socket_domain()1647 if (sdom == AF_UNSPEC && feature_present("inet6")) in get_socket_domain()1648 sdom = AF_INET6; in get_socket_domain()1651 if (sdom == AF_UNSPEC && feature_present("inet")) in get_socket_domain()1652 sdom = AF_INET; in get_socket_domain()1654 if (sdom == AF_UNSPEC) in get_socket_domain()1655 sdom = AF_LINK; in get_socket_domain()1657 return (sdom); in get_socket_domain()