HomeSort by: relevance | last modified time | path
    Searched defs:blocked_pkt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
doqclient.c 146 /** is there a blocked packet in the blocked_pkt buffer */
150 struct sldns_buffer* blocked_pkt; member in struct:doq_client_data
1501 sldns_buffer_capacity(data->blocked_pkt))
1513 sldns_buffer_clear(data->blocked_pkt);
1514 sldns_buffer_write(data->blocked_pkt, buf,
1516 sldns_buffer_flip(data->blocked_pkt);
2272 data->blocked_pkt = sldns_buffer_new(65552);
2273 if(!data->blocked_pkt)
2356 sldns_buffer_free(data->blocked_pkt);
  /src/external/bsd/unbound/dist/util/
netevent.h 1082 /** if there is a blocked packet in the blocked_pkt buffer */
1087 struct sldns_buffer* blocked_pkt; member in struct:doq_server_socket

Completed in 65 milliseconds