OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_req_info
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
listen_dnsport.h
321
struct
tcp_req_info
{
struct
381
struct
tcp_req_info
* tcp_req_info_create(struct sldns_buffer* spoolbuf);
388
void tcp_req_info_delete(struct
tcp_req_info
* req);
395
void tcp_req_info_clear(struct
tcp_req_info
* req);
398
* Remove mesh state entry from list in
tcp_req_info
.
403
void tcp_req_info_remove_mesh_state(struct
tcp_req_info
* req,
410
void tcp_req_info_handle_writedone(struct
tcp_req_info
* req);
416
void tcp_req_info_handle_readdone(struct
tcp_req_info
* req);
429
int tcp_req_info_add_meshstate(struct
tcp_req_info
* req,
436
void tcp_req_info_send_reply(struct
tcp_req_info
* req)
[
all
...]
listen_dnsport.c
2136
struct
tcp_req_info
*
2139
struct
tcp_req_info
* req = (struct
tcp_req_info
*)malloc(sizeof(*req));
2150
tcp_req_info_delete(struct
tcp_req_info
* req)
2160
void tcp_req_info_clear(struct
tcp_req_info
* req)
2195
tcp_req_info_remove_mesh_state(struct
tcp_req_info
* req, struct mesh_state* m)
2221
tcp_req_info_setup_listen(struct
tcp_req_info
* req)
2260
tcp_req_info_pop_done(struct
tcp_req_info
* req)
2275
tcp_req_info_start_write_buf(struct
tcp_req_info
* req, uint8_t* buf,
2287
tcp_req_pickup_next_result(struct
tcp_req_info
* req
[
all
...]
mesh.c
441
if(rep->c->
tcp_req_info
) {
442
r_buffer = rep->c->
tcp_req_info
->spool_buffer;
547
if(rep->c->
tcp_req_info
) {
548
if(!tcp_req_info_add_meshstate(rep->c->
tcp_req_info
, mesh, s)) {
1089
/* in
tcp_req_info
, the mstates linked are removed, but
1824
if(r->query_reply.c->
tcp_req_info
) {
1825
r_buffer = r->query_reply.c->
tcp_req_info
->spool_buffer;
1830
if(r->query_reply.c->
tcp_req_info
) {
1831
tcp_req_info_remove_mesh_state(r->query_reply.c->
tcp_req_info
, mstate);
2586
if(r->query_reply.c->
tcp_req_info
)
[
all
...]
/src/external/bsd/unbound/dist/util/
netevent.h
405
struct
tcp_req_info
*
tcp_req_info
;
member in struct:comm_point
633
* @param spoolbuf: shared spool buffer for
tcp_req_info
structures.
netevent.c
3230
if((c_hdl->type == comm_tcp && c_hdl->
tcp_req_info
) ||
3361
if(c->
tcp_req_info
) {
3362
tcp_req_info_handle_writedone(c->
tcp_req_info
);
3388
if(c->
tcp_req_info
) {
3389
tcp_req_info_handle_readdone(c->
tcp_req_info
);
3626
if(c->
tcp_req_info
)
3627
return tcp_req_info_handle_read_close(c->
tcp_req_info
);
3694
if(c->
tcp_req_info
)
3695
return tcp_req_info_handle_read_close(c->
tcp_req_info
);
3755
if(c->
tcp_req_info
)
[
all
...]
/src/external/bsd/unbound/dist/testcode/
fake_event.c
1983
int tcp_req_info_add_meshstate(struct
tcp_req_info
* ATTR_UNUSED(req),
1991
tcp_req_info_remove_mesh_state(struct
tcp_req_info
* ATTR_UNUSED(req),
/src/external/bsd/unbound/dist/daemon/
worker.c
964
if(repinfo->c->
tcp_req_info
) {
966
repinfo->c->
tcp_req_info
->spool_buffer,
Completed in 24 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026