HomeSort by: relevance | last modified time | path
    Searched refs:tcp_handlers (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
netevent.h 237 struct comm_point** tcp_handlers; member in struct:comm_point
238 /** linked list of free tcp_handlers to use for new queries.
239 For tcp_accept the first entry, for tcp_handlers the next one. */
netevent.c 5787 c->tcp_handlers = NULL;
5852 c->tcp_handlers = NULL;
5921 c->tcp_handlers = NULL;
6022 c->tcp_handlers = NULL;
6123 c->tcp_handlers = NULL;
6238 c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
6240 if(!c->tcp_handlers) {
6284 c->tcp_handlers[i] = comm_point_create_tcp_handler(base,
6287 c->tcp_handlers[i] = comm_point_create_http_handler(
6297 if(!c->tcp_handlers[i])
    [all...]
  /src/external/bsd/unbound/dist/daemon/
remote.c 7543 if(l->com->tcp_handlers[i]->tcl_addr) {
7552 l->com->tcp_handlers[i]->tcl_addr =
7833 cp->tcp_handlers &&
7835 cp->tcp_handlers[0]->type == comm_http) {

Completed in 32 milliseconds