Searched refs:BIO_bind (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_connect.pod | 5 BIO_socket, BIO_bind, BIO_connect, BIO_listen, BIO_accept_ex, BIO_closesocket - BIO 13 int BIO_bind(int sock, const BIO_ADDR *addr, int options); 25 BIO_bind() binds the source address and service to a socket and 89 BIO_bind(), BIO_connect() and BIO_listen() return 1 on success or 0 on error.
|
/third_party/openssl/crypto/bio/ |
D | bio_sock2.c | 148 int BIO_bind(int sock, const BIO_ADDR *addr, int options) in BIO_bind() function 283 if (!BIO_bind(sock, addr, options)) in BIO_listen()
|
/third_party/openssl/apps/lib/ |
D | s_socket.c | 138 if (!BIO_bind(*sock, BIO_ADDRINFO_address(bi), in init_client()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bio.h | 709 int BIO_bind(int sock, const BIO_ADDR *addr, int options);
|
/third_party/openssl/include/openssl/ |
D | bio.h.in | 771 int BIO_bind(int sock, const BIO_ADDR *addr, int options);
|
/third_party/openssl/util/ |
D | libcrypto.num | 4319 BIO_bind 4435 3_0_0 EXIST::FUNCTION:SOCK
|