Searched refs:accept_sock (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bss_acpt.c | 24 int accept_sock; member 100 ret->accept_sock = (int)INVALID_SOCKET; in BIO_ACCEPT_new() 124 if (c->accept_sock != (int)INVALID_SOCKET) { in acpt_close_socket() 125 shutdown(c->accept_sock, 2); in acpt_close_socket() 126 closesocket(c->accept_sock); in acpt_close_socket() 127 c->accept_sock = (int)INVALID_SOCKET; in acpt_close_socket() 236 c->accept_sock = s; in acpt_state() 244 if (!BIO_listen(c->accept_sock, in acpt_state() 247 BIO_closesocket(c->accept_sock); in acpt_state() 256 if (!BIO_sock_info(c->accept_sock, BIO_SOCK_INFO_ADDRESS, in acpt_state() [all …]
|
D | b_sock2.c | 282 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex() argument 290 accepted_sock = accept(accept_sock, in BIO_accept_ex()
|
/third_party/openssl/apps/ |
D | s_socket.c | 206 int do_server(int *accept_sock, const char *host, const char *port, in do_server() argument 331 if (accept_sock != NULL) in do_server() 332 *accept_sock = asock; in do_server()
|
D | s_apps.h | 18 int do_server(int *accept_sock, const char *host, const char *port,
|
/third_party/openssl/doc/man3/ |
D | BIO_connect.pod | 16 int BIO_accept_ex(int accept_sock, BIO_ADDR *peer, int options); 41 socket B<accept_sock>. When it gets a connection, the address and
|
/third_party/openssl/include/openssl/ |
D | bio.h | 711 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr, int options);
|