#include <errno.h>#include "rtcp.h"

Go to the source code of this file.
Functions | |
| static int | rtcp_hdr_val_chk (rtcp_pkt *pkt, int len) |
| int | rtcp_recv (rtp_session *rtp_sess) |
| int | rtcp_parse_pkt (rtp_ssrc *stm_src, rtcp_pkt *pkt, int len) |
Definition in file rtcp_recv.c.
| static int rtcp_hdr_val_chk | ( | rtcp_pkt * | pkt, | |
| int | len | |||
| ) | [static] |
Checks if an RTCP packet has a valid header
| pkt | The packet to check | |
| len | The Length of the packet |
Definition at line 37 of file rtcp_recv.c.
Referenced by rtcp_recv().
1.5.4