Home
last modified time | relevance | path

Searched refs:conntype (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/apputils/
H A Dnet-server.c573 add_fd(int sock, enum conn_type conntype, verto_ev_flag flags, void *handle, in add_fd() argument
596 newconn->type = conntype; in add_fd()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c2944 int initrbio, initwbio, newrbio, newwbio, conntype; in test_ssl_set_bio() local
2955 conntype = CONNTYPE_NO_CONNECTION; in test_ssl_set_bio()
2963 conntype = idx % 2; in test_ssl_set_bio()
2971 if (conntype == CONNTYPE_CONNECTION_FAIL) { in test_ssl_set_bio()
3020 if (conntype != CONNTYPE_NO_CONNECTION in test_ssl_set_bio()
3023 == (conntype == CONNTYPE_CONNECTION_SUCCESS))) in test_ssl_set_bio()