Home
last modified time | relevance | path

Searched refs:accept_socket (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/tools/regression/sockets/sendfile/
H A Dsendfile.c83 static int accept_socket; variable
121 if (accept_socket > 0) in signal_alarm()
122 close(accept_socket); in signal_alarm()
159 len = read(accept_socket, &th, sizeof(th)); in receive_test()
170 len = read(accept_socket, buf, sizeof(buf)); in receive_test()
218 accept_socket = accept(listen_socket, NULL, NULL); in run_child()
225 if (accept_socket > 0) in run_child()
226 close(accept_socket); in run_child()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1240 Socket *accept_socket; in ConnectLocally() local
1242 std::launch::async, [&] { return listen_socket.Accept(accept_socket); }); in ConnectLocally()
1260 std::make_unique<ConnectionFileDescriptor>(accept_socket)); in ConnectLocally()
/freebsd-13.1/crypto/openssl/apps/
H A Ds_server.c80 static int accept_socket = -1; variable
2166 do_server(&accept_socket, host, port, socket_family, socket_type, protocol, in s_server_main()
2732 if (accept_socket >= 0) { in close_accept_socket()
2733 BIO_closesocket(accept_socket); in close_accept_socket()