Home
last modified time | relevance | path

Searched refs:query_info_hash (Results 1 – 8 of 8) 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()
1133 h = query_info_hash(&qinf, (uint16_t)flags); in dns_cache_store()
/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.c374 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 Dremote.c1684 h = query_info_hash(&k, 0); in do_cache_remove()
1688 h = query_info_hash(&k, BIT_CD); in do_cache_remove()
H A Dworker.c1833 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2)); in worker_handle_request()
/freebsd/contrib/unbound/services/
H A Dmesh.c326 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));