Lines Matching +full:full +full:- +full:frame
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.
56 * It has locks to synchronize. If the buffer is full, a new message
70 * If a new message make it more than maxsize, the buffer is full */
100 /** Buffer containing frame, except length counter(s). */
107 /** Frame length field. Will contain the 2nd length field for control
113 /** Set to 1 if this is a control frame, 0 otherwise (ie data frame). */
129 * round-robin fashion, instead of only from the first when busy.
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 */
348 /** callback for unbound-dnstap-socket */
351 /** callback for unbound-dnstap-socket */