Home
last modified time | relevance | path

Searched refs:tcl_list (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dtcp_conn_limit.c50 struct tcl_list*
53 struct tcl_list* tcl = (struct tcl_list*)calloc(1, in tcl_list_create()
54 sizeof(struct tcl_list)); in tcl_list_create()
76 tcl_list_delete(struct tcl_list* tcl) in tcl_list_delete()
87 tcl_list_insert(struct tcl_list* tcl, struct sockaddr_storage* addr, in tcl_list_insert()
106 tcl_list_str_cfg(struct tcl_list* tcl, const char* str, const char* s2, in tcl_list_str_cfg()
132 read_tcl_list(struct tcl_list* tcl, struct config_file* cfg) in read_tcl_list()
144 tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg) in tcl_list_apply_cfg()
182 tcl_addr_lookup(struct tcl_list* tcl, struct sockaddr_storage* addr, in tcl_addr_lookup()
190 tcl_list_get_mem(struct tcl_list* tcl) in tcl_list_get_mem()
H A Dtcp_conn_limit.h53 struct tcl_list { struct
82 struct tcl_list* tcl_list_create(void); argument
88 void tcl_list_delete(struct tcl_list* tcl);
96 int tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg);
120 tcl_addr_lookup(struct tcl_list* tcl, struct sockaddr_storage* addr,
128 size_t tcl_list_get_mem(struct tcl_list* tcl);
H A Dnetevent.h72 struct tcl_list;
366 struct tcl_list* tcp_conn_limit;
584 struct tcl_list* tcp_conn_limit,
H A Dnetevent.c4289 struct tcl_list* tcp_conn_limit, size_t bufsize,
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h54 struct tcl_list;
198 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
H A Dlisten_dnsport.c1436 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Ddaemon.h123 struct tcl_list* tcl;
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c868 struct tcl_list* ATTR_UNUSED(tcp_conn_limit), in listen_create()