OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_in
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/syslogd/
tls.c
1280
struct TLS_Incoming_Conn *
tls_in
;
local in function:dispatch_tls_accept
1313
CALLOC(
tls_in
, sizeof(*
tls_in
));
1314
CALLOC(
tls_in
->inbuf, (size_t)TLS_MIN_LINELENGTH);
1316
tls_in
->tls_conn = conn_info;
1317
tls_in
->socket = SSL_get_fd(conn_info->sslptr);
1318
tls_in
->inbuf[0] = '\0';
1319
tls_in
->inbuflen = TLS_MIN_LINELENGTH;
1320
SLIST_INSERT_HEAD(&TLS_Incoming_Head,
tls_in
, entries);
1322
event_set(conn_info->event,
tls_in
->socket, EV_READ | EV_PERSIST
[
all
...]
syslogd.c
2961
struct TLS_Incoming_Conn *
tls_in
;
local in function:free_incoming_tls_sockets
2977
tls_in
= SLIST_FIRST(&TLS_Incoming_Head);
2979
FREEPTR(
tls_in
->inbuf);
2980
free_tls_conn(
tls_in
->tls_conn);
2981
free(
tls_in
);
Completed in 15 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025