Home
last modified time | relevance | path

Searched refs:use_unix (Results 1 – 1 of 1) sorted by path

/freebsd/crypto/openssl/apps/
H A Ds_client.c872 enum { use_inet, use_unix, use_unknown } connect_type = use_unknown; in s_client_main() enumerator
924 if (connect_type == use_unix && IS_INET_FLAG(o)) { in s_client_main()
997 connect_type = use_unix; in s_client_main()