Lines Matching +full:frame +full:- +full:number
2 * dnstap/dtstream.h - Frame Streams thread for unbound DNSTAP
40 * An implementation of the Frame Streams data transport protocol for
55 * A message buffer with dnstap messages queued up. It is per-worker.
72 /** number of messages in the queue */
100 /** Buffer containing frame, except length counter(s). */
102 /** Number of bytes written to buffer. */
107 /** Frame length field. Will contain the 2nd length field for control
110 /** Number of bytes that have been written to the frame_length field. */
113 /** Set to 1 if this is a control frame, 0 otherwise (ie data frame). */
121 /** the thread number for the dtio thread,
129 * round-robin fashion, instead of only from the first when busy.
168 /** number of bytes written for the current message */
170 /** number of bytes of the length that have been written,
171 * for the current message length that precedes the frame */
207 /** Perform bidirectional Frame Streams handshake before sending
210 /** Set if the READY control frame has been sent. */
212 /** Set if valid ACCEPT frame is received. */
214 /** (partially) read frame */
219 /** the ip address and port number (or NULL) */
320 * @param numworkers: number of worker threads. The dnstap io thread is
321 * that number +1 as the threadnumber (in logs).
348 /** callback for unbound-dnstap-socket */
351 /** callback for unbound-dnstap-socket */