Searched refs:accept_socket (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/regression/sockets/sendfile/ |
H A D | sendfile.c | 81 static int accept_socket; variable 119 if (accept_socket > 0) in signal_alarm() 120 close(accept_socket); in signal_alarm() 157 len = read(accept_socket, &th, sizeof(th)); in receive_test() 168 len = read(accept_socket, buf, sizeof(buf)); in receive_test() 216 accept_socket = accept(listen_socket, NULL, NULL); in run_child() 223 if (accept_socket > 0) in run_child() 224 close(accept_socket); in run_child()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 1217 Socket *accept_socket = nullptr; in ConnectLocally() local 1219 std::launch::async, [&] { return listen_socket.Accept(accept_socket); }); in ConnectLocally() 1237 std::make_unique<ConnectionFileDescriptor>(accept_socket)); in ConnectLocally()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 73 static int accept_socket = -1; variable 2234 do_server(&accept_socket, host, port, socket_family, socket_type, protocol, in s_server_main() 2830 if (accept_socket >= 0) { in close_accept_socket() 2831 BIO_closesocket(accept_socket); in close_accept_socket()
|