Searched refs:SRTCP_E_BYTE_BIT (Results 1 – 3 of 3) sorted by relevance
29 #define SRTCP_E_BYTE_BIT 0x8068 - if (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) {70 + e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT;
926 #define SRTCP_E_BYTE_BIT 0x80 macro
1706 e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp()