OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-tcp.c
172
setup_ssl(struct xfrd_tcp_pipeline* tp, struct xfrd_tcp_set*
tcp_set
,
175
if (!
tcp_set
->ssl_ctx) {
181
tp->ssl = SSL_new((SSL_CTX*)
tcp_set
->ssl_ctx);
260
struct xfrd_tcp_set*
tcp_set
= region_alloc(region,
local
262
memset(
tcp_set
, 0, sizeof(struct xfrd_tcp_set));
263
tcp_set
->tcp_state = NULL;
264
tcp_set
->tcp_max = tcp_max;
265
tcp_set
->tcp_pipeline = tcp_pipeline;
266
tcp_set
->tcp_count = 0;
267
tcp_set
->tcp_waiting_first = 0
[
all
...]
xfrd.h
52
struct xfrd_tcp_set*
tcp_set
;
member in struct:xfrd_state
Completed in 14 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026