Lines Matching refs:connection
41 round the platform's TCP/IP socket connection routines.
48 on the underlying connection. If no connection is established
50 a connection is established first.
55 connection is shutdown and the socket closed when the BIO
59 connection and reset the BIO into a state where it can connect
95 should be made before the connection is established because
100 For non-SSL BIOs the connection is done typically at TCP level.
103 The function returns 1 if the connection was established successfully.
104 A zero or negative value is returned if the connection could not be established.
107 If a connection has already been established this call has no effect.
111 default) and B<SOCK_DGRAM>. If B<SOCK_DGRAM> is configured, the connection
126 will normally mean that the connection was closed.
130 if the application does not wish to allow connection to arbitrary
136 and BIO_get_conn_port() are updated when a connection attempt is made.
137 Before any connection attempt the values returned are those set by the
141 so to separate the connection process from other I/O processing.
147 connection process with the reason BIO_RR_CONNECT. If this is returned
148 then this is an indication that a connection attempt would block,
179 BIO_do_connect() returns 1 if the connection was successfully
180 established and <=0 if the connection failed.