Searched refs:BIO_new_accept (Results 1 – 13 of 13) sorted by relevance
46 if ((in = BIO_new_accept(port)) == NULL) in main()
77 if ((in = BIO_new_accept(port)) == NULL) in main()
99 if ((in = BIO_new_accept(port)) == NULL) in main()
91 if ((in = BIO_new_accept(port)) == NULL) in main()
6 BIO_get_accept_port, BIO_new_accept, BIO_set_nbio_accept, BIO_set_tfo_accept, BIO_set_accept_bios,23 BIO *BIO_new_accept(char *host_port);84 BIO_new_accept() combines BIO_new() and BIO_set_accept_name() into191 BIO_new_accept() returns a BIO or NULL on error.201 abio = BIO_new_accept("4444");
239 acpt = BIO_new_accept("4433");
213 acceptor_bio = BIO_new_accept(hostport); in main()
83 if (!TEST_ptr(abio = BIO_new_accept("localhost:0")) in test_bio_tfo()
1944 acpt = BIO_new_accept(family == BIO_FAMILY_IPV4 ? "127.0.0.1:0" in doit_localhost()
564 BIO *BIO_new_accept(const char *str) in BIO_new_accept() function
210 acceptor_bio = BIO_new_accept(hostport);
889 BIO *BIO_new_accept(const char *host_port);
2321 BIO_new_accept 2371 3_0_0 EXIST::FUNCTION:SOCK
Completed in 58 milliseconds