Searched refs:e_bit_in_packet (Results 1 – 2 of 2) sorted by relevance
47 + int e_bit_in_packet; /* whether the E-bit was found in the packet */70 + e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT;71 + if (e_bit_in_packet != sec_serv_confidentiality) {
1644 int e_bit_in_packet; /* whether the E-bit was found in the packet */ in srtp_unprotect_rtcp() local1706 e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp()1707 if (e_bit_in_packet != sec_serv_confidentiality) { in srtp_unprotect_rtcp()