Searched refs:sdom (Results 1 – 1 of 1) sorted by relevance
1547 int sdom; in get_socket_domain() local1549 sdom = AF_UNSPEC; in get_socket_domain()1551 if (sdom == AF_UNSPEC && feature_present("inet6")) in get_socket_domain()1552 sdom = AF_INET6; in get_socket_domain()1555 if (sdom == AF_UNSPEC && feature_present("inet")) in get_socket_domain()1556 sdom = AF_INET; in get_socket_domain()1558 if (sdom == AF_UNSPEC) in get_socket_domain()1559 sdom = AF_LINK; in get_socket_domain()1561 return (sdom); in get_socket_domain()