Searched refs:accept_sock (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bss_acpt.c | 26 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() 241 c->accept_sock = s; in acpt_state() 249 if (!BIO_listen(c->accept_sock, in acpt_state() 252 BIO_closesocket(c->accept_sock); in acpt_state() 261 if (!BIO_sock_info(c->accept_sock, BIO_SOCK_INFO_ADDRESS, in acpt_state() [all …]
|
D | bio_sock2.c | 303 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr_, int options) in BIO_accept_ex() argument 311 accepted_sock = accept(accept_sock, in BIO_accept_ex()
|
/third_party/openssl/apps/lib/ |
D | s_socket.c | 259 int do_server(int *accept_sock, const char *host, const char *port, in do_server() argument 360 if (accept_sock != NULL) in do_server() 361 *accept_sock = asock; in do_server()
|
/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/apps/include/ |
D | s_apps.h | 20 int do_server(int *accept_sock, const char *host, const char *port,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bio.h | 711 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr, int options);
|
/third_party/openssl/include/openssl/ |
D | bio.h.in | 773 int BIO_accept_ex(int accept_sock, BIO_ADDR *addr, int options);
|