Searched refs:sock_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dt_cmsgcred_sockcred.c76 if (uc_cfg.sock_type == SOCK_STREAM) {
99 if (i == 1 || uc_cfg.sock_type == SOCK_DGRAM) {
115 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0)
H A Dt_sockcred.c104 if (uc_cfg.sock_type == SOCK_STREAM) {
132 if (i > 1 && uc_cfg.sock_type == SOCK_STREAM) {
148 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0)
H A Dt_cmsg_len.c115 if (uc_cfg.sock_type == SOCK_STREAM) {
127 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0)
H A Dt_cmsgcred.c101 if (uc_cfg.sock_type == SOCK_STREAM) {
129 if (uc_cfg.sock_type == SOCK_STREAM && fd2 >= 0)
H A Duc_common.h31 int sock_type; member in struct:uc_cfg
H A Duc_common.c132 fd = socket(PF_LOCAL, uc_cfg.sock_type, 0);
155 if (uc_cfg.sock_type == SOCK_STREAM) {
H A Dunix_cmsg.c231 uc_cfg.sock_type = type;
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.hpp223 static const int sock_type; member in class:atf::fs::file_info
H A Dfs.cpp292 const int impl::file_info::sock_type = atf_fs_stat_sock_type; member in class:impl::file_info
/freebsd-11-stable/crypto/openssh/
H A Dssh-agent.c100 } sock_type; typedef in typeref:enum:__anon4520
104 sock_type type;
990 new_socket(sock_type type, int fd)

Completed in 89 milliseconds