Home
last modified time | relevance | path

Searched refs:RTCP_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/re/re-0.5.8/src/rtp/
H A Dpkt.c115 if (mbuf_get_left(mb) < RTCP_HDR_SIZE) in rtcp_hdr_decode()
149 mb->pos = mb->end = (mb->pos + RTCP_HDR_SIZE); in rtcp_vencode()
237 len = (mb->end - pos - RTCP_HDR_SIZE)/sizeof(uint32_t); in rtcp_vencode()
286 if (mbuf_get_left(mb) < RTCP_HDR_SIZE) in rtcp_decode()
H A Drtcp.h10 RTCP_HDR_SIZE = 4, /**< Size of common RTCP header */ enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_protocol.h217 #define RTCP_HDR_SIZE 8 macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_engine.c72 if (*length < RTCP_HDR_SIZE) { in zrtp_process_rtcp()
116 if (*length < RTCP_HDR_SIZE) { in zrtp_process_srtcp()