Home
last modified time | relevance | path

Searched refs:query_info_hash (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Ddns.c150 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 Dmsgreply.h374 hashvalue_type query_info_hash(struct query_info *q, uint16_t flags);
H A Dmsgreply.c723 query_info_hash(struct query_info *q, uint16_t flags) in query_info_hash() function
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c391 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 Dfake_event.c732 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 Dworker.c1915 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2)); in worker_handle_request()
H A Dremote.c2106 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 Dmesh.c345 h = query_info_hash(lookup_qinfo, qstate->query_flags); in mesh_serve_expired_lookup()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch224 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2));