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

/freebsd-12-stable/contrib/unbound/util/
H A Dtcp_conn_limit.h53 struct tcl_list { struct
82 struct tcl_list* tcl_list_create(void);
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 Dtcp_conn_limit.c50 struct tcl_list*
53 struct tcl_list* tcl = (struct tcl_list*)calloc(1,
54 sizeof(struct tcl_list));
76 tcl_list_delete(struct tcl_list* tcl)
85 /** insert new address into tcl_list structure */
87 tcl_list_insert(struct tcl_list* tcl, struct sockaddr_storage* addr,
104 /** apply tcl_list string */
106 tcl_list_str_cfg(struct tcl_list* tcl, const char* str, const char* s2,
130 /** read tcl_list confi
[all...]
H A Dnetevent.h71 struct tcl_list;
339 struct tcl_list* tcp_conn_limit;
550 struct tcl_list* tcp_conn_limit,
H A Dnetevent.c3519 struct tcl_list* tcp_conn_limit, size_t bufsize,
/freebsd-12-stable/contrib/unbound/services/
H A Dlisten_dnsport.h53 struct tcl_list;
175 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
H A Dlisten_dnsport.c1247 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
/freebsd-12-stable/contrib/unbound/daemon/
H A Ddaemon.h117 struct tcl_list* tcl;

Completed in 122 milliseconds