Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 25 of 44) sorted by relevance

12

/openbsd/sys/sys/
H A Dsocketvar.h60 struct socket { struct
62 struct rwlock so_lock; /* this socket lock */ argument
66 short so_type; /* generic type, see socket.h */ argument
72 * If so_head is 0, socket is not related to an accept. argument
85 TAILQ_ENTRY(socket) so_qe; /* our queue entry (q or q0) */ argument
93 * Variables for socket splicing, allocated only when needed. argument
105 * Variables for socket buffering. argument
122 socket buffer */ argument
140 void (*so_upcall)(struct socket *so, caddr_t arg, int waitf); argument
142 uid_t so_euid, so_ruid; /* who opened the socket */ argument
[all …]
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DUDPSocket.cpp30 UDPSocket::UDPSocket(NativeSocket socket) : Socket(ProtocolUdp, true, true) { in UDPSocket()
50 Status UDPSocket::Accept(Socket *&socket) { in Accept()
56 std::unique_ptr<UDPSocket> socket; in Connect() local
H A DTCPSocket.cpp62 TCPSocket::TCPSocket(NativeSocket socket, const TCPSocket &listen_socket) in TCPSocket()
68 TCPSocket::TCPSocket(NativeSocket socket, bool should_close, in TCPSocket()
252 for (auto socket : m_listen_sockets) in CloseListenSockets() local
269 for (auto socket : m_listen_sockets) { in Accept() local
/openbsd/sbin/isakmpd/
H A Dmonitor_fdpass.c39 mm_send_fd(int socket, int fd) in mm_send_fd()
77 mm_receive_fd(int socket) in mm_receive_fd()
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DDomainSocket.cpp65 DomainSocket::DomainSocket(NativeSocket socket, in DomainSocket()
110 Status DomainSocket::Accept(Socket *&socket) { in Accept()
H A DConnectionFileDescriptorPosix.cpp77 ConnectionFileDescriptor::ConnectionFileDescriptor(Socket *socket) in ConnectionFileDescriptor()
570 std::unique_ptr<Socket> socket = in ConnectSocket() local
652 llvm::Expected<std::unique_ptr<UDPSocket>> socket = in ConnectUDP() local
811 void ConnectionFileDescriptor::InitializeSocket(Socket *socket) { in InitializeSocket()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000625-1.c7 #define socket bind macro
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBSocket.cpp113 for (auto socket : sockets) { in Listen() local
170 for (auto socket : sockets) { in Listen() local
/openbsd/gnu/llvm/libcxx/include/__filesystem/
H A Dfile_type.h35 socket = 7, enumerator
/openbsd/usr.sbin/sasyncd/
H A Dnet.h39 int socket; member
/openbsd/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm78 sub socket { subroutine
/openbsd/lib/libc/rpc/
H A Dclnt_simple.c50 int socket; member
/openbsd/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm974 sub socket :method subroutine
/openbsd/regress/lib/libssl/interop/botan/
H A Dclient.cpp38 Callbacks(int socket) : in Callbacks()
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c3950 void* callback_arg, struct unbound_socket* socket)
4014 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
4079 void* callback_arg, struct unbound_socket* socket)
4178 struct unbound_socket* socket)
4300 void* callback_arg, struct unbound_socket* socket)
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c3950 void* callback_arg, struct unbound_socket* socket)
4014 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
4079 void* callback_arg, struct unbound_socket* socket)
4178 struct unbound_socket* socket)
4300 void* callback_arg, struct unbound_socket* socket)
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h119 #define socket win32_socket macro
/openbsd/usr.sbin/unbound/services/
H A Dlisten_dnsport.h135 struct unbound_socket* socket; member
/openbsd/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.h135 struct unbound_socket* socket; member
/openbsd/usr.bin/rpcinfo/
H A Drpcinfo.c484 int socket = RPC_ANYSOCK; in pmapdump() local
/openbsd/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp691 extern "C" int accept$__interposed__(int socket, struct sockaddr *address, in accept$__interposed__()
711 extern "C" int accept$NOCANCEL$__interposed__(int socket, in accept$NOCANCEL$__interposed__()
/openbsd/usr.sbin/npppd/npppd/
H A Dradius_req.c56 int socket; member
/openbsd/usr.sbin/nsd/
H A Dxfrd.c130 xfrd_init(int socket, struct nsd* nsd, int shortsoa, int reload_active, in xfrd_init()
878 xfrd_receive_soa(int socket, int shortsoa) in xfrd_receive_soa()
/openbsd/usr.bin/quota/
H A Dquota.c654 int socket = RPC_ANYSOCK; in callaurpc() local
/openbsd/sys/dev/sbus/
H A Dstp4020reg.h286 struct stp4020_socket_csr_t socket[STP4020_NSOCK]; /* socket CSRs */ member

12