Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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.h67 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*
H A Dnetevent.h368 struct tcl_addr* tcl_addr; member
H A Dnetevent.c1305 c->tcl_addr = tcl_addr_lookup(c->tcp_conn_limit, addr, *addrlen);
1306 if(!tcl_new_connection(c->tcl_addr)) {
4104 c->tcl_addr = NULL;
4203 c->tcl_addr = NULL;
4315 c->tcl_addr = NULL;
4415 c->tcl_addr = NULL;
4672 tcl_close_connection(c->tcl_addr);