Symbol: SSL_set_mode
sbin/unwind/libunbound/util/net_help.c
1640
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
sbin/unwind/libunbound/util/net_help.c
1662
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
sbin/unwind/libunbound/util/netevent.c
3853
(void)SSL_set_mode(c->ssl, (long)SSL_MODE_ENABLE_PARTIAL_WRITE);
usr.sbin/nsd/dnstap/dnstap.c
367
(void)SSL_set_mode(dtw->ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/nsd-control.c
386
(void)SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/remote.c
677
(void)SSL_set_mode(n->ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/server.c
4937
(void)SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/nsd/server.c
5371
(void)SSL_set_mode(data->tls_auth, SSL_MODE_ENABLE_PARTIAL_WRITE);
usr.sbin/nsd/server.c
5373
(void)SSL_set_mode(data->tls, SSL_MODE_ENABLE_PARTIAL_WRITE);
usr.sbin/nsd/xfrd-tcp.c
187
(void)SSL_set_mode(tp->ssl, SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/daemon/remote.c
503
(void)SSL_set_mode(n->ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/smallapp/unbound-anchor.c
799
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/smallapp/unbound-control.c
773
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/testcode/petal.c
315
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/util/net_help.c
1640
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/util/net_help.c
1662
(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
usr.sbin/unbound/util/netevent.c
3853
(void)SSL_set_mode(c->ssl, (long)SSL_MODE_ENABLE_PARTIAL_WRITE);