Home
last modified time | relevance | path

Searched defs:infra (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Dinfra.c168 domain_limit_findcreate(struct infra_cache * infra,char * name) domain_limit_findcreate() argument
215 infra_ratelimit_cfg_insert(struct infra_cache * infra,struct config_file * cfg) infra_ratelimit_cfg_insert() argument
237 setup_domain_limits(struct infra_cache * infra,struct config_file * cfg) setup_domain_limits() argument
249 wait_limit_netblock_findcreate(struct infra_cache * infra,char * str,int cookie) wait_limit_netblock_findcreate() argument
289 infra_wait_limit_netblock_insert(struct infra_cache * infra,struct config_file * cfg) infra_wait_limit_netblock_insert() argument
311 setup_wait_limits(struct infra_cache * infra,struct config_file * cfg) setup_wait_limits() argument
325 struct infra_cache* infra = (struct infra_cache*)calloc(1, infra_create() local
387 infra_delete(struct infra_cache * infra) infra_delete() argument
403 infra_adjust(struct infra_cache * infra,struct config_file * cfg) infra_adjust() argument
473 infra_lookup_nottl(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * name,size_t namelen,int wr) infra_lookup_nottl() argument
489 data_entry_init(struct infra_cache * infra,struct lruhash_entry * e,time_t timenow) data_entry_init() argument
518 new_entry(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * name,size_t namelen,time_t tm) new_entry() argument
548 infra_host(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,time_t timenow,int * edns_vs,uint8_t * edns_lame_known,int * to) infra_host() argument
620 infra_set_lame(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,time_t timenow,int dnsseclame,int reclame,uint16_t qtype) infra_set_lame() argument
658 infra_update_tcp_works(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen) infra_update_tcp_works() argument
676 infra_rtt_update(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,int qtype,int roundtrip,int orig_rtt,time_t timenow) infra_rtt_update() argument
738 infra_get_host_rto(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,struct rtt_info * rtt,int * delay,time_t timenow,int * tA,int * tAAAA,int * tother) infra_get_host_rto() argument
764 infra_edns_update(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * nm,size_t nmlen,int edns_version,time_t timenow) infra_edns_update() argument
795 infra_get_lame_rtt(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * name,size_t namelen,uint16_t qtype,int * lame,int * dnsseclame,int * reclame,int * rtt,time_t timenow) infra_get_lame_rtt() argument
878 infra_find_ratelimit(struct infra_cache * infra,uint8_t * name,size_t namelen) infra_find_ratelimit() argument
926 infra_find_ratedata(struct infra_cache * infra,uint8_t * name,size_t namelen,int wr) infra_find_ratedata() argument
939 infra_find_ip_ratedata(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,int wr) infra_find_ip_ratedata() argument
952 infra_create_ratedata(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow) infra_create_ratedata() argument
980 infra_ip_create_ratedata(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,time_t timenow,int mesh_wait) infra_ip_create_ratedata() argument
1059 infra_ratelimit_inc(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow,int backoff,struct query_info * qinfo,struct comm_reply * replylist) infra_ratelimit_inc() argument
1106 infra_ratelimit_dec(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow) infra_ratelimit_dec() argument
1126 infra_ratelimit_exceeded(struct infra_cache * infra,uint8_t * name,size_t namelen,time_t timenow,int backoff) infra_ratelimit_exceeded() argument
1150 infra_get_mem(struct infra_cache * infra) infra_get_mem() argument
1200 infra_ip_ratelimit_inc(struct infra_cache * infra,struct sockaddr_storage * addr,socklen_t addrlen,time_t timenow,int has_cookie,int backoff,struct sldns_buffer * buffer) infra_ip_ratelimit_inc() argument
1228 infra_wait_limit_allowed(struct infra_cache * infra,struct comm_reply * rep,int cookie_valid,struct config_file * cfg) infra_wait_limit_allowed() argument
1264 infra_wait_limit_inc(struct infra_cache * infra,struct comm_reply * rep,time_t timenow,struct config_file * cfg) infra_wait_limit_inc() argument
1286 infra_wait_limit_dec(struct infra_cache * infra,struct comm_reply * rep,struct config_file * cfg) infra_wait_limit_dec() argument
[all...]
/freebsd/contrib/unbound/services/
H A Doutside_network.h139 struct infra_cache* infra; member
/freebsd/contrib/unbound/daemon/
H A Dworker.c124 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; in worker_mem_report() local
[all...]
H A Dremote.c2667 struct infra_cache* infra; global() member
3073 struct infra_cache* infra; global() member
[all...]