Lines Matching full:connection
100 round the platform's TCP/IP socket connection routines.
107 on the underlying connection. If no connection is established
109 a connection is established first.
114 connection is shutdown and the socket closed when the BIO
118 connection and reset the BIO into a state where it can connect
154 should be made before the connection is established because
159 For non-SSL BIOs the connection is done typically at TCP level.
162 The function returns 1 if the connection was established successfully.
163 A zero or negative value is returned if the connection could not be established.
166 If a connection has already been established this call has no effect.
170 default) and \fBSOCK_DGRAM\fR. If \fBSOCK_DGRAM\fR is configured, the connection
184 will normally mean that the connection was closed.
188 if the application does not wish to allow connection to arbitrary
194 and \fBBIO_get_conn_port()\fR are updated when a connection attempt is made.
195 Before any connection attempt the values returned are those set by the
199 so to separate the connection process from other I/O processing.
205 connection process with the reason BIO_RR_CONNECT. If this is returned
206 then this is an indication that a connection attempt would block,
236 \&\fBBIO_do_connect()\fR returns 1 if the connection was successfully
237 established and <=0 if the connection failed.