Home
last modified time | relevance | path

Searched refs:sock_type (Results 1 – 12 of 12) sorted by relevance

/freebsd/tools/regression/sockets/unix_cmsg/
H A Dt_cmsgcred_sockcred.c73 if (uc_cfg.sock_type == SOCK_STREAM) { in t_cmsgcred_sockcred_server()
96 if (i == 1 || uc_cfg.sock_type == SOCK_DGRAM) { in t_cmsgcred_sockcred_server()
112 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0) in t_cmsgcred_sockcred_server()
H A Dt_sockcred.c101 if (uc_cfg.sock_type == SOCK_STREAM) { in t_sockcred_server()
129 if (i > 1 && uc_cfg.sock_type == SOCK_STREAM) { in t_sockcred_server()
145 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0) in t_sockcred_server()
H A Dt_cmsg_len.c112 if (uc_cfg.sock_type == SOCK_STREAM) { in t_cmsg_len_server()
124 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0) in t_cmsg_len_server()
H A Dt_cmsgcred.c98 if (uc_cfg.sock_type == SOCK_STREAM) { in t_cmsgcred_server()
126 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0) in t_cmsgcred_server()
H A Dt_xxxtime.c.in121 if (uc_cfg.sock_type == SOCK_STREAM) {
149 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0)
H A Duc_common.h29 int sock_type; member
H A Duc_common.c130 fd = socket(PF_LOCAL, uc_cfg.sock_type, 0); in uc_socket_create()
153 if (uc_cfg.sock_type == SOCK_STREAM) { in uc_socket_create()
H A Dunix_cmsg.c228 uc_cfg.sock_type = type; in run_tests()
/freebsd/crypto/openssl/apps/lib/
H A Ds_socket.c268 int sock_family, sock_type, sock_protocol, sock_port; in do_server() local
291 sock_type = BIO_ADDRINFO_socktype(res); in do_server()
299 && BIO_ADDRINFO_socktype(next) == sock_type in do_server()
316 asock = BIO_socket(sock_family, sock_type, sock_protocol, 0); in do_server()
318 asock = BIO_socket(sock_family_fallback, sock_type, sock_protocol, 0); in do_server()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.hpp223 static const int sock_type; member in atf::fs::file_info
H A Dfs.cpp292 const int impl::file_info::sock_type = atf_fs_stat_sock_type; member in impl::file_info
/freebsd/crypto/openssh/
H A Dssh-agent.c117 } sock_type; typedef
127 sock_type type;
1917 new_socket(sock_type type, int fd) in new_socket()