HomeSort by: relevance | last modified time | path
    Searched refs:tcl_list (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
tcp_conn_limit.h 53 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);
137 void tcl_list_swap_tree(struct tcl_list* tcl, struct tcl_list* data);
tcp_conn_limit.c 50 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 config *
    [all...]
netevent.h 75 struct tcl_list;
400 struct tcl_list* tcp_conn_limit;
649 struct tcl_list* tcp_conn_limit,
netevent.c 6207 struct tcl_list* tcp_conn_limit, size_t bufsize,
  /src/external/bsd/unbound/dist/daemon/
daemon.h 147 struct tcl_list* tcl;
remote.c 4691 struct tcl_list* tcl;
  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 63 struct tcl_list;
216 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
listen_dnsport.c 1538 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
  /src/external/bsd/unbound/dist/testcode/
fake_event.c 956 struct tcl_list* ATTR_UNUSED(tcp_conn_limit),

Completed in 70 milliseconds