Lines Matching full:connect
145 BIO_set_nbio, BIO_do_connect \- connect BIO
170 \&\fBBIO_s_connect()\fR returns the connect \s-1BIO\s0 method. This is a wrapper
173 Using connect BIOs, \s-1TCP/IP\s0 connections can be made and data
177 Read and write operations on a connect \s-1BIO\s0 will perform I/O
182 Connect BIOs support \fBBIO_puts()\fR but not \fBBIO_gets()\fR.
184 If the close flag is set on a connect \s-1BIO\s0 then any active
188 Calling \fBBIO_reset()\fR on a connect \s-1BIO\s0 will close any active
189 connection and reset the \s-1BIO\s0 into a state where it can connect
193 a single call: that is it creates a new connect \s-1BIO\s0 with hostname \fBname\fR.
210 \&\fBBIO_get_conn_hostname()\fR returns the hostname of the connect \s-1BIO\s0 or
220 \&\fBBIO_get_conn_ip_family()\fR returns the \s-1IP\s0 family of the connect \s-1BIO.\s0
226 non blocking I/O is set during the connect process.
228 \&\fBBIO_do_connect()\fR attempts to connect the supplied \s-1BIO.\s0
232 after \fBconnect()\fR failures.
235 The call \fBBIO_should_retry()\fR should be used for non blocking connect BIOs
274 \&\fBBIO_s_connect()\fR returns the connect \s-1BIO\s0 method.