Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dnetevent.c1331 if(c->doq_socket->have_blocked_pkt)
1334 if(sldns_buffer_limit(c->doq_socket->pkt_buf) >
1335 sldns_buffer_capacity(c->doq_socket->blocked_pkt))
1338 c->doq_socket->have_blocked_pkt = 1;
1339 c->doq_socket->blocked_pkt_pi.ecn = ecn;
1340 memcpy(c->doq_socket->blocked_paddr, paddr,
1341 sizeof(*c->doq_socket->blocked_paddr));
1342 sldns_buffer_clear(c->doq_socket->blocked_pkt);
1343 sldns_buffer_write(c->doq_socket->blocked_pkt,
1344 sldns_buffer_begin(c->doq_socket->pkt_buf),
[all …]
H A Dnetevent.h297 struct doq_server_socket* doq_socket; member
/src/contrib/unbound/services/
H A Dlisten_dnsport.c3559 conn->doq_socket = c->doq_socket; in doq_conn_create()
3560 conn->table = c->doq_socket->table; in doq_conn_create()
3583 lock_protect(&conn->lock, &conn->doq_socket, sizeof(conn->doq_socket)); in doq_conn_create()
3971 doq_stream_remove_in_buffer(stream, conn->doq_socket->table); in doq_stream_close()
3972 doq_stream_remove_out_buffer(stream, conn->doq_socket->table); in doq_stream_close()
3973 doq_table_quic_size_subtract(conn->doq_socket->table, sizeof(*stream)); in doq_stream_close()
4015 doq_table_quic_size_subtract(conn->doq_socket->table, in doq_stream_send_reply()
4019 doq_table_quic_size_add(conn->doq_socket->table, stream->outlen); in doq_stream_send_reply()
4060 c = conn->doq_socket->cp; in doq_stream_data_complete()
4079 conn->doq_socket->current_conn = conn; in doq_stream_data_complete()
[all …]
H A Dlisten_dnsport.h588 struct doq_server_socket* doq_socket; member