Home
last modified time | relevance | path

Searched defs:sock_type (Results 1 – 9 of 9) sorted by relevance

/minix3/minix/lib/libc/sys/
H A Dsocket.c60 int r, sock_type; in socket() local
205 int fd, r, flags = O_RDWR, sock_type; in _uds_socket() local
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dfs.hpp227 static const int sock_type; member in atf::fs::file_info
H A Dfs.cpp296 const int impl::file_info::sock_type = atf_fs_stat_sock_type; member in impl::file_info
/minix3/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp227 static const int sock_type; member in atf::fs::file_info
H A Dfs.cpp296 const int impl::file_info::sock_type = atf_fs_stat_sock_type; member in impl::file_info
/minix3/external/bsd/atf/dist/tools/
H A Dfs.hpp200 static const int sock_type; member in tools::fs::file_info
H A Dfs.cpp422 const int impl::file_info::sock_type = 7; member in impl::file_info
/minix3/minix/servers/vfs/
H A Dsocket.c178 int domain, type, sock_type, protocol; in do_socket() local
226 int domain, type, sock_type, protocol; in do_socketpair() local
/minix3/minix/include/minix/
H A Dsockevent.h36 int sock_type; /* type: stream, datagram.. (SOCK_) */ member