Lines Matching refs:connect
11 BIO_do_connect - connect BIO
40 BIO_s_connect() returns the connect BIO method. This is a wrapper
43 Using connect BIOs, TCP/IP connections can be made and data
47 Read and write operations on a connect BIO will perform I/O
54 If the close flag is set on a connect BIO then any active
58 Calling BIO_reset() on a connect BIO will close any active
59 connection and reset the BIO into a state where it can connect
63 a single call: that is it creates a new connect BIO with hostname B<name>.
80 BIO_get_conn_hostname() returns the hostname of the connect BIO or
90 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
96 non blocking I/O is set during the connect process.
98 BIO_do_connect() attempts to connect the supplied BIO.
102 after connect() failures.
105 The call BIO_should_retry() should be used for non blocking connect BIOs
159 BIO_s_connect() returns the connect BIO method.