Home
last modified time | relevance | path

Searched refs:mesh_do_callback (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.c1217 mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep, in mesh_do_callback() function
1642 mesh_do_callback(mstate, mstate->s.return_rcode, rep, c, &tv); in mesh_query_done()
2351 mesh_do_callback(mstate, LDNS_RCODE_NOERROR, msg->rep, c, &tv); in mesh_serve_expired_callback()
/freebsd/contrib/unbound/doc/
H A DChangelog1003 - Fix dereference of NULL variable warning in mesh_do_callback.