Home
last modified time | relevance | path

Searched refs:conn_new (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/bio/
H A Dbss_conn.c102 static int conn_new(BIO *h);
118 .create = conn_new,
332 conn_new(BIO *bi) in conn_new() function
/openbsd/usr.sbin/iscsid/
H A Discsid.h355 void conn_new(struct session *, struct connection_config *);
H A Dsession.c298 conn_new(s, &s->config.connection); in sess_do_start()
H A Dconnection.c55 conn_new(struct session *s, struct connection_config *cc) in conn_new() function