Searched refs:sock_type (Results 1 – 14 of 14) sorted by relevance
| /freebsd/tests/sys/mac/portacl/ |
| H A D | bind.c | 20 int sock_type; in main() local 22 sock_type = SOCK_STREAM; in main() 24 sock_type = SOCK_DGRAM; in main() 32 hints.ai_socktype = sock_type; in main()
|
| /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 | 308 int sock_family, sock_type, sock_protocol, sock_port; in do_server() local 331 sock_type = BIO_ADDRINFO_socktype(res); in do_server() 335 if (tfo && sock_type == SOCK_STREAM) in do_server() 341 && BIO_ADDRINFO_socktype(next) == sock_type in do_server() 358 asock = BIO_socket(sock_family, sock_type, sock_protocol, 0); in do_server() 360 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 | 291 const int impl::file_info::sock_type = atf_fs_stat_sock_type; 292 const int impl::file_info::sock_type = atf_fs_stat_sock_type; global() member in impl::file_info
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_s_connect.pod | 32 int BIO_set_sock_type(BIO *b, int sock_type);
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-agent.c | 113 } sock_type; typedef 123 sock_type type; 1947 new_socket(sock_type type, int fd) in new_socket()
|