Searched refs:tomsg (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.h | 163 struct dns_msg* tomsg(struct module_env* env, struct query_info* q,
|
H A D | dns.c | 601 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 D | subnetmod.c | 485 qstate->return_msg = tomsg(NULL, &qstate->qinfo, in lookup_and_reply()
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 333 msg = tomsg(qstate->env, &key->key, data, qstate->region, timenow, in mesh_serve_expired_lookup()
|