Searched refs:octets_in_rtp_header (Results 1 – 2 of 2) sorted by relevance
76 #define octets_in_rtp_header 12 macro88 if (*pkt_octet_len < octets_in_rtp_header) in srtp_validate_rtp_header()92 rtp_header_len = octets_in_rtp_header + 4 * hdr->cc; in srtp_validate_rtp_header()2076 if (*pkt_octet_len < octets_in_rtp_header) in srtp_protect_mki()2406 if (*pkt_octet_len < octets_in_rtp_header) in srtp_unprotect_mki()
1561 int octets_in_rtp_header = 12; in srtp_packet_to_string() local1562 uint8_t *data = ((uint8_t *)hdr) + octets_in_rtp_header; in srtp_packet_to_string()1563 int hex_len = pkt_octet_len - octets_in_rtp_header; in srtp_packet_to_string()