Searched refs:tls_sock (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c69 struct proto_conn *tls_sock; member in struct:tls_ctx
547 tlsctx->tls_sock = sock;
575 PJDLOG_ASSERT(tlsctx->tls_sock != NULL);
579 sockfd = proto_descriptor(tlsctx->tls_sock);
639 tlsctx->tls_sock = NULL;
832 newtlsctx->tls_sock = sock;
859 tlsctx->tls_sock = sock;
878 PJDLOG_ASSERT(tlsctx->tls_sock != NULL);
882 if (proto_send(tlsctx->tls_sock, data, size) == -1)
897 PJDLOG_ASSERT(tlsctx->tls_sock !
[all...]

Completed in 75 milliseconds