Searched refs:tcl_list (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/unbound/util/ |
| HD | tcp_conn_limit.c | 50 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()
|
| HD | tcp_conn_limit.h | 53 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);
|
| HD | netevent.h | 75 struct tcl_list; 398 struct tcl_list* tcp_conn_limit; 640 struct tcl_list* tcp_conn_limit,
|
| HD | netevent.c | 6172 struct tcl_list* tcp_conn_limit, size_t bufsize,
|
| /freebsd-14-stable/contrib/unbound/daemon/ |
| HD | daemon.h | 127 struct tcl_list* tcl;
|
| /freebsd-14-stable/contrib/unbound/services/ |
| HD | listen_dnsport.h | 60 struct tcl_list; 213 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
|
| HD | listen_dnsport.c | 1525 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create()
|