Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c3964 c->tcp_handlers = NULL;
4028 c->tcp_handlers = NULL;
4108 c->tcp_handlers = NULL;
4207 c->tcp_handlers = NULL;
4320 c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
4322 if(!c->tcp_handlers) {
4365 c->tcp_handlers[i] = comm_point_create_tcp_handler(base,
4368 c->tcp_handlers[i] = comm_point_create_http_handler(
4378 if(!c->tcp_handlers[i]) {
4420 c->tcp_handlers = NULL;
[all …]
H A Dnetevent.h212 struct comm_point** tcp_handlers; member