Lines Matching defs:packets
109 * packets will be allowed to make before being discarded. */
340 /* Number of RTCP BYE packets the RTSP session has received.
345 /** Reusable buffer for receiving packets */
354 * The number of returned packets
356 uint64_t packets;
423 #define RTSP_FLAG_FILTER_SRC 0x1 /**< Filter incoming UDP packets -
424 receive packets only from the right
428 #define RTSP_FLAG_RTCP_TO_SOURCE 0x8 /**< Send RTCP packets to the source
429 address of received packets. */
480 /** SSRC for this stream, to allow identifying RTCP packets before the first RTP packet */
534 * packets if we're reading data interleaved over the TCP/RTSP
543 * packets over interleaved TCP/RTSP connections. If this
546 * data packets (if they are encountered), until a reply
552 * @return 1 if a data packets is ready to be received, -1 on error,
623 * Send buffered packets over TCP.