Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c5770 c->tcp_handlers = NULL;
5835 c->tcp_handlers = NULL;
5903 c->tcp_handlers = NULL;
6004 c->tcp_handlers = NULL;
6105 c->tcp_handlers = NULL;
6220 c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
6222 if(!c->tcp_handlers) {
6266 c->tcp_handlers[i] = comm_point_create_tcp_handler(base,
6269 c->tcp_handlers[i] = comm_point_create_http_handler(
6279 if(!c->tcp_handlers[i]) {
[all …]
H A Dnetevent.h237 struct comm_point** tcp_handlers; member
/freebsd/contrib/unbound/daemon/
H A Dremote.c7316 if(l->com->tcp_handlers[i]->tcl_addr) { in tcl_remove_old()
7325 l->com->tcp_handlers[i]->tcl_addr = in tcl_remove_old()