Searched refs:query_info_hash (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.c | 150 h = query_info_hash(&k, flags); in msg_cache_remove() 294 h = query_info_hash(&k, flags); in msg_cache_lookup() 907 h = query_info_hash(&k, flags); in dns_cache_lookup() 1019 h = query_info_hash(&k, flags); in dns_cache_lookup() 1024 h = query_info_hash(&k, flags); in dns_cache_lookup() 1133 h = query_info_hash(&qinf, (uint16_t)flags); in dns_cache_store()
|
/freebsd/contrib/unbound/util/data/ |
H A D | msgreply.h | 374 hashvalue_type query_info_hash(struct query_info *q, uint16_t flags);
|
H A D | msgreply.c | 723 query_info_hash(struct query_info *q, uint16_t flags) in query_info_hash() function
|
/freebsd/contrib/unbound/edns-subnet/ |
H A D | subnetmod.c | 374 query_info_hash(&qstate->qinfo, qstate->query_flags); in update_cache() 456 hashvalue_type h = query_info_hash(&qstate->qinfo, qstate->query_flags); in lookup_and_reply()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 1684 h = query_info_hash(&k, 0); in do_cache_remove() 1688 h = query_info_hash(&k, BIT_CD); in do_cache_remove()
|
H A D | worker.c | 1833 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2)); in worker_handle_request()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 326 h = query_info_hash(lookup_qinfo, qstate->query_flags); in mesh_serve_expired_lookup()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 224 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2));
|