Searched refs:query_info_hash (Results 1 – 9 of 9) 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() 1170 h = query_info_hash(&qinf, (uint16_t)flags);
|
| /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 | 391 query_info_hash(&qstate->qinfo, qstate->query_flags); in update_cache() 473 hashvalue_type h = query_info_hash(&qstate->qinfo, qstate->query_flags); in lookup_and_reply()
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | fake_event.c | 732 h = query_info_hash(&k, 0); in do_flush_message() 757 h = query_info_hash(&k, 0); in do_expire_message()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 1915 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2)); in worker_handle_request()
|
| H A D | remote.c | 2106 h = query_info_hash(&k, 0); in do_cache_remove() 2110 h = query_info_hash(&k, BIT_CD); in do_cache_remove()
|
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.c | 345 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));
|