Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmesh.h58 struct mesh_reply;
200 struct mesh_reply* reply_list;
246 struct mesh_reply { struct
248 struct mesh_reply* next; argument
597 const struct query_info* qinfo, struct mesh_reply** result);
H A Dmesh.c430 struct mesh_reply* todel) in mesh_remove_reply_without_accounting()
432 struct mesh_reply* r, *prev = NULL; in mesh_remove_reply_without_accounting()
475 struct mesh_reply* repadded = NULL; in mesh_new_client()
1101 static struct mesh_reply*
1105 struct mesh_reply* r = mstate->reply_list; in mesh_reply_list_pop_first()
1127 struct mesh_reply* rep; in mesh_state_cleanup()
1466 mesh_is_udp(struct mesh_reply const* r) in mesh_is_udp()
1473 struct reply_info* rep, struct mesh_reply* r) in mesh_find_and_attach_ede_and_reason()
1508 struct mesh_reply* r, struct sldns_buffer* r_buffer, in mesh_send_reply()
1509 struct mesh_reply* prev, struct sldns_buffer* prev_buffer) in mesh_send_reply()
[all …]
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch2636 + struct mesh_reply* reply_list;
/freebsd/contrib/unbound/daemon/
H A Dremote.c3106 struct mesh_reply* r = m->reply_list; in get_mesh_age()