Home
last modified time | relevance | path

Searched refs:openssl_fdset (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/crypto/openssl/apps/
H A Dapps.h34 # define openssl_fdset(a,b) FD_SET((unsigned int)a, b) macro
36 # define openssl_fdset(a,b) FD_SET(a, b) macro
H A Ds_client.c2401 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2797 openssl_fdset(fileno_stdin(), &readfds); in s_client_main()
2800 openssl_fdset(fileno_stdout(), &writefds); in s_client_main()
2804 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2806 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()
2810 openssl_fdset(SSL_get_fd(con), &readfds); in s_client_main()
2812 openssl_fdset(SSL_get_fd(con), &writefds); in s_client_main()
3107 openssl_fdset(s, &readfds); in s_client_main()
H A Ds_socket.c368 openssl_fdset(sock, &readfds); in do_server()
H A Docsp.c1527 openssl_fdset(fd, &confds);
1562 openssl_fdset(fd, &confds);
H A Ds_server.c2425 openssl_fdset(fileno_stdin(), &readfds); in sv_body()
2427 openssl_fdset(s, &readfds); in sv_body()
3088 openssl_fdset(s, &readfds); in www_body()
H A Dapps.c2691 openssl_fdset((int)fds[i], &asyncfds); in wait_for_async()