Searched refs:connected (Results 1 – 14 of 14) sorted by relevance
28 No BIO was connected to the SSL object
132 the underlying socket has connected and retry the call.151 BIO_get_conn_hostname() returns the connected hostname or NULL if156 BIO_get_conn_port() returns a string representing the connected
57 BIO_make_bio_pair() joins two separate BIOs into a connected pair.59 BIO_destroy_pair() destroys the association between two connected BIOs. Freeing74 BIO_set_write_buf_size() to create a connected pair of BIOs B<bio1>, B<bio2>
26 If there was already a BIO connected to B<ssl>, BIO_free() will be called
36 When L<SSL_clear(3)> is called and no session is connected to
51 I<io> should haven been connected to host C<example.com> on port 80 and I<path>
90 If B<ssl> is a server and has sent a certificate to a connected client
65 the peer and continue the handshake in a connected state.
109 called again later. The underlying BIO was not connected yet to the peer
114 that's connected to it, like duplicated input strings, results and others.
106 unsigned int connected; member123 unsigned int connected; member317 if (!data->connected && ret >= 0) in dgram_read()339 if (data->connected) in dgram_write()567 data->connected = 1; in dgram_ctrl()570 data->connected = 0; in dgram_ctrl()
4 How are things connected?
105 # define BIO_CTRL_DGRAM_SET_CONNECTED 32/* allow for an externally connected
4048 can be used to reveal up to 64k of memory to a connected client or6996 can be used to reveal up to 64k of memory to a connected client or
Completed in 40 milliseconds