Searched refs:tcp_req_info (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h271 struct tcp_req_info { struct
331 struct tcp_req_info* tcp_req_info_create(struct sldns_buffer* spoolbuf);
338 void tcp_req_info_delete(struct tcp_req_info* req);
345 void tcp_req_info_clear(struct tcp_req_info* req);
348 * Remove mesh state entry from list in tcp_req_info.
353 void tcp_req_info_remove_mesh_state(struct tcp_req_info* req,
360 void tcp_req_info_handle_writedone(struct tcp_req_info* req);
366 void tcp_req_info_handle_readdone(struct tcp_req_info* req);
379 int tcp_req_info_add_meshstate(struct tcp_req_info* req,
386 void tcp_req_info_send_reply(struct tcp_req_info* re
[all...]
H A Dlisten_dnsport.c1720 struct tcp_req_info*
1723 struct tcp_req_info* req = (struct tcp_req_info*)malloc(sizeof(*req));
1734 tcp_req_info_delete(struct tcp_req_info* req)
1744 void tcp_req_info_clear(struct tcp_req_info* req)
1779 tcp_req_info_remove_mesh_state(struct tcp_req_info* req, struct mesh_state* m)
1805 tcp_req_info_setup_listen(struct tcp_req_info* req)
1844 tcp_req_info_pop_done(struct tcp_req_info* req)
1859 tcp_req_info_start_write_buf(struct tcp_req_info* req, uint8_t* buf,
1871 tcp_req_pickup_next_result(struct tcp_req_info* re
[all...]
H A Dmesh.c465 if(rep->c->tcp_req_info) {
466 r_buffer = rep->c->tcp_req_info->spool_buffer;
548 if(rep->c->tcp_req_info) {
549 if(!tcp_req_info_add_meshstate(rep->c->tcp_req_info, mesh, s)) {
880 /* in tcp_req_info, the mstates linked are removed, but
1391 if(r->query_reply.c->tcp_req_info) {
1392 r_buffer = r->query_reply.c->tcp_req_info->spool_buffer;
1397 if(r->query_reply.c->tcp_req_info) {
1398 tcp_req_info_remove_mesh_state(r->query_reply.c->tcp_req_info, mstate);
2020 if(r->query_reply.c->tcp_req_info)
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c1025 if((c_hdl->type == comm_tcp && c_hdl->tcp_req_info) ||
1126 if(c->tcp_req_info) {
1127 tcp_req_info_handle_writedone(c->tcp_req_info);
1153 if(c->tcp_req_info) {
1154 tcp_req_info_handle_readdone(c->tcp_req_info);
1347 if(c->tcp_req_info)
1348 return tcp_req_info_handle_read_close(c->tcp_req_info);
1395 if(c->tcp_req_info)
1396 return tcp_req_info_handle_read_close(c->tcp_req_info);
1612 if(c->tcp_req_info)
[all...]
H A Dnetevent.h344 struct tcp_req_info* tcp_req_info; member in struct:comm_point
536 * @param spoolbuf: shared spool buffer for tcp_req_info structures.
/freebsd-11-stable/testcode/
H A Dfake_event.c1841 int tcp_req_info_add_meshstate(struct tcp_req_info* ATTR_UNUSED(req),
1849 tcp_req_info_remove_mesh_state(struct tcp_req_info* ATTR_UNUSED(req),
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c789 if(repinfo->c->tcp_req_info) {
791 repinfo->c->tcp_req_info->spool_buffer,

Completed in 81 milliseconds