Searched refs:sdom (Results 1 – 1 of 1) sorted by relevance
1556 int sdom; in get_socket_domain() local1558 sdom = AF_UNSPEC; in get_socket_domain()1560 if (sdom == AF_UNSPEC && feature_present("inet6")) in get_socket_domain()1561 sdom = AF_INET6; in get_socket_domain()1564 if (sdom == AF_UNSPEC && feature_present("inet")) in get_socket_domain()1565 sdom = AF_INET; in get_socket_domain()1567 if (sdom == AF_UNSPEC) in get_socket_domain()1568 sdom = AF_LINK; in get_socket_domain()1570 return (sdom); in get_socket_domain()