Home
last modified time | relevance | path

Searched refs:tcl_addr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dtcp_conn_limit.c68 struct tcl_addr* n = (struct tcl_addr*) node; in tcl_list_free_node()
86 static struct tcl_addr*
91 struct tcl_addr* node = regional_alloc_zero(tcl->region, in tcl_list_insert()
92 sizeof(struct tcl_addr)); in tcl_list_insert()
155 tcl_new_connection(struct tcl_addr* tcl) in tcl_new_connection()
171 tcl_close_connection(struct tcl_addr* tcl) in tcl_close_connection()
181 struct tcl_addr*
185 return (struct tcl_addr*)addr_tree_lookup(&tcl->tree, in tcl_addr_lookup()
H A Dtcp_conn_limit.h58 * contents of type tcl_addr.
67 struct tcl_addr { struct
104 int tcl_new_connection(struct tcl_addr* tcl);
110 void tcl_close_connection(struct tcl_addr* tcl);
119 struct tcl_addr*
132 * tcl_addr item locks.
69 nodetcl_addr global() argument
71 locktcl_addr global() argument
73 limittcl_addr global() argument
75 counttcl_addr global() argument
H A Dnetevent.h402 struct tcl_addr* tcl_addr; member
H A Dnetevent.c3062 c->tcl_addr = tcl_addr_lookup(c->tcp_conn_limit, addr, *addrlen);
3063 if(!tcl_new_connection(c->tcl_addr)) {
6000 c->tcl_addr = NULL;
6101 c->tcl_addr = NULL;
6215 c->tcl_addr = NULL;
6316 c->tcl_addr = NULL;
6577 tcl_close_connection(c->tcl_addr);
/freebsd/contrib/unbound/daemon/
H A Dremote.c7317 if(l->com->tcp_handlers[i]->tcl_addr) { in tcl_remove_old()
7326 l->com->tcp_handlers[i]->tcl_addr = in tcl_remove_old()