Symbol: tcl_addr
sbin/unwind/libunbound/util/netevent.c
3062
c->tcl_addr = tcl_addr_lookup(c->tcp_conn_limit, addr, *addrlen);
sbin/unwind/libunbound/util/netevent.c
3063
if(!tcl_new_connection(c->tcl_addr)) {
sbin/unwind/libunbound/util/netevent.c
6000
c->tcl_addr = NULL;
sbin/unwind/libunbound/util/netevent.c
6101
c->tcl_addr = NULL;
sbin/unwind/libunbound/util/netevent.c
6215
c->tcl_addr = NULL;
sbin/unwind/libunbound/util/netevent.c
6316
c->tcl_addr = NULL;
sbin/unwind/libunbound/util/netevent.c
6577
tcl_close_connection(c->tcl_addr);
sbin/unwind/libunbound/util/netevent.h
402
struct tcl_addr* tcl_addr;
sbin/unwind/libunbound/util/tcp_conn_limit.c
155
tcl_new_connection(struct tcl_addr* tcl)
sbin/unwind/libunbound/util/tcp_conn_limit.c
171
tcl_close_connection(struct tcl_addr* tcl)
sbin/unwind/libunbound/util/tcp_conn_limit.c
181
struct tcl_addr*
sbin/unwind/libunbound/util/tcp_conn_limit.c
185
return (struct tcl_addr*)addr_tree_lookup(&tcl->tree,
sbin/unwind/libunbound/util/tcp_conn_limit.c
68
struct tcl_addr* n = (struct tcl_addr*) node;
sbin/unwind/libunbound/util/tcp_conn_limit.c
86
static struct tcl_addr*
sbin/unwind/libunbound/util/tcp_conn_limit.c
91
struct tcl_addr* node = regional_alloc_zero(tcl->region,
sbin/unwind/libunbound/util/tcp_conn_limit.c
92
sizeof(struct tcl_addr));
sbin/unwind/libunbound/util/tcp_conn_limit.h
104
int tcl_new_connection(struct tcl_addr* tcl);
sbin/unwind/libunbound/util/tcp_conn_limit.h
110
void tcl_close_connection(struct tcl_addr* tcl);
sbin/unwind/libunbound/util/tcp_conn_limit.h
119
struct tcl_addr*
usr.sbin/unbound/daemon/remote.c
7317
if(l->com->tcp_handlers[i]->tcl_addr) {
usr.sbin/unbound/daemon/remote.c
7326
l->com->tcp_handlers[i]->tcl_addr =
usr.sbin/unbound/util/netevent.c
3062
c->tcl_addr = tcl_addr_lookup(c->tcp_conn_limit, addr, *addrlen);
usr.sbin/unbound/util/netevent.c
3063
if(!tcl_new_connection(c->tcl_addr)) {
usr.sbin/unbound/util/netevent.c
6000
c->tcl_addr = NULL;
usr.sbin/unbound/util/netevent.c
6101
c->tcl_addr = NULL;
usr.sbin/unbound/util/netevent.c
6215
c->tcl_addr = NULL;
usr.sbin/unbound/util/netevent.c
6316
c->tcl_addr = NULL;
usr.sbin/unbound/util/netevent.c
6577
tcl_close_connection(c->tcl_addr);
usr.sbin/unbound/util/netevent.h
402
struct tcl_addr* tcl_addr;
usr.sbin/unbound/util/tcp_conn_limit.c
155
tcl_new_connection(struct tcl_addr* tcl)
usr.sbin/unbound/util/tcp_conn_limit.c
171
tcl_close_connection(struct tcl_addr* tcl)
usr.sbin/unbound/util/tcp_conn_limit.c
181
struct tcl_addr*
usr.sbin/unbound/util/tcp_conn_limit.c
185
return (struct tcl_addr*)addr_tree_lookup(&tcl->tree,
usr.sbin/unbound/util/tcp_conn_limit.c
68
struct tcl_addr* n = (struct tcl_addr*) node;
usr.sbin/unbound/util/tcp_conn_limit.c
86
static struct tcl_addr*
usr.sbin/unbound/util/tcp_conn_limit.c
91
struct tcl_addr* node = regional_alloc_zero(tcl->region,
usr.sbin/unbound/util/tcp_conn_limit.c
92
sizeof(struct tcl_addr));
usr.sbin/unbound/util/tcp_conn_limit.h
104
int tcl_new_connection(struct tcl_addr* tcl);
usr.sbin/unbound/util/tcp_conn_limit.h
110
void tcl_close_connection(struct tcl_addr* tcl);
usr.sbin/unbound/util/tcp_conn_limit.h
119
struct tcl_addr*