Home
last modified time | relevance | path

Searched refs:tomsg (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Ddns.h163 struct dns_msg* tomsg(struct module_env* env, struct query_info* q,
H A Ddns.c601 tomsg(struct module_env* env, struct query_info* q, struct reply_info* r, in tomsg() function
912 struct dns_msg* msg = tomsg(env, &key->key, data, region, now, 0, in dns_cache_lookup()
1034 && (msg=tomsg(env, &k, data, region, now, 0, scratch))) { in dns_cache_lookup()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c485 qstate->return_msg = tomsg(NULL, &qstate->qinfo, in lookup_and_reply()
/freebsd/contrib/unbound/services/
H A Dmesh.c333 msg = tomsg(qstate->env, &key->key, data, qstate->region, timenow, in mesh_serve_expired_lookup()