Searched refs:sock_type (Results 1 – 12 of 12) sorted by relevance
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | t_cmsgcred_sockcred.c | 73 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 D | t_sockcred.c | 101 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 D | t_cmsg_len.c | 112 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 D | t_cmsgcred.c | 98 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 D | t_xxxtime.c.in | 121 if (uc_cfg.sock_type == SOCK_STREAM) { 149 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0)
|
H A D | uc_common.h | 29 int sock_type; member
|
H A D | uc_common.c | 130 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 D | unix_cmsg.c | 228 uc_cfg.sock_type = type; in run_tests()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_socket.c | 268 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 D | fs.hpp | 223 static const int sock_type; member in atf::fs::file_info
|
H A D | fs.cpp | 292 const int impl::file_info::sock_type = atf_fs_stat_sock_type; member in impl::file_info
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 117 } sock_type; typedef 127 sock_type type; 1917 new_socket(sock_type type, int fd) in new_socket()
|