Lines Matching +full:non +full:- +full:l
11 BIO_do_connect - connect BIO
69 see L<BIO_parse_hostserv(3)> and BIO_set_conn_port() for details.
92 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is
93 zero then blocking I/O is set. If B<n> is 1 then non blocking I/O
96 non blocking I/O is set during the connect process.
100 For non-SSL BIOs the connection is done typically at TCP level.
105 The call BIO_should_retry() should be used for non blocking connect BIOs
112 created is a UDP datagram socket handled via L<BIO_s_datagram(3)>.
113 I/O calls such as L<BIO_read(3)> and L<BIO_write(3)> are forwarded transparently
114 to an internal L<BIO_s_datagram(3)> instance. The created L<BIO_s_datagram(3)>
116 a pointer to the L<BIO_s_datagram(3)> instance to I<*dgram_bio>. The lifetime
117 of the internal L<BIO_s_datagram(3)> is managed by BIO_s_connect() and does not
124 If blocking I/O is set then a non positive return value from any
143 If non blocking I/O is set then retries will be requested as appropriate.
172 BIO_get_conn_ip_family() returns the address family or -1 if none was set.
218 L<BIO_ADDR(3)>, L<BIO_parse_hostserv(3)>
230 Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
235 L<https://www.openssl.org/source/license.html>.