/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock2.c | 36 * of BIO_connect and BIO_listen. 186 * BIO_listen - Creates a listen socket 211 * It could be that the first BIO_listen() call will listen to all the IPv6 222 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() function
|
H A D | bio_sock.c | 236 if (!BIO_listen(s, BIO_ADDRINFO_address(res), in BIO_get_accept_socket()
|
H A D | bss_acpt.c | 21 int bind_mode; /* Socket mode for BIO_listen */ 249 if (!BIO_listen(c->accept_sock, in acpt_state()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock2.c | 36 * of BIO_connect and BIO_listen. 186 * BIO_listen - Creates a listen socket 211 * It could be that the first BIO_listen() call will listen to all the IPv6 222 int BIO_listen(int sock, const BIO_ADDR *addr, int options) in BIO_listen() function
|
H A D | bio_sock.c | 236 if (!BIO_listen(s, BIO_ADDRINFO_address(res), in BIO_get_accept_socket()
|
H A D | bss_acpt.c | 21 int bind_mode; /* Socket mode for BIO_listen */ 249 if (!BIO_listen(c->accept_sock, in acpt_state()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_socket.c | 322 || !BIO_listen(asock, sock_address, sock_options)) { in do_server()
|
/third_party/openssl/apps/lib/ |
H A D | s_socket.c | 322 || !BIO_listen(asock, sock_address, sock_options)) { in do_server()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bio.h | 710 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | bio.h | 795 int BIO_listen(int sock, const BIO_ADDR *addr, int options);
|