Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/unbound/util/
HDtcp_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()
HDtcp_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);
HDnetevent.h75 struct tcl_list;
398 struct tcl_list* tcp_conn_limit;
640 struct tcl_list* tcp_conn_limit,
HDnetevent.c6172 struct tcl_list* tcp_conn_limit, size_t bufsize,
/freebsd-14-stable/contrib/unbound/daemon/
HDdaemon.h127 struct tcl_list* tcl;
/freebsd-14-stable/contrib/unbound/services/
HDlisten_dnsport.h60 struct tcl_list;
213 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
HDlisten_dnsport.c1525 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create()