Home
last modified time | relevance | path

Searched refs:asock (Results 1 – 4 of 4) sorted by relevance

/openssl/apps/lib/
H A Ds_socket.c294 int asock = 0; in do_server() local
354 if (asock == INVALID_SOCKET in do_server()
358 if (asock != INVALID_SOCKET) in do_server()
359 BIO_closesocket(asock); in do_server()
374 BIO_closesocket(asock); in do_server()
388 BIO_closesocket(asock); in do_server()
394 *accept_sock = asock; in do_server()
404 BIO_closesocket(asock); in do_server()
413 BIO_closesocket(asock); in do_server()
446 i = (*cb)(asock, type, protocol, context); in do_server()
[all …]
H A Dhttp_server.c193 int asock; in http_server_init() local
219 BIO_get_fd(acbio, &asock); in http_server_init()
220 port_num = report_server_accept(bio_out, asock, 1, 1); in http_server_init()
/openssl/apps/include/
H A Ds_apps.h22 void get_sock_info_address(int asock, char **hostname, char **service);
23 int report_server_accept(BIO *out, int asock, int with_address, int with_pid);
/openssl/test/helpers/
H A Dhandshake.c1319 int lsock = INVALID_SOCKET, asock = INVALID_SOCKET; in create_sctp_socks() local
1377 asock = BIO_accept_ex(lsock, NULL, BIO_SOCK_NONBLOCK); in create_sctp_socks()
1378 if (asock == INVALID_SOCKET) in create_sctp_socks()
1382 *ssock = asock; in create_sctp_socks()
1383 consock = asock = INVALID_SOCKET; in create_sctp_socks()
1392 if (asock != INVALID_SOCKET) in create_sctp_socks()
1393 BIO_closesocket(asock); in create_sctp_socks()

Completed in 47 milliseconds