Searched refs:doq_stream (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 642 struct doq_stream* stream_write_first, *stream_write_last; 676 struct doq_stream { struct 709 struct doq_stream* write_prev, *write_next; argument 793 void doq_stream_delete(struct doq_stream* stream); 801 struct doq_stream* doq_stream_find(struct doq_conn* conn, int64_t stream_id); 804 int doq_stream_close(struct doq_conn* conn, struct doq_stream* stream, 808 int doq_stream_send_reply(struct doq_conn* conn, struct doq_stream* stream, 813 void doq_stream_add_meshstate(struct doq_stream* stream, 817 void doq_stream_remove_mesh_state(struct doq_stream* stream);
|
| H A D | mesh.c | 509 else if(rep->c->type == comm_doq && rep->doq_stream) in mesh_new_client() 510 doq_stream_remove_mesh_state(rep->doq_stream); in mesh_new_client() 524 else if(rep->c->type == comm_doq && rep->doq_stream) in mesh_new_client() 525 doq_stream_remove_mesh_state(rep->doq_stream); in mesh_new_client() 600 } else if(rep->c->type == comm_doq && rep->doq_stream) { in mesh_new_client() 601 doq_stream_add_meshstate(rep->doq_stream, mesh, s); in mesh_new_client() 657 else if(rep->c->type == comm_doq && rep->doq_stream) in mesh_new_client() 658 doq_stream_remove_mesh_state(rep->doq_stream); in mesh_new_client() 1148 else if(rep->query_reply.doq_stream) in mesh_state_cleanup() 1150 rep->query_reply.doq_stream); in mesh_state_cleanup() [all …]
|
| H A D | listen_dnsport.c | 3624 struct doq_stream* stream; in stream_tree_del() 3627 stream = (struct doq_stream*)node; in stream_tree_del() 3741 struct doq_stream* c = (struct doq_stream*)key1; in doq_stream_cmp() 3742 struct doq_stream* d = (struct doq_stream*)key2; in doq_stream_cmp() 3856 doq_conn_add_stream(struct doq_conn* conn, struct doq_stream* stream) in doq_conn_add_stream() 3863 doq_conn_del_stream(struct doq_conn* conn, struct doq_stream* stream) in doq_conn_del_stream() 3869 static struct doq_stream* 3872 struct doq_stream* stream = calloc(1, sizeof(*stream)); in doq_stream_create() 3880 void doq_stream_delete(struct doq_stream* stream) in doq_stream_delete() 3889 struct doq_stream* [all …]
|
| H A D | mesh.h | 722 struct doq_stream* doq_stream);
|
| /freebsd/contrib/unbound/util/ |
| H A D | netevent.h | 193 struct doq_stream* doq_stream; member
|
| H A D | netevent.c | 2018 + sizeof(struct doq_stream) 2831 struct doq_conn** conn, struct doq_stream** stream) 2876 struct doq_stream* stream; 2907 struct doq_stream* stream;
|