Searched refs:tcp_req_info (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | listen_dnsport.h | 299 struct tcp_req_info { struct 359 struct tcp_req_info* tcp_req_info_create(struct sldns_buffer* spoolbuf); 366 void tcp_req_info_delete(struct tcp_req_info* req); 373 void tcp_req_info_clear(struct tcp_req_info* req); 381 void tcp_req_info_remove_mesh_state(struct tcp_req_info* req, 388 void tcp_req_info_handle_writedone(struct tcp_req_info* req); 394 void tcp_req_info_handle_readdone(struct tcp_req_info* req); 407 int tcp_req_info_add_meshstate(struct tcp_req_info* req, 414 void tcp_req_info_send_reply(struct tcp_req_info* req); 420 int tcp_req_info_handle_read_close(struct tcp_req_info* req);
|
H A D | listen_dnsport.c | 2009 struct tcp_req_info* 2012 struct tcp_req_info* req = (struct tcp_req_info*)malloc(sizeof(*req)); in tcp_req_info_create() 2023 tcp_req_info_delete(struct tcp_req_info* req) in tcp_req_info_delete() 2033 void tcp_req_info_clear(struct tcp_req_info* req) in tcp_req_info_clear() 2068 tcp_req_info_remove_mesh_state(struct tcp_req_info* req, struct mesh_state* m) in tcp_req_info_remove_mesh_state() 2094 tcp_req_info_setup_listen(struct tcp_req_info* req) in tcp_req_info_setup_listen() 2133 tcp_req_info_pop_done(struct tcp_req_info* req) in tcp_req_info_pop_done() 2148 tcp_req_info_start_write_buf(struct tcp_req_info* req, uint8_t* buf, in tcp_req_info_start_write_buf() 2160 tcp_req_pickup_next_result(struct tcp_req_info* req) in tcp_req_pickup_next_result() 2173 tcp_req_info_handle_read_close(struct tcp_req_info* req) in tcp_req_info_handle_read_close() [all …]
|
H A D | mesh.c | 409 if(rep->c->tcp_req_info) { in mesh_new_client() 410 r_buffer = rep->c->tcp_req_info->spool_buffer; in mesh_new_client() 494 if(rep->c->tcp_req_info) { in mesh_new_client() 495 if(!tcp_req_info_add_meshstate(rep->c->tcp_req_info, mesh, s)) { in mesh_new_client() 1493 if(r->query_reply.c->tcp_req_info) { in mesh_query_done() 1494 r_buffer = r->query_reply.c->tcp_req_info->spool_buffer; in mesh_query_done() 1499 if(r->query_reply.c->tcp_req_info) { in mesh_query_done() 1500 tcp_req_info_remove_mesh_state(r->query_reply.c->tcp_req_info, mstate); in mesh_query_done() 2181 if(r->query_reply.c->tcp_req_info) in mesh_serve_expired_callback() 2182 r_buffer = r->query_reply.c->tcp_req_info->spool_buffer; in mesh_serve_expired_callback() [all …]
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | netevent.c | 1434 if((c_hdl->type == comm_tcp && c_hdl->tcp_req_info) || 1547 if(c->tcp_req_info) { 1548 tcp_req_info_handle_writedone(c->tcp_req_info); 1574 if(c->tcp_req_info) { 1575 tcp_req_info_handle_readdone(c->tcp_req_info); 1804 if(c->tcp_req_info) 1805 return tcp_req_info_handle_read_close(c->tcp_req_info); 1872 if(c->tcp_req_info) 1873 return tcp_req_info_handle_read_close(c->tcp_req_info); 1933 if(c->tcp_req_info) [all …]
|
H A D | netevent.h | 371 struct tcp_req_info* tcp_req_info; member
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | fake_event.c | 1872 int tcp_req_info_add_meshstate(struct tcp_req_info* ATTR_UNUSED(req), in tcp_req_info_add_meshstate() 1880 tcp_req_info_remove_mesh_state(struct tcp_req_info* ATTR_UNUSED(req), in tcp_req_info_remove_mesh_state()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | worker.c | 834 if(repinfo->c->tcp_req_info) { in reply_and_prefetch() 836 repinfo->c->tcp_req_info->spool_buffer, in reply_and_prefetch()
|
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | fastrpz.patch | 3449 if(repinfo->c->tcp_req_info)
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | Changelog | 3030 - Fix #4227: pair event del and add for libevent for tcp_req_info.
|